[OGo-Users] Can't connect to OGO.

Ben Trafford users@opengroupware.org
Thu, 01 Nov 2007 11:59:20 -0400


	I'm on CentOS 4.5 and Apache 2.0.59, using the OGo CentOS 4.3 
packages, which I couldn't install via yum, but managed to install using rpm.

	I -seem- to have everything running, but I have two problems:

	1) OGo seems to want to take up all of Apache. I've tried various 
.conf file configurations, and none seem to want to just have it 
operate as its own subdirectory of the site.

	2) When I start OGo, I get the following error message in my Apache log --

[error] connect to application instance failed, tried 3 times.


	Here's my ogo.conf file --


LoadModule ngobjweb_module /etc/httpd/modules/mod_ngobjweb.so

SetHandler ngobjweb-adaptor
SetAppPort 20000

Alias /OpenGroupware10.woa/WebServerResources/ 
/usr/local/share/opengroupware.org-1.0/www
<Directory /usr/local/share/opengroupware.org-1.0/www/>
         Order allow,deny
         Allow from all
</Directory>

SetHandler ngobjweb-adaptor
SetAppPort 23000


	Help!

--->Ben