https://issues.apache.org/bugzilla/show_bug.cgi?id=52402

--- Comment #25 from manny <[email protected]> ---
The nice folks over at Apache Lounge built the patched module for me (
http://www.apachelounge.com/viewtopic.php?t=4805 ) but the error persists:

[proxy_balancer:emerg] [pid 6496:tid 620] (22)Invalid argument: AH01186: worker
slotmem_grab failed

Does anything obvious appear wrong with my configuration?

<VirtualHost _default_:9000> 

  ProxyTimeout 900 
  SSLProxyEngine On 
  ProxyPreserveHost On 

  <Proxy balancer://my_cluster> 
    BalancerMember https://paz:9000 route=nA 
    BalancerMember https://baz:9000 route=nB 
    ProxySet lbmethod=byrequests stickysession=FOO_STICKY nofailover=Off 
  </Proxy> 

  ProxyPass /foo/   balancer://my_cluster/foo/ 
  Header add Set-Cookie "FOO_STICKY=s.%{BALANCER_WORKER_ROUTE}e;path=/;secure"
env=BALANCER_ROUTE_CHANGED 

</VirtualHost>

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to