Re: [EMAIL PROTECTED] Ensuring a connection always stays available for a specific IP

2007-09-11 Thread Bj
Hi, I don't think it's possible. But you can do few things to recycle your connections faster : - if your using keepalive : reduce KeepAliveTimeout and MaxKeepAlive requests - increase ListenBackLog (depending of your OS) - if you use in prefork mpm, try to use worker mpm - optimize your mod_jk :

[EMAIL PROTECTED] Ensuring a connection always stays available for a specific IP

2007-09-11 Thread Gerhardus.Geldenhuis
Hi Does anyone know if there is an easy way to ensure that a certain webpage can always be served to a specific IP address even if maxclientconnections have been reached. We have an apache server with a low amount of connections. We use server-status and jkserver-status to monitor the state of th