2011-08-05 00:49:51 +02:00
|
|
|
<VirtualHost *:80>
|
|
|
|
ServerName words.metanohi.name
|
2011-08-12 19:20:24 +02:00
|
|
|
ServerAlias www.words.metanohi.name words.lcl
|
|
|
|
ServerAdmin ns@metanohi.name
|
2011-08-05 00:49:51 +02:00
|
|
|
|
|
|
|
DocumentRoot /home/niels/www/meta/subsites/words
|
|
|
|
<Directory /home/niels/www/meta/subsites/words/>
|
|
|
|
Options Indexes Includes FollowSymLinks MultiViews
|
|
|
|
AllowOverride All
|
|
|
|
Order allow,deny
|
|
|
|
allow from all
|
|
|
|
</Directory>
|
|
|
|
|
|
|
|
LogLevel warn
|
2011-08-11 01:24:43 +02:00
|
|
|
ErrorLog /var/log/apache2/words.metanohi.name-error.log
|
|
|
|
CustomLog /var/log/apache2/words.metanohi.name-access.log combined
|
2011-08-05 00:49:51 +02:00
|
|
|
|
|
|
|
</VirtualHost>
|