Hello,
I’m having serious issue with Exchange 2010 and pound configuration like RCP
disconnection, ActiveSync error HTTP/1.0 504 Gateway Time-out, OAB error 401
unauthorized…
My config file is :
## Minimal sample pound.cfg
##
## see pound(8) for details
######################################################################
## global options:
User "www-data"
Group "www-data"
#RootJail "/chroot/pound"
## Logging: (goes to syslog by default)
## 0 no logging
## 1 normal
## 2 extended
## 3 Apache-style (common log format)
LogLevel 2
## check backend every X secs:
Alive 30
## use hardware-accelleration card supported by openssl(1):
#SSLEngine "<hw>"
# poundctl control socket
Control "/var/run/pound/poundctl.socket"
######################################################################
## listen, redirect and ... to:
## redirect all requests on port 8080 ("ListenHTTP") to the local webserver
(see "Service" below):
ListenHTTPS
Address xx.xx.xx.xx
Port 443
Cert "/etc/pound/cert_login.site1.com.pem"
Cert "/etc/pound/cert_ site2.com.pem"
Cert "/etc/pound/cert_ site3.pem"
Cert "/etc/pound/ cert_site4.pem"
Cert "/etc/pound/exchange1.test.com.pem"
Client 60
xHTTP 4
End
Service "RPC"
URL "^/rpc/rpcproxy\.dll\?"
HeadRequire "Host: exchange1.test.com"
BackEnd
Address 127.0.0.2
Port 82
Timeout 300
End
End
Service "AS"
URL "^/Microsoft-Server-ActiveSync"
HeadRequire "Host: exchange1.test.com"
BackEnd
Address 127.0.0.2
Port 82
Timeout 600
End
End
Service "OAB"
URL "^/oab"
HeadRequire "Host: exchange1.test.com"
BackEnd
Address 127.0.0.2
Port 82
Timeout 600
End
End
…
I have read a lot of topic but don’t find how fix my problems…
Thanks