[OGo-Users] Configuration Apache 2 for opengroupware 1.1

Sebastian Reitenbach users@opengroupware.org
Fri, 24 Nov 2006 05:14:31 -0000


Hi,




users@opengroupware.org wrote: 
> Hello,
> 
> Sorry for my delayed reply. I wasn't able to reply sooner. Anyhow, I
> picked the following configuration from the debian installation
> documentation, which i added to my httpd.conf:
> 
> ------------------------------------------------
> LoadModule ngobjweb module <path to the ngobjweb module>
> AddModule ngobjweb module.c
> <LocationMatch "^/OpenGroupware*">
> SetHandler ngobjweb-adaptor
> SetAppPort 20000
> </LocationMatch>
> Alias /OpenGroupware10a.woa/WebServerResources/ \
>       /usr/local/share/opengroupware.org-1.1/www/
> ------------------------------------------------
> 
> I know it's paths are wrong and i was going to repair this later.
> However when, with this configuration, i give a "service httpd reload"
> it awnsers: 
> 
> Reloading httpd:
>  Apache 1.3 configuration directives found
> 
> (I must say, now I read it again, I feel this might not be an error but
> just informative. But it still doesn't feel right). 

below is my ogo related part of my httpd.conf (but apache 1.3), without the 
aliases, because of a chrooted apache.
<IfModule ngobjweb_module.c>
  <LocationMatch "^/OpenGroupware*">
  SetHandler ngobjweb-adaptor
  SetAppPort 20000
  </LocationMatch>

  <LocationMatch ^/zidestore/*>
    SetAppPort 21000
    SetHandler ngobjweb-adaptor
  </LocationMatch>
</IfModule>

what happens when you access the /OpenGroupware url on your server?
is the ogo-webui binary running and listening on port 20000?


greetings
Sebastian