On 10/17/18 10:40 PM, Timo Sivula" ([email protected]) wrote:
ProxyRequests Off
   SetEnv proxy-nokeepalive 1
   ProxyPreserveHost On
   ProxyPass /ldap !
   ProxyPass /SuiteCRM !
   ProxyPass /suitecrm !

   ProxyPass        /SOGo/ http://ouripnumber:20000/SOGo/
   ProxyPassReverse /SOGo/ http://ouripnumber:20000/SOGo/

#When this uncommented Odoo works, when I comment it Odoo stops working but SOGo works.
    ProxyPass       / http://ouripnumber:8069/
    ProxyPassReverse / http://ouripnumber:8069/


The SOGo configuration should also define some Aliases that you haven't included here.  You'll need to not proxy those, so add two lines with your other exclusions:

ProxyPass /SOGo.woa/WebServerResources/ !
ProxyPass /SOGo/WebServerResources/ !

(Actually, you probably only need the first.  I don't think the second Alias defined by SOGo for httpd is used.  I think it's masked by the ProxyPass...  Try with the first line only, and then add the second if it still doesn't work as expected.)

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to