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