Reverse Proxy Timeout (http/https)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi! I have configurated Apache in Reverse Proxy, for one "Apche
front-end" of "MS Exchange 2003"

This work very well, but some times I receved timeout errors from Exchange. [

The average of the most recent [200] heartbeat intervals used by
clients is less than or equal to [9]. Make sure that your firewall
configuration is set to work correctly with Exchange ActiveSync and
direct push technology. Specifically, make sure that your firewall is
configured so that requests to Exchange ActiveSync do not expire
before they have the opportunity to be processed.
http://www.eventid.net/display.asp?eventid=3033&eventno=7241&source=Server%20ActiveSync&phase=1
]

Is there a solution to increase http/https TimeOut session for reverse
proxy, or another solutions? For example KeepAlive?

Excuse me but I'm not expert in this Reverse Proxy method.

My config:      ROUTER<--------ETH0->Apache Reverse
Proxy<-ETH1-------EXCHANGE (192.168.0.2)

-----------------------------------------------------
       ProxyRequests Off
       ProxyPreserveHost On
       SSLProxyEngine On

       #OWA % character in email subject fix
       RewriteEngine On
       RewriteMap percentsubject int:escape
       RewriteCond $1 ^/exchange/.*\%.*$
       RewriteRule (/exchange/.*) ${percentsubject:$1} [P]

       # à è ...
       AddDefaultCharset utf-8

       # OWA
       <Location /exchange>
               ProxyPass https://192.168.0.2/exchange
               ProxyPassReverse https://192.168.0.2/exchange
               SSLRequireSSL
       </Location>
       <Location /exchweb>
               ProxyPass https://192.168.0.2/exchweb
               ProxyPassReverse https://192.168.0.2/exchweb
               SSLRequireSSL
       </Location>
       <Location /public>
               ProxyPass https://192.168.0.2/public
               ProxyPassReverse https://192.168.0.2/public
               SSLRequireSSL
       </Location>

       # OMA
       <Location /oma>
               ProxyPass https://192.168.0.2/oma
               ProxyPassReverse https://192.168.0.2/oma
               SSLRequireSSL
       </Location>

       # ActiveSync (for WM5+ devices)
       <Location /Microsoft-Server-ActiveSync>
               ProxyPass http://192.168.0.2/Microsoft-Server-ActiveSync
               ProxyPassReverse http://192.168.0.2/Microsoft-Server-ActiveSync
#              SSLRequireSSL
       </Location>
-----------------------------------------------------

Thanks!

Sim

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux