reggiep Posted June 1, 2009 Posted June 1, 2009 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
Jamo Posted June 1, 2009 Posted June 1, 2009 You do indeed, there is a guide on how to do it on the Apache site VirtualHost Examples - Apache HTTP Server That example shows the way I did it on my test box at home with the same IP address and Port but different servername: eg: moodle.x.com mahara.x.com 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now