19 lines
482 B
Plaintext
19 lines
482 B
Plaintext
<VirtualHost *:80>
|
|
ServerName suum.metanohi.name
|
|
ServerAlias suum.lcl
|
|
ServerAdmin ns@metanohi.org
|
|
|
|
DocumentRoot /home/niels/www/meta/subsites/suum
|
|
<Directory /home/niels/www/meta/subsites/suum/>
|
|
Options Indexes Includes FollowSymLinks MultiViews
|
|
AllowOverride All
|
|
Order allow,deny
|
|
allow from all
|
|
</Directory>
|
|
|
|
LogLevel warn
|
|
ErrorLog ${APACHE_LOG_DIR}/suum.metanohi.name-error.log
|
|
CustomLog ${APACHE_LOG_DIR}/suum.metanohi.name-access.log combined
|
|
|
|
</VirtualHost>
|