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