On 7/17/06, Vivek Khera <[EMAIL PROTECTED]> wrote:

On Jul 14, 2006, at 6:29 AM, Niels Huylebroeck wrote:

>> # in httpd.conf
>> KeepAlive On
> I've now also turned this on, thanks for the heads-up hadn't noticed
> this before (I run Centos 4.3 and it's disabled by default too)

You absolutely 100% don't want to do this on a busy public web site,
especially one behind a stateful firewall.  Many web clients open up
multiple connections simultaneously and you then end up with a bunch
of servers in keepalive state, where they could be helping others.

I understand. In my case it isn't (and it's set to only 15 seconds),  and  the caching works well for the other 15 static files, so keepalive is not required in the general case with caching turned turned on.

for a small load internal application, you won't notice the difference.

and if you have a stateful firewall, all those keepalive state
servers will suck up all the states on your firewall in no time flat.

the redhat folks are not totally wrong in disabling it by default.






--
Mike Taht
PostCards From the Bleeding Edge
http://the-edge.blogspot.com
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


We're hiring! Come hack Perl for Best Practical: 
http://bestpractical.com/about/jobs.html

Reply via email to