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