[us...@httpd] Dynamically tune MaxKeepAliveRequests?

2010-04-18 Thread Nicholas Sherlock
Hi everyone, When the server is lightly-loaded, I have enough spare clients available to use a large MaxKeepAliveRequests and therefore improve client performance. But when load is very high (more clients that want to connect than there are Apache children) MaxKeepAliveRequests should be small to

Re: [us...@httpd] loadbalancer not working as expected

2010-04-18 Thread Igor Cicimov
Hi, Have you done any modification on the tomcats? I think you need to put the jvmRoute parameter as follows in the conf/server.xml file: and same for appsvr2 and appsvr3. Cheers, Igor On Sat, Apr 17, 2010 at 5:35 AM, Joaquin Martinez wrote: > Hello all. Please, bear with me. I have made

[us...@httpd] Tomcat-connector replacement

2010-04-18 Thread Zakai Kinan
I am looking for a potential replacement for my tomcat connector. Does anyone have a clue? Google did not come up with anything. TIA, Zak - The official User-To-User support forum of the Apache HTTP Server Project. S

Re: [us...@httpd] Dynamically,reconfigure parameter max-clients without breaking the connection?

2010-04-18 Thread Damian Lęcznar
a dynamic shuffle parameter max-clients on the fly as soon as posible W dniu 2010-04-18 20:17, Eric Covener pisze: On Sun, Apr 18, 2010 at 1:30 PM, Damian Lęcznar wrote: Now I will be more accurate and follows what I seek to achieve: I try to get that apache worked as PID controller, which

Re: [us...@httpd] Dynamically,reconfigure parameter max-clients without breaking the connection?

2010-04-18 Thread Eric Covener
On Sun, Apr 18, 2010 at 1:30 PM, Damian Lęcznar wrote: >  Now I will be more accurate and follows what I seek to achieve: > I try to get that apache worked as PID controller, which remained constant > pre-set quantity users assuming that they still connect, restart the server > requires time and w

Re: [us...@httpd] Reverse proxy question

2010-04-18 Thread alin vasile
The key here is that I want to rewrite some URL's using a remote proxy and I need to set the proxy properties in a common place (not repeating them at every RewriteRule). I saw that if I remove the "ProxyPass" directives the warnings dissapear. But are the ProxySet properties used in this case?

Re: [us...@httpd] Dynamically,reconfigure parameter max-clients without breaking the connection?

2010-04-18 Thread Damian Lęcznar
Now I will be more accurate and follows what I seek to achieve: I try to get that apache worked as PID controller, which remained constant pre-set quantity users assuming that they still connect, restart the server requires time and wanted me to minimize as soon as possible. Best regards W dn

Re: [us...@httpd] Dynamically,reconfigure parameter max-clients without breaking the connection?

2010-04-18 Thread Eric Covener
On Sun, Apr 18, 2010 at 11:37 AM, Damian Lęcznar wrote: >  Hello, > I have such strange question whether it is possible to dynamically > reconfigure parameter max-clients without breaking the connection? Do you > have some ideas as done in apache, I was very grateful. That's not strange at all, a

[us...@httpd] SSL Accelerator and LDAP Auth Question‏

2010-04-18 Thread Bob Smith
Hello, I noticed in the archive that my message got mangled making it completely unreadable, so please excuse my double post, I am posting from my Gmail account instead. My original message follows. I am trying to configure Apache 2.2 to allow act as an SSL accelerator with LDAP authentication

[us...@httpd] Dynamically,reconfigure parameter max-clients without breaking the connection?

2010-04-18 Thread Damian Lęcznar
Hello, I have such strange question whether it is possible to dynamically reconfigure parameter max-clients without breaking the connection? Do you have some ideas as done in apache, I was very grateful. Best regards <> - The