Advertisement
Guest User

Untitled

a guest
Jun 21st, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. NameVirtualHost 192.30.35.99:80
  2.  
  3. <VirtualHost 192.30.35.99:80>
  4. DocumentRoot /var/www/html
  5. ServerName voidwhisperer.info
  6. ErrorLog /var/log/httpd/mainerror.log
  7. </VirtualHost>
  8. <VirtualHost 192.30.35.99:80>
  9. DocumentRoot /home/fun/
  10. ServerName fun.voidwhisperer.info
  11. ErrorLog /var/log/httpd/fun-error.log
  12. <Directory /home/fun/>
  13. Options -Indexes
  14. </Directory>
  15. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement