[users@httpd] Bulkheading apache

2014-03-18 Thread Pratyoosh Sharma
We have an external facing portal that serves multiple applications via single sign on, to bypass cross domain limitations & simplifying support we proxy all the requests through apache httpd, there are about 100 independent applications that we proxy using mod_proxy In case of slow responses

[users@httpd] Apache SSL reverse proxy for chunked content seems to be broken

2012-08-03 Thread Pratyoosh Sharma
> We are observing a very strange issue with Apache 2.2.14 serving as a > transparent proxy to an application server using mod_proxy, when the > application server sends chunked mode response > > Apache is listening over SSL & reverse proxying to the backend server HTTP, > We have SSLProxyEng

[users@httpd] Sticky session with multiple apache mod_proxy_loadbalancer

2011-04-01 Thread pratyoosh sharma
ssions need to be sticky to the backend application servers, how can i make sure that no matter which Apache a request ends up on, it always ends up on the same application server on which it is sticky. -- Thanks & Regards, Pratyoosh Sharma

Re: [us...@httpd] Redirection based on HTTP Host header

2010-08-19 Thread pratyoosh sharma
h the same thing? Any comments > would > > > be appreciated. > > > > > > Frank > > > > > > > - > > The official User-To-User support forum of the Apache HTTP Server > Project. > > See http://httpd.apache.org/userslist.html> for more info. > > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > > " from the digest: users-digest-unsubscr...@httpd.apache.org > > For additional commands, e-mail: users-h...@httpd.apache.org > > > -- Thanks & Regards, Pratyoosh Sharma

Re: [us...@httpd] Apache 2.2.11 mod_proxy returns 503 (service unavailable) under load

2010-07-29 Thread pratyoosh sharma
any.net) > failed" > >   it is normal that there not to have any logs at that time. > >   The problem here is that your backend may not support a spike load or can > hove some capacity problems. > > > From: pratyoosh sharma > To: users

[us...@httpd] Apache 2.2.11 mod_proxy returns 503 (service unavailable) under load

2010-07-15 Thread pratyoosh sharma
We are running a high volume portal that uses Apache 2.2.11 mod_proxy to reverse proxy content from downstream apache-> application servers, we recently started observing 503 errors on the Apache which happen sporadically throughout the day during activity on random requests. The requests returned