Niels Serup 74bf26f3fc support
2011-08-11 01:24:43 +02:00

21 lines
615 B
Plaintext

<VirtualHost *:80>
ServerName natur.metanohi.name
ServerAlias www.natur.metanohi.name nature.metanohi.name www.nature.metanohi.name natur.lcl
ServerAdmin ns@metanohi.org
Alias /vid /home/niels/www/meta/heavy/naturefilms
DocumentRoot /home/niels/www/meta/subsites/natur
<Directory /home/niels/www/meta/subsites/natur/>
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
LogLevel warn
ErrorLog /var/log/apache2/natur.metanohi.name-error.log
CustomLog /var/log/apache2/natur.metanohi.name-access.log combined
</VirtualHost>