Bobcation

Untitled

Jul 31st, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <VirtualHost *:443>
  2. SSLEngine On
  3. SSLCertificateFile /etc/*****
  4. SSLCertificateKeyFile /etc/*****
  5. ServerName gerophima.de
  6. ServerAlias www.gerophima.de
  7. ServerAdmin [email protected]
  8. <Directory /var/www/roland/>
  9. Options Indexes FollowSymLinks Multiviews
  10. AllowOverride All
  11. Order allow,deny
  12. Allow from 127.0.0.1
  13. </Directory>
  14. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment