Hi,

I can confirm that the packaging for Ubuntu 14.04 is not completely correct.

1. Starting with apache2 2.4, /etc/apache/conf.d is not used anymore. You have 
to copy SOGo.conf to /etc/apache2/conf-available and enable it with "a2enconf 
SOGo" in the postinst script.
2. Starting with apache2 2.4, the permission rules have changed. In SOGo.conf, 
you must change it to

<Directory /usr/lib/GNUstep/SOGo/>
    AllowOverride None
    Require all granted
...
</Directory>

Hopefully, that can be fixed in the next version.

Best regards,
Peter

Am 10.06.2014 16:53, schrieb Stéphane PERON:
> Hi all,
> 
> After a fresh install on ubuntu 14.04, I get the following message in my 
> apache error logs :
> [Tue Jun 10 16:32:20.631091 2014] [authz_core:error] [pid 10501] [client 
> 192.168.35.64:47449] AH01630: client denied by server configuration: 
> /usr/lib/GNUstep/SOGo/WebServerResources/SOGoRootPage.js, referer: 
> http://192.168.201.85/SOGo/
> 
> And then, I don't succeed using sogo gui ...
> 
> Any idea to fix my problem ?
> 
> Thanks a lot
> 
> Stéphane
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to