Bug 72692 - Dummy connections spamming SSL error log
Summary: Dummy connections spamming SSL error log
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: httpd
Version: 8.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-08-26 18:07 UTC by Joe Orton
Modified: 2007-04-18 16:46 UTC (History)
0 users

Fixed In Version: 2.0.40-3
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-05-19 14:10:35 UTC
Embargoed:


Attachments (Terms of Use)

Description Joe Orton 2002-08-26 18:07:20 UTC
Description of Problem:
The Apache 2.0 pipe-of-death code makes dummy connections to the local server to  
force a child process to quit, and these may go to the SSL port, causing
mod_ssl to regularly leave log messages in the ssl_error_log.

Version-Release number of selected component (if applicable):
httpd-2.0.40-3

How Reproducible:
Always

Steps to Reproduce:
1. load httpd and mod_ssl packages
2. start server
3. benchmark to port 80 with 'ab' or so on

Actual Results:
Many error messages like below in ssl_error_log:
[Mon Aug 26 19:17:30 2002] [error] SSL handshake interrupted by system [Hint:
Stop button pressed in browser?!]

Expected Results:
No error messages in ssl_error_log.

Comment 1 Joe Orton 2002-08-30 16:19:38 UTC
Simple workaround to use the first configured listener for dummy connections in
2.0.40-3, a config change (e.g. an SSL-only server) can still thwart this.

Comment 2 Joe Orton 2003-05-19 14:10:35 UTC
Workaround seems sufficient.


Note You need to log in before you can comment on or make changes to this bug.