Skip to content

Instantly share code, notes, and snippets.

@jraines
Created September 7, 2011 22:45
Show Gist options
  • Save jraines/1202031 to your computer and use it in GitHub Desktop.
Save jraines/1202031 to your computer and use it in GitHub Desktop.
LoadModule proxy_module
LoadModule proxy_balancer_module
<Proxy balancer://mycluster>
BalancerMember http://www.lessonplanet.com/ loadfactor=10
BalancerMember http://beta.lessonplanet.com/ loadfactor=1
ProxySet stickysession=_session_id
</Proxy>
ProxyPass / balancer://mycluster
Questions:
is it smarter enough to use the right _session_id cookie? ie, is it scoped to domain?
wtf does proxypass actually do?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment