https://issues.apache.org/bugzilla/show_bug.cgi?id=44592
--- Comment #19 from Ruediger Pluem <[EMAIL PROTECTED]> 2008-06-30 13:18:44 PST --- (In reply to comment #17) > Some questions remain open > - What are the downsides of increasing the KeepAliveTimeout > 12 times? You bind resources (threads / processes) to connections on which nothing may happen for this time. So this 1. might require you to increase maximum number of clients. 2. increase the possibility for simple DoS attacks. > - Is apache behaving as should be expected? > See my previous post. IE + SSL + keepalive is a long known troublemaker and its an IE bug that causes this. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
