metanohi-misc-subsites/subsites/nohix-apache

19 lines
514 B
Plaintext
Raw Normal View History

2011-08-02 19:57:57 +02:00
<VirtualHost *:80>
2011-08-05 00:49:51 +02:00
ServerName nohix.metanohi.name
ServerAlias www.nohix.metanohi.name nohix.lcl
2011-08-02 19:57:57 +02:00
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>
2011-08-05 00:49:51 +02:00
LogLevel warn
2011-08-11 01:24:43 +02:00
ErrorLog /var/log/apache2/nohix.metanohi.name-error.log
CustomLog /var/log/apache2/nohix.metanohi.name-access.log combined
2011-08-05 00:49:51 +02:00
2011-08-02 19:57:57 +02:00
</VirtualHost>