> On 20 Oct 2015, at 17:25, Michael Angelozzi <mangelo...@gmail.com> wrote:
> 
> Hi All,
> 
> Firstly, what does SOGo stand for? I have googled intensively and only come 
> up with Society Of  Gas Operators, which I am i sure it does not stand for.
> My guess would be: Super Openexchange Groupware O....???

Scalable Open Groupware.

> 
> So I am trying to install SOGo on Ubuntu server 14.04.
> 
> I installed Apache2 which used to serve up a very simple page (as you will 
> see below it is now broken).
> I installed mysql-server.
> I installed Postfix with Dovecot using: sudo apt-get -y install 
> mail-stack-delivery
> I did not install OpenLDAP because at the moment there is just myself in my 
> company. I would rather use a the MySQL database to store the users.
> 
> Then I installed SOGo, and I noticed towards the end of the installation 
> Apache2 fell over:
> Setting up sogo:amd64 (2.3.2-1) ...
> apache2_invoke: Enable configuration SOGo
> Action 'configtest' failed.
> The Apache error log may have more information.
> apache2_reload: Your configuration is broken. Not reloading Apache 2
>  * Starting SOGo sogo                                                     [ 
> OK ]
> 
> I checked the Apache log and there was nothing helpful.
> 
> This is what is in the SOGo conf file:
> sudo nano /etc/apache2/conf-enabled/SOGo.conf 
> shows:
> Line 47: ProxyRequests Off
> Line 48: SetEnv proxy-nokeepalive 1
> Line 49: ProxyPreserveHost On
> 
> I ran the following command:
> apachectl configtest
> 
> And got:
> AH00526: Syntax error on line 47 of /etc/apache2/conf-enabled/SOGo.conf:
> Invalid command 'ProxyRequests', perhaps misspelled or defined by a module 
> not included in the server configuration
> Action 'configtest' failed.
> So Commented out line 47, because Off is the default value in the Apache 
> documentation anyway.

Rather commenting stuff out you should enable required apache modules 

a2enmod proxy
a2enmod proxy_http
a2enmod headers

> 
> Then I tried again and this time the same error but for line 49:
> AH00526: Syntax error on line 49 of /etc/apache2/conf-enabled/SOGo.conf:
> Invalid command 'ProxyPreserveHost', perhaps misspelled or defined by a 
> module not included in the server configuration
> Action 'configtest' failed.
> 
> I figured it would be unwise to just keep commenting out stuff.
> Any suggestions?
> 
> The SOGO Installation Guide.pdf page 45 says:
> "The SOGo configuration for Apache is located in /etc/httpd/conf.d/SOGo.conf"
> But I dont have a file there?
> 

This is a location for CentOS. On Ubuntu your config file will be somewhere in 
/etc/apache2/conf-available or /etc/apache2/conf.d/

Regards
Martin.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to