Template:ApacheAppSuiteConf/easHttpProxy

< Template:ApacheAppSuiteConf
Revision as of 13:49, 17 January 2013 by Marens (talk | contribs) (Created page with "<Proxy balancer://eas_oxcluster> Order deny,allow Allow from all # multiple server setups need to have the hostname inserted instead localhost Bala...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<Proxy balancer://eas_oxcluster>

      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>