Review order of ProxyPass directives

Fixes #3461
This commit is contained in:
Francis Lachapelle
2016-02-23 11:56:28 -05:00
parent 42acf8974c
commit a8ccaac1fa

View File

@@ -57,8 +57,6 @@ ProxyPreserveHost On
# Allow from your-cas-host-addr
# </Proxy>
ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0
# Enable to use Microsoft ActiveSync support
# Note that you MUST have many sogod workers to use ActiveSync.
# See the SOGo Installation and Configuration guide for more details.
@@ -67,6 +65,8 @@ ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0
# http://127.0.0.1:20000/SOGo/Microsoft-Server-ActiveSync \
# retry=60 connectiontimeout=5 timeout=360
ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0
<Proxy http://127.0.0.1:20000/SOGo>
## adjust the following to your configuration
RequestHeader set "x-webobjects-server-port" "443"