[users@httpd] ProxyPass optimization in 2.4 docs

2012-12-21 Thread kharper2
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

[users@httpd] Does mod_authnz_external deprecate both pam and sys_group

2012-08-21 Thread kharper2
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

[users@httpd] Using info in response headers to create new header

2012-07-26 Thread kharper2
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

Re: [users@httpd] Balancer logic on a per-context basis

2012-05-31 Thread kharper2
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

[users@httpd] Balancer logic on a per-context basis

2012-05-31 Thread kharper2
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