14 lines
327 B
Plaintext
14 lines
327 B
Plaintext
<VirtualHost *:80>
|
|
<Directory /var/www/html/ocde/htdocs/>
|
|
Options FollowSymLinks
|
|
AllowOverride All
|
|
Require all granted
|
|
</Directory>
|
|
|
|
ServerName localhost
|
|
ServerAlias local.opencaching.de
|
|
DocumentRoot /var/www/html/ocde/htdocs
|
|
LogLevel warn
|
|
ServerSignature Off
|
|
</VirtualHost>
|