2014-06-10 10:53 GMT-04:00 Stéphane PERON <[email protected]>: > 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 ? >
Hello, You need to edit /etc/apache2/conf.d/SOGo.conf. Search: Order deny,allow Allow from all Replace by: Require all granted Then reload your apache. The default file is incorrect for Apache 2.4 used by Ubuntu 14.04. -- Francis -- [email protected] https://inverse.ca/sogo/lists
