I was inspired by a the talk of VLEs at the edugeek conference so I though I would drag out my moodle test box and see if i could get mahara up and running on it as well.
I managed to get it working but only by playing around with the
/etc/apache2/sites-available/default
If I have /var/www/moodle then my moodle works fine and I cannot get to maharaCode:NameVirtualHost * <VirtualHost *> ServerAdmin webmaster@localhost DocumentRoot /var/www/moodle <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /var/www/moodle> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory>
If I take away the moodle so it just says /var/www then i can get to both sites but the moodle is rendered all wrong.
Do i need to add another virtualhost entry to the bottom of this file?
Thanks



LinkBack URL
About LinkBacks
Reply With Quote

