[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] loosing GUI when adding VirtualHosts



Hello everyone.  I am trying to set up some VirtualHosts on the same IP
address using my Qube2.  I assume that the Apache httpd.conf configuration
is pretty much the same between the Qube2 and RAQ (what most of you use)

I set up the following lines for each VirtualHost, including the entry for
the original host name before the VirtualHosts

<VirtualHost www.renteria.net>
ServerAdmin david@xxxxxxxxxxxx
DocumentRoot /home/groups/home/
ServerName www.renteria.net
ServerAlias renteria.net *.renteria.net
</VirtualHost>

For the other domains, I change the DocumentRoot to
/home/groups/whatevertheserver/

Everything seems to work OK - each server goes to its own page, etc.  But
then I loose the GUI.  I get the usual "File Not Found" error when I try to
access the administration page.  In fact, the little "traffic signal" icon
from the 404 error page is also missing (broken image).  I also get broken
images when I try to access, the Search area in the public cobalt page (but
not other images)

My main worry is the GUI.  It's gone. If I remove the VirtualHost entries,
then everything is back to normal.  So obviously something is getting lost
when I enter the VirtualHost stuff.

Any ideas?  I'm desperate.  I have spent my whole day trying to get this
working.

Thank you in advance!
David