Guest User

vHost7

a guest
Feb 13th, 2015
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.57 KB | None | 0 0
  1. <VirtualHost pro-technic.de:80>
  2.         ServerAdmin info@fabian-thielen.de
  3.         ServerName pro-technic.de
  4.         DocumentRoot /var/sites/pro-technic.de
  5.         ErrorLog /var/log/apache2/pro-technic.de
  6.         LogLevel warn
  7.         CustomLog /var/log/apache2/pro-technic.de combined
  8.         ServerSignature Off
  9.         ErrorDocument 404 http://fabian-thielen.de/fehler/404
  10. #        SSLEngine on
  11. #        SSLCertificateFile /etc/apache2/ssl/Validiert/pro-technic.de/ssl.crt
  12. #        SSLCertificateKeyFile /etc/apache2/ssl/Validiert/pro-technic.de/ssl.key
  13. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment