Advertisement
ArranUbels

Untitled

Apr 28th, 2013
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin webmaster@arran4.com
  3.  
  4. ServerName moodle.jeremychampion.com
  5.  
  6. DocumentRoot /home/arran/moodle/htdocs
  7. <Directory />
  8. Options FollowSymLinks
  9. AllowOverride All
  10. </Directory>
  11. <Directory /home/arran/ubels.com.au/>
  12. Options Indexes FollowSymLinks MultiViews
  13. AllowOverride All
  14. Order allow,deny
  15. allow from all
  16. </Directory>
  17.  
  18. ErrorLog /var/log/apache2/moodle-htdocs-error.log
  19.  
  20. # Possible values include: debug, info, notice, warn, error, crit,
  21. # alert, emerg.
  22. LogLevel warn
  23.  
  24. CustomLog /var/log/apache2/moodle-htdocs.log combined
  25.  
  26. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement