Template:ApacheAppSuiteConf/easHttpProxy: Difference between revisions
From Open-Xchange
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<nowiki>#</nowiki> Microsoft recommends a minimum timeout value of 15 minutes for eas connections | <nowiki>#</nowiki> Microsoft recommends a minimum timeout value of 15 minutes for eas connections | ||
<Proxy balancer:// | <Proxy balancer://{{{easProxyName}}}> | ||
Order deny,allow | Order deny,allow | ||
Allow from all | Allow from all |
Revision as of 14:56, 17 January 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=900 smax=0 ttl=60 retry=60 loadfactor=50 route=OX1 # Enable and maybe add additional hosts running OX here # BalancerMember http://oxhost2:8009 timeout=900 smax=0 ttl=60 retry=60 loadfactor=50 route=OX2 ProxySet stickysession=JSESSIONID </Proxy>