Advertisement
da404lewzer

Untitled

Mar 31st, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. #APACHE VHOST CONFIG#
  2.  
  3. NameVirtualHost *:80
  4.  
  5. <VirtualHost *:80>
  6. ServerAdmin [email protected]
  7. DocumentRoot /var/www/html
  8. ServerName DEFAULT
  9. ErrorLog logs/default-error_log
  10. CustomLog logs/default-access_log combined
  11. </VirtualHost>
  12.  
  13. <VirtualHost *:80>
  14. ServerAdmin [email protected]
  15. DocumentRoot /var/www/vhosts/vhost_404/jebcraft.com
  16. ServerName jebcraft.com
  17. ServerAlias www.jebcraft.com dw20.jebcraft.com mindcrack.jebcraft.com
  18. ErrorLog logs/jebcraft.com-error_log
  19. CustomLog logs/jebcraft.com-access_log combined
  20. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement