Re: [users@httpd] mod_status output and MaxClients

2012-03-12 Thread Arianna Manlio
On 03/12/2012 08:46 PM, William Taylor wrote: > You have 48 workers idle waiting for work. Unless you see that number > hitting 0 or near > 0, you don't need to increase it anymore. thankyou - To unsubscribe, e-mail: users-unsubs

RE: [users@httpd] Apache + Tomcat Load Balancing

2012-03-12 Thread Kashif Rahman
So what solution you would recommend and what is best option for session sharing? Thank you, Best Regards, Kashif Rahman -Original Message- From: Tom Evans [mailto:tevans...@googlemail.com] Sent: Monday, March 12, 2012 9:49 PM To: users@httpd.apache.org; Anam Ali Khan Subject: Re: [us

Re: [users@httpd] mod_status output and MaxClients

2012-03-12 Thread William Taylor
On Monday, March 12, 2012 12:36:57 PM, Arianna Manlio wrote: > > Hi, > > please, look at this mod-status output: > > Current Time: Monday, 12-Mar-2012 17:00:38 CET > Restart Time: Monday, 12-Mar-2012 16:58:11 CET > Parent Server Generation: 4 > Current Time: Monday, 12-Mar-2012 17:00:38 CET > Resta

[users@httpd] apache 2.2 can't keep up with apache 1.3

2012-03-12 Thread William Taylor
Previously posted to dev and bugs. Posting here also in hopes of capturing a greater audience that might have come across this issue before. We have written a modules for apache that for certain reasons requires one hit per child. On apache 1.3 this worked fine with a minor tweak to SCOREBOARD_MAI

[users@httpd] mod_status output and MaxClients

2012-03-12 Thread Arianna Manlio
Hi, please, look at this mod-status output: Current Time: Monday, 12-Mar-2012 17:00:38 CET Restart Time: Monday, 12-Mar-2012 16:58:11 CET Parent Server Generation: 4 Current Time: Monday, 12-Mar-2012 17:00:38 CET Restart Time: Monday, 12-Mar-2012 16:58:11 CET Parent Server Generation: 4 Server u

Re: [users@httpd] Apache + Tomcat Load Balancing

2012-03-12 Thread Tom Evans
On Mon, Mar 12, 2012 at 4:40 PM, Anam Ali Khan wrote: > Hello, > > It looks like very complex configuration in your application environment. > You can achieve the same with HAProxy example as given before. > > Why opt for complex configuration instead of easy available solution. > > Thanks, > Anam

Re: [users@httpd] Apache + Tomcat Load Balancing

2012-03-12 Thread Anam Ali Khan
Hello, It looks like very complex configuration in your application environment. You can achieve the same with HAProxy example as given before. Why opt for complex configuration instead of easy available solution. Thanks, Anam From: Kashif Rahman To: users@

RE: [users@httpd] Apache + Tomcat Load Balancing

2012-03-12 Thread Kashif Rahman
Here what I have used : == ProxyRequests Off AddDefaultCharset Off Order deny,allow Allow from all ProxyPass /balancer-manager ! ProxyPass /examples balancer://qawebcluster/examples ProxyPassReve

RE: [users@httpd] Apache + Tomcat Load Balancing

2012-03-12 Thread Igor Cicimov
Also read about mod_proxy_ajp On Mar 12, 2012 8:11 PM, "Igor Cicimov" wrote: > You can at least tell us what OS are these servers running on? Also you > said when you put second apache something is not working so we would like > to see your apache config if you dont mind. Another thing not clear

RE: [users@httpd] Apache + Tomcat Load Balancing

2012-03-12 Thread Igor Cicimov
You can at least tell us what OS are these servers running on? Also you said when you put second apache something is not working so we would like to see your apache config if you dont mind. Another thing not clear to me is tomcat session replication. Are the tomcats clustered? If not how do they re

RE: [users@httpd] Apache + Tomcat Load Balancing

2012-03-12 Thread Kashif Rahman
Thanks Anam, but we are looking at to use mod proxy for Apache/Tomcat Communication and session persistence. Can it be done using our requirement? Thank you, Regards, Kashif Rahman. From: Anam Ali Khan [mailto:anamalik...@yahoo.com] Sent: Friday, March 09, 2012 7:44 PM To: users@httpd