2011-08-02 19:57:57 +02:00
|
|
|
<VirtualHost *:80>
|
2011-08-05 00:49:51 +02:00
|
|
|
|
|
|
|
ServerName projects.metanohi.name
|
|
|
|
ServerAlias www.projects.metanohi.name projects.lcl
|
2011-08-02 19:57:57 +02:00
|
|
|
ServerAdmin ns@metanohi.org
|
|
|
|
|
|
|
|
DocumentRoot /home/niels/www/meta/subsites/projects
|
|
|
|
<Directory /home/niels/www/meta/subsites/projects/>
|
|
|
|
Options Indexes Includes FollowSymLinks MultiViews
|
|
|
|
AllowOverride All
|
|
|
|
Order allow,deny
|
|
|
|
allow from all
|
|
|
|
</Directory>
|
|
|
|
|
|
|
|
LogLevel warn
|
2011-08-05 00:49:51 +02:00
|
|
|
ErrorLog ${APACHE_LOG_DIR}/projects.metanohi.name-error.log
|
|
|
|
CustomLog ${APACHE_LOG_DIR}/projects.metanohi.name-access.log combined
|
2011-08-02 19:57:57 +02:00
|
|
|
|
|
|
|
</VirtualHost>
|