Advertisement
Guest User

vhost

a guest
Jan 31st, 2013
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. NameVirtualHost *
  2.  
  3. <VirtualHost *:80>
  4.  
  5.  
  6. ServerName www.snapperheadstudios.com
  7.  
  8. ServerAdmin [email protected]
  9.  
  10. ServerSignature email
  11.  
  12. DocumentRoot /var/www/snapper
  13.  
  14. CustomLog logs/www.snapperheadstudios.com.access.log combined
  15.  
  16. ErrorLog logs/www.snapperheadstudios.com.error.log
  17.  
  18.  
  19. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement