[OGo-Users] Problem with https

Adam Tauno Williams users@opengroupware.org
Thu, 07 Dec 2006 11:38:44 -0500


> > SSL is entirely an Apache thing,  it can't really effect OGo one way
> > or the other.  Are you using virtual hosting?  My initial guess would
> > be you crossed some wired in you Apache config files in the process of
> > enabling SSL.  Look for authentication related directives (OGo
> > authenticates itself,  Apache doesn't need to do so).
> Ok. I found it: I had a <Limit> directive undert the root <Direcory>.
> I removed that and everything works Ok.
> You were right Adam,
> Anyway, now I have a problem with zidestore. I get a 404 error from the server.
> Any idea?

Your location match for zidestore got moved or eliminated?

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