Re: [users@httpd] Proxy Balancing Not working as Expected

2013-06-24 Thread Daniel Ruggeri
On 6/24/2013 6:35 AM, nskarthik wrote: > Hi > > SPEC : Apache 2.22 > O/s :Suse ent-10 > LBS for 2 Tomcat's with Session based > > Config currently > > #~` > > LoadModule proxy_module modules/mod_proxy.so > > > LoadModule proxy_ajp_mo

Re: [users@httpd] Proxy Balancing Not working as Expected

2013-06-24 Thread Daniel Ruggeri
On 6/23/2013 11:37 PM, nskarthik wrote: > Hi > > SPEC : Apache httpd 2.22 [ Cannot upgrade currently ] > O/s SUSE Enterprise-10 > Sticky session [ Have 2 Tomcats with session based application ] > > The following is Configured with Sticky session as per APACHE Docs > > / > LoadModule proxy_ajp_mod

Re: [users@httpd] Mod_proxy Slow After a Week

2013-06-24 Thread Robert Gabriel
On 24 June 2013 18:27, Tom Evans wrote: > On Mon, Jun 24, 2013 at 2:03 PM, Robert Gabriel > wrote: > > Hello all, > > > > We have: > > > > Apache 2.2.3 > > CentOS 5.5 x86_64 > > Splunk 5.0.2 > > > > I only know the basics but Apache has been serving us very well with the > > below config > > > >

Re: [users@httpd] Mod_proxy Slow After a Week

2013-06-24 Thread Tom Evans
On Mon, Jun 24, 2013 at 2:03 PM, Robert Gabriel wrote: > Hello all, > > We have: > > Apache 2.2.3 > CentOS 5.5 x86_64 > Splunk 5.0.2 > > I only know the basics but Apache has been serving us very well with the > below config > > and only after about a week did pages refresh very slowly, up to a mi

Re: [users@httpd] Mod_proxy Slow After a Week

2013-06-24 Thread Robert Gabriel
On 24 June 2013 17:49, David Guerra wrote: > You are receiving 304's? > That doesn't make sense. Maybe 504's which many times will point to a > load issue on the backend server. > > > On Mon, Jun 24, 2013 at 9:03 AM, Robert Gabriel wrote: > >> Hello all, >> >> We have: >> >> Apache 2.2.3 >> Cent

Re: [users@httpd] Mod_proxy Slow After a Week

2013-06-24 Thread David Guerra
You are receiving 304's? That doesn't make sense. Maybe 504's which many times will point to a load issue on the backend server. On Mon, Jun 24, 2013 at 9:03 AM, Robert Gabriel wrote: > Hello all, > > We have: > > Apache 2.2.3 > CentOS 5.5 x86_64 > Splunk 5.0.2 > > I only know the basics but A

RE: [users@httpd] Proxy Balancing Not working as Expected

2013-06-24 Thread Felix Almeida
Not sure if I understood, however: 1) No, because you are using "nofailover=On" 2) It will be lost. You have to implement clustering (session replication) among Tomcats to keep the session active if one TC server goes down (AND remove the nofailover from Apache). -Original Message- From: n

[users@httpd] Mod_proxy Slow After a Week

2013-06-24 Thread Robert Gabriel
Hello all, We have: Apache 2.2.3 CentOS 5.5 x86_64 Splunk 5.0.2 I only know the basics but Apache has been serving us very well with the below config and only after about a week did pages refresh very slowly, up to a minute to reload sometimes. I tailed both httpd and splunkd logs and saw a c

[users@httpd] Proxy Balancing Not working as Expected

2013-06-24 Thread nskarthik
Hi SPEC : Apache 2.22 O/s :Suse ent-10 LBS for 2 Tomcat's with Session based Config currently #~` LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_ajp_module modules/mod_proxy_ajp.so LoadModule proxy_balancer_module