Config file fix

This commit is contained in:
Niels Serup 2011-08-12 18:02:09 +02:00
parent be7740e880
commit d1a8815e17
1 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
<VirtualHost *:80>
ServerName metanohi.name
ServerAlias www.metanohi.name nohi.lcl
ServerAdmin ns@metanohi.org
ServerAlias metanohi.name www.metanohi.name
ServerAdmin ns@metanohi.name
DocumentRoot /home/niels/www/meta/nohi
@ -34,8 +34,8 @@
</Directory>
LogLevel warn
ErrorLog /var/log/apache2/metanohi.name-error.log
CustomLog /var/log/apache2/metanohi.name-access.log combined
ErrorLog /var/log/apache2/metanohi.name-error.log
CustomLog /var/log/apache2/metanohi.name-access.log combined
</VirtualHost>