Jump to content

Recommended Posts

Posted

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

 

NameVirtualHost *

       ServerAdmin webmaster@localhost

       DocumentRoot /var/www/moodle
       
               Options FollowSymLinks
               AllowOverride None
       
       
               Options Indexes FollowSymLinks MultiViews
               AllowOverride None
               Order allow,deny
               allow from all
       

 

If I have /var/www/moodle then my moodle works fine and I cannot get to mahara

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...