Advertisement
Guest User

jaquilina

a guest
Jan 11th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin jaquilina@eagleeyet.net
  3. ServerName eagleeyet.net
  4. ServerAlias www.eagleeyet.net
  5.  
  6. DocumentRoot /var/www/eagleeyet
  7.  
  8. <Directory /var/www/eagleeyet/>
  9. Options -Indexes FollowSymLinks MultiViews
  10. AllowOverride All
  11. Order allow,deny
  12. allow from all
  13. </Directory>
  14.  
  15. # ErrorLog ${APACHE_LOG_DIR}/eagleeyet.net-error.log
  16.  
  17. # Possible values include: debug, info, notice, warn, error, crit,
  18. # alert, emerg.
  19. #LogLevel warn
  20.  
  21. # CustomLog ${APACHE_LOG_DIR}/eagleeyet.net-access.log combined
  22.  
  23. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement