Advertisement
n0tmE

sample apache virtualhost

Oct 13th, 2011
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin jjoi@ni11.com
  3. ServerName keroro.ni11.com
  4.  
  5. DocumentRoot /webhost/keroro.ni11.com/data
  6. <Directory />
  7. Options FollowSymLinks
  8. AllowOverride None
  9. </Directory>
  10. <Directory /webhost/keroro.ni11.com/data/>
  11. Options Indexes FollowSymLinks MultiViews ExecCGI
  12. AcceptPathInfo on
  13. AllowOverride All
  14. Order allow,deny
  15. allow from all
  16. </Directory>
  17. ErrorLog /webhost/keroro.ni11.com/logs/error.log
  18.  
  19. # Possible values include: debug, info, notice, warn, error, crit,
  20. # alert, emerg.
  21. LogLevel warn
  22. CustomLog /webhost/keroro.ni11.com/logs/access.log combined
  23.  
  24. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement