[OGo-Users] Two instances of OGo
Rafel Amer Ramon
users@opengroupware.org
Mon, 15 Jan 2007 20:07:37 +0100
Hi.
I'm running OGo-1.0 in two diferent servers. Each server has two
instances of ogo-webui-1.0 listen on ports 20000 and 20010.
The two serves are running the same version of apache
(apache2-mpm-prefork 2.0.54-5sarge1).
I have the same configurations on the two servers:
Alias /OpenGroupware.woa/WebServerResources/
/usr/local/share/opengroupware.org-1.0/www/
Alias /OpenGroupwareA.woa/WebServerResources/
/usr/local/share/opengroupware.org-1.0/www/
Alias /OpenGroupwareB.woa/WebServerResources/
/usr/local/share/opengroupware.org-1.0/www/
<LocationMatch ^/OpenGroupwareA*>
SetAppPort 20000
SetHandler ngobjweb-adaptor
</LocationMatch>
<LocationMatch ^/OpenGroupwareB*>
SetAppPort 20010
SetHandler ngobjweb-adaptor
</LocationMatch>
The first server run OK: http://myhost/OpenGroupwareA is redirected to
instance listening on port 20000 and http://myhost/OpenGroupwareB
is redirected to instance listening on port 20010.
But in the second server all urls of the form
http://myhost/OpenGroupwareA or http://myhost/OpenGroupwareB are
redirected to instance listening on port 20010.
I don't understand why? Any ideas?
Thanks.
R. Amer
Thecnical University of Catalonia