Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:443>
- SSLEngine On
- SSLCertificateFile /etc/*****
- SSLCertificateKeyFile /etc/*****
- ServerName gerophima.de
- ServerAlias www.gerophima.de
- ServerAdmin [email protected]
- <Directory /var/www/roland/>
- Options Indexes FollowSymLinks Multiviews
- AllowOverride All
- Order allow,deny
- Allow from 127.0.0.1
- </Directory>
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment