[users@httpd] ErrorDocument not read with fcgid

2015-12-22 Thread Xavier
Hi all, I'm trying to use ErrorDocument directive with mod_fcgid but it is not interpreted as it works fine for static documents. Here is my virtualhost conf: ErrorDocument 403 http://auth.example.com:19876/?lmError=403 ErrorDocument 404 http://auth.example.com:19876/?lmError=404 ServerNam

Re: [users@httpd] Uneven load distribution in Tomcat application servers proxy balanced in front end Apache httpd web server

2015-12-22 Thread Gaurav Kumar
Hi Christopher, Thank you for your reply. Appreciate it. So, this could be the normal behaviour of proxy balancers in web servers. right? I was also suspecting a similar kind of view. Because when I hit the URL to start the session on the website and kept on refreshing the page and visiting othe

Re: [users@httpd] Uneven load distribution in Tomcat application servers proxy balanced in front end Apache httpd web server

2015-12-22 Thread Christopher Schultz
Gaurav, On 12/22/15 11:26 AM, Gaurav Kumar wrote: > I am using 6 Apache httpd 2.2.15 which are forwarding requests to the > Tomcat application servers (version: 7.0.41). Using mod_proxy, all the > application servers are balanced with proxy balancers. Below is the > similar configuration of apache

[users@httpd] Uneven load distribution in Tomcat application servers proxy balanced in front end Apache httpd web server

2015-12-22 Thread Gaurav Kumar
I am using 6 Apache httpd 2.2.15 which are forwarding requests to the Tomcat application servers (version: 7.0.41). Using mod_proxy, all the application servers are balanced with proxy balancers. Below is the similar configuration of apache httpd.conf: ##Proxy Balancers for use by all Virtual Host

Re: [users@httpd] Re: mod_cache for FallbackResource?

2015-12-22 Thread Eric Covener
On Tue, Dec 22, 2015 at 11:03 AM, Eric Covener wrote: >> As an example, caching dynamic resources having different query strings >> is a non-issue using Varnish (or most other reverse-proxy caches). >> What makes mod_cache so specific in this regard? I see, this is specifically for FallBackResou

Re: [users@httpd] Re: mod_cache for FallbackResource?

2015-12-22 Thread Eric Covener
On Tue, Dec 22, 2015 at 9:59 AM, Raphaël wrote: > Any takers? > > From another discussion level I wanted to see if cache disk could > compete with Varnish, eg: > - Apache + mod_cache_disk + mod_ssl > could be a better stack than > - Apache + Varnish + Pound. > > So far, I'm under the impression th

[users@httpd] Re: mod_cache for FallbackResource?

2015-12-22 Thread Raphaël
Any takers? >From another discussion level I wanted to see if cache disk could compete with Varnish, eg: - Apache + mod_cache_disk + mod_ssl could be a better stack than - Apache + Varnish + Pound. So far, I'm under the impression that managing a reverse-caching proxy with mod_cache is, if even r

[users@httpd] Re: graphing Apache directives order

2015-12-22 Thread Raphaël
Am I the only one such a (or similar) graphical representation would highly help? The begin with, any pointer to the documentation of the 10 most used modules directives ordering and 10 most used directives processing order would help. On Thu, Nov 19, 2015 at 11:23:51PM -0300, Raphaël D wrote: >