cat /etc/httpd/conf.d/zzz_SOGo.conf
================= DO NOT MODIFY THIS FILE =================
Manual changes will be lost when this file is regenerated.
Please read the developerās guide, which is available
SOGo dav auto-discovery support is enabled
RedirectMatch ^/(dav|cal|card) /SOGo/dav/
RedirectMatch ^/.well-known/(caldav|carddav) /SOGo/dav/
Sogo ActiveSync is enabled
<Location /Microsoft-Server-ActiveSync>
ProxyPass http://127.0.0.1:20000/SOGo/Microsoft-Server-ActiveSync retry=60 connectiontimeout=5 timeout=3600
<Location /SOGo>
ProxyPass http://127.0.0.1:20000/SOGo retry=0
ProxyPassReverse http://127.0.0.1:20000/SOGo
SetEnv proxy-nokeepalive 1
ProxyRequests Off
ProxyPreserveHost On
SetEnvIf Host (.*) REQUEST_HOST=$1
<Proxy http://127.0.0.1:20000/SOGo>
RequestHeader set āx-webobjects-server-portā ā443ā
RequestHeader set āx-webobjects-server-nameā ā%{REQUEST_HOST}eā
RequestHeader set āx-webobjects-server-urlā āhttps://%{REQUEST_HOST}e/SOGoā
RequestHeader set āx-webobjects-server-protocolā āHTTP/1.0ā
RequestHeader set āx-webobjects-remote-hostā %{REMOTE_HOST}e env=REMOTE_HOST
When using proxy-side autentication, you need to uncomment and
adjust the following line:
RequestHeader set āx-webobjects-remote-userā ā%{REMOTE_USER}eā
AddDefaultCharset UTF-8
Require all granted
Alias /SOGo.woa/WebServerResources/ /usr/lib64/GNUstep/SOGo/WebServerResources/
Alias /SOGo/WebServerResources/ /usr/lib64/GNUstep/SOGo/WebServerResources/
<Directory /usr/lib64/GNUstep/SOGo/>
AllowOverride None
Require all granted
ExpiresActive On
ExpiresDefault āaccess plus 1 yearā
cat /etc/httpd/conf.d/webtop.conf
================= DO NOT MODIFY THIS FILE =================
Manual changes will be lost when this file is regenerated.
Please read the developerās guide, which is available
10base ā WebTop configuration
ProxyPass /webtop/push ws://127.0.0.1:58080/webtop/push
ProxyPassReverse /webtop/push ws://127.0.0.1:58080/webtop/push
ProxyPass /webtop http://127.0.0.1:58080/webtop
ProxyPassReverse /webtop http://127.0.0.1:58080/webtop