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.

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.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
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