metanohi-misc-subsites/subsites/nohix-apache

19 lines
514 B
Plaintext

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