[OGo-Users] Problem with https

Eduardo Elgueta users@opengroupware.org
Tue, 12 Dec 2006 10:28:02 -0300


Adam,

Thank you for your response.

The problem was apache had the "DAV on" directive on the root directory.

Ed.

On 12/7/06, Adam Tauno Williams <adam@morrison-ind.com> wrote:
> > > 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>
>
>
> --
> OpenGroupware.org Users
> users@opengroupware.org
> http://mail.opengroupware.org/mailman/listinfo/users
>