Config file fix
This commit is contained in:
parent
be7740e880
commit
d1a8815e17
|
@ -1,8 +1,8 @@
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
|
|
||||||
ServerName metanohi.name
|
ServerName metanohi.name
|
||||||
ServerAlias www.metanohi.name nohi.lcl
|
ServerAlias metanohi.name www.metanohi.name
|
||||||
ServerAdmin ns@metanohi.org
|
ServerAdmin ns@metanohi.name
|
||||||
|
|
||||||
DocumentRoot /home/niels/www/meta/nohi
|
DocumentRoot /home/niels/www/meta/nohi
|
||||||
|
|
||||||
|
@ -34,8 +34,8 @@
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
LogLevel warn
|
LogLevel warn
|
||||||
ErrorLog /var/log/apache2/metanohi.name-error.log
|
ErrorLog /var/log/apache2/metanohi.name-error.log
|
||||||
CustomLog /var/log/apache2/metanohi.name-access.log combined
|
CustomLog /var/log/apache2/metanohi.name-access.log combined
|
||||||
|
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue