metanohi-misc-subsites/subsites/oldsites-apache

20 lines
557 B
Plaintext

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