Hey all,
I found the following blurp when reading this url:
http://httpd.apache.org/docs/2.4/new_features_2_4.html
"The ProxyPass directive is now most optimally configured within a Location
or LocationMatch block, and offers a significant performance advantage over
the traditional two-parameter
According to what I've read so far for my apache 2.2 server,
mod_authnz_external succeeds the functionality that was in mod_auth_pam.
Does it also replace the mod_auth_sys_group? Or is that in another module?
Thanks.
Kyle Harper
This communication and any attachments are confidential, protecte
Hello all,
I've been researching mod_headers all day trying to figure out how to do
this... time to ask the group.
I would like to be able to use the information in a Set-Cookie header to
determine if I should set an additional cookie. For example, if Set-Cookie
"mycookie=abc123-happy" comes th
Hello Daniel,
> There is a failonstatus parameter you can set for each
> balancer member that will have mod_proxy_balancer mark the worker out of
> service if that status code is found
I noticed that parameter and had considered it, but wasn't sure how apache
would know to re-enable it. Thank yo
Hello,
I have a couple apache http servers (v2.2) proxying requests to a handful
of tomcat servers (6.x) serving applications in individual contexts. I
have a ProxyPass line for each context in my config. I'm utilizing the
proxy balancer and its working well; if I kill "tomcat1", apache will qu