[OPEN-ILS-DEV] Installed evergreen OAPC killed moodleonsame webserver

John Nowlin JNowlin at cclaflorida.org
Tue Jun 19 13:07:51 EDT 2007


Thank you, I am moodling again. You might want to put a warning in the
installation documentation for other noobs like me.

john 

-----Original Message-----
From: open-ils-dev-bounces at list.georgialibraries.org
[mailto:open-ils-dev-bounces at list.georgialibraries.org] On Behalf Of Dan
Wells
Sent: Monday, June 18, 2007 4:28 PM
To: open-ils-dev at list.georgialibraries.org
Subject: RE: [OPEN-ILS-DEV] Installed evergreen OAPC killed moodleonsame
webserver

John,

You have the right idea in making another virtual host on a different
port.  It allows good separation of the "servers," but it isn't always
necessary.

For your current problem, it looks like there is a simple error in an
Alias directive in eg.conf.  You have a line that says:

Alias /moodle/ "/var/www/moodle"

So you are gobbling up the trailing slash but not replacing it.  I would
remove the slash on the first argument so the line will read:

Alias /moodle /var/www/moodle

(I am pretty sure you don't need the quotes either, though they seem to
not hurt).

In making this suggestion, I am in no way verifying that everything else
is totally right (I stopped looking when I saw this :) )

Good luck,
DW



More information about the Open-ils-dev mailing list