20 lines
531 B
Plaintext
20 lines
531 B
Plaintext
<VirtualHost *:80>
|
|
|
|
ServerName projects.metanohi.name
|
|
ServerAlias www.projects.metanohi.name projects.lcl
|
|
ServerAdmin ns@metanohi.name
|
|
|
|
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
|
|
ErrorLog /var/log/apache2/projects.metanohi.name-error.log
|
|
CustomLog /var/log/apache2/projects.metanohi.name-access.log combined
|
|
|
|
</VirtualHost>
|