Page MenuHomePhabricator
Paste P7626

Apache config with sticky loadbalancer
ActivePublic

Authored by Joe on Oct 4 2018, 7:46 AM.
Tags
None
Referenced Files
F26303669: Apache config with sticky loadbalancer
Oct 4 2018, 10:04 AM
F26303666: Apache config with sticky loadbalancer
Oct 4 2018, 10:04 AM
F26302830: Apache config with sticky loadbalancer
Oct 4 2018, 8:01 AM
F26302741: Apache config with sticky loadbalancer
Oct 4 2018, 7:46 AM
Subscribers
None
# First set the PHP_ENGINE cookie if not present in the request.
# We stick to HHVM for now by default; if HHVM is not available, PHP will step in
<Proxy "balancer://fgci_backend">
BalancerMember "fcgi://127.0.0.1:9000" route="HHVM"
BalancerMember "fcgi://127.0.0.1:8000" route="PHP" status="+H"
ProxySet stickysession=PHP_ENGINE
</Proxy>
ProxyPass / balancer://backend

Event Timeline

Joe edited the content of this paste. (Show Details)