Guest User

vHost3

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