On Fr, 2010-09-03 at 21:23 +0200, Henry wrote: > On Fr, 2010-09-03 at 15:09 -0400, Ludovic Marcotte wrote: > > > Hi! > > > Seems like AJAX is missing and I don't know where to > > > start debugging. > > > > > Let me guess, you're accessing it like http://foo.bar.zot:20000 ? > > > > DON'T do that, you must use Apache or any other Web server in front of it. > > Thank you for the fast reply, Ludovic. You're completely right: I talk > to the sogo server directly. Mainly because the apache2/mod_proxy acess > doesn't work yet. > > I'll have a look at that again and report back. >
That's the message apache writes to it's error.log, if I access my site like http://foo.bar/SOGo [warn] proxy: No protocol handler was valid for the URL /SOGo. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule. And here's what made it work: # a2enmod proxy_http && /etc/init.d/apache2 restart It turmed out I enabled the mod_proxy and mod_headers, like the Installation Guide mentions. I even enabled mod_prox_balance ('google' told me). But without mod_proxy_http it doesn't work. My SOGo installation is up and running now and I'm eager to test it out. Thank you again for your help, Ludovic! -- regards, Henry
-- [email protected] https://inverse.ca/sogo/lists
