Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- ServerAdmin webmaster@arran4.com
- ServerName moodle.jeremychampion.com
- DocumentRoot /home/arran/moodle/htdocs
- <Directory />
- Options FollowSymLinks
- AllowOverride All
- </Directory>
- <Directory /home/arran/ubels.com.au/>
- Options Indexes FollowSymLinks MultiViews
- AllowOverride All
- Order allow,deny
- allow from all
- </Directory>
- ErrorLog /var/log/apache2/moodle-htdocs-error.log
- # Possible values include: debug, info, notice, warn, error, crit,
- # alert, emerg.
- LogLevel warn
- CustomLog /var/log/apache2/moodle-htdocs.log combined
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement