Template:ApacheAppSuiteConf/easHttpProxy: Difference between revisions

From Open-Xchange
(add scolonpathdelim)
(Add SetEnv to use efficient chunked encoding for large file transfers and prevent race condition)
Line 8: Line 8:
       # BalancerMember http://oxhost2:8009 timeout=1800  smax=0 ttl=60 retry=60 loadfactor=50 route=OX2
       # BalancerMember http://oxhost2:8009 timeout=1800  smax=0 ttl=60 retry=60 loadfactor=50 route=OX2
       ProxySet stickysession=JSESSIONID|jsessionid scolonpathdelim=On
       ProxySet stickysession=JSESSIONID|jsessionid scolonpathdelim=On
      SetEnv proxy-initial-not-pooled
      SetEnv proxy-sendchunked
   </Proxy>
   </Proxy>

Revision as of 09:35, 10 April 2013

   # Microsoft recommends a minimum timeout value of 15 minutes for eas connections
   <Proxy balancer://{{{easProxyName}}}>
      Order deny,allow
      Allow from all
      # multiple server setups need to have the hostname inserted instead localhost
      BalancerMember http://localhost:8009 timeout=1800 smax=0 ttl=60 retry=60 loadfactor=50 route=OX1
      # Enable and maybe add additional hosts running OX here
      # BalancerMember http://oxhost2:8009 timeout=1800  smax=0 ttl=60 retry=60 loadfactor=50 route=OX2
      ProxySet stickysession=JSESSIONID|jsessionid scolonpathdelim=On
      SetEnv proxy-initial-not-pooled
      SetEnv proxy-sendchunked
 </Proxy>