[OGo-Users] Proble with OGo

Adam Tauno Williams users@opengroupware.org
Mon, 09 Oct 2006 11:45:46 -0400


On Mon, 2006-10-02 at 11:37 +0100, Parfait ANAGO wrote:
> Hello, 
>  I installed Ogo on Débian 2.4.18-bf2.4. But I don't able to acces
> the interface of Ogo.  
>  - When I type http://IpAdresse/OpenGroupware, it gives me the error
> message (Not Found The requested URL /OpenGroupware was not found one
> this server.) and in the log files, nothing is posted   
> - But when I type http://IpAdresse:20000/ I do not have more the error
> message and the files of log, I have this:    
> Oct. 02 10:06: 38 ogo-webui-1.1 [451]: [ERROR] <0x0x884fbdc
> [WOHttpAdaptor] > ACCESS DENIED: <0x0x8855a24
> [NGInternetSocketAddress]: host=modem-oti port=63258>  

I don't know anything about the Debian packages, but does
your /etc/hosts file have a localhost entry?

The OGo daemons only accept connections from localhost,  which is what
the ngobjweb module should attempt to contact.
> 
See the "WOHttpAllowHost" attribute in the NSGlobalDomain of your
configuration -
ogo@aleph:~> Defaults read NSGlobalDomain WOHttpAllowHost
(
    localhost,
    "127.0.0.1",
    "localhost.localdomain"
)

While it is unlikely that your firewall (iptables) rules are blocking
anything on loopback (lo) it is at least worth checking.

Make sure you've restarted Apache and that the ngobjweb module is
loaded;  on OpenSuSE the OGo packages put a configuration file(s)
in /etc/apache2/conf.d

>  I googled the message but I does not leave itself there.