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

Sebastian Reitenbach users@opengroupware.org
Thu, 01 Nov 2007 17:18:08 +0100


> 
> 
> 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
> 
> 
I am not sure about the ogo.conf file for apache, but mine looks like this:

# configuration needed to access the OGo webui
#
# explicitly allow access
<DirectoryMatch /usr/local/share/opengroupware.org-([0-9a-zA-Z]{1}).
([0-9a-zA-Z]{1,})/www>
  Order allow,deny
  Allow from all
</DirectoryMatch>
# required aliases
AliasMatch ^/OpenGroupware([0-9a-zA-Z]{1})([0-9a-zA-Z]
{1,})\.woa/WebServerResources/(.*)           
/usr/local/share/opengroupware.org-$1.
$2/www/$3
Alias /ArticleImages /var/lib/opengroupware.org/news
#
# hook up
<IfModule ngobjweb_module.c>
  <LocationMatch ^/OpenGroupware*>
    SetAppPort 20000
    SetHandler ngobjweb-adaptor
  </LocationMatch>
</IfModule>


also, does you ogo-webui instance is running and listening on port 20000?

kind regards
Sebastian