Re: mod_ngobj question
-------- Original-Nachricht --------
> Datum: Wed, 25 Nov 2009 07:44:01 -0500
> Von: Adam Tauno Williams <awilliam@...>
> An: developer@...
> Betreff: Re: [OGo-Developer] mod_ngobj question
> On Wed, 2009-11-25 at 05:26 +0100, Steve wrote:
> > Hallo all,
> > do I see that right that I NEED mod_ngobjweb in order to forward HTTP
> > requests to SOPE? Is there any other possible way to do the same
> > without mod_ngobjweb?
>
> It isn't recommended. SOPE isn't a full-fledged HTTP server, SOPE
> applications are meant to be used via ngobjweb.
>
When you write "ngobjweb" then you are talking about the Apache module. Right? I was so far able to get SOGo to
show a page. I used nginx to proxy my request to SOGo listening on port 20000 on localhost. The
documentation is in no way clear how to access SOGo. It does not say anything what path to use, how to change
paths, etc... All I can find so far is a Apache configuration that should configure Apache to use SOGo. I can
mirror that config without issues (so far) in nginx. Doing so however does not in every extend. For example
on the login screen I just see text. Everything else is not there. Looking at the produced HTML I see that the
path of certain elements is wrong. Instead of getting "/SOGo.woa/WebServerResources/" I get
"/.woa/WebServerResources/". I don't know how to tell SOGo to
prefix those directories?
Ahh. I fixed it. Gee... I have not done so much try and error since I don't know when.
> > To be more precise: Is there another way doing the same avoiding the
> > use of Apache?
(Continue reading)