Bug 674102 - prefork children in keepalive do not exit on graceful
Summary: prefork children in keepalive do not exit on graceful
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: httpd
Version: 5.6
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: rc
: ---
Assignee: Joe Orton
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-31 16:39 UTC by Martin Poole
Modified: 2018-11-14 15:05 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 679476 (view as bug list)
Environment:
Last Closed: 2011-07-21 08:52:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Apache Bugzilla 41743 0 None None None Never
Red Hat Product Errata RHBA-2011:1067 0 normal SHIPPED_LIVE httpd bug fix and enhancement update 2011-07-21 08:51:15 UTC

Description Martin Poole 2011-01-31 16:39:27 UTC
Description of problem:

In prefork mode with 

 KeepAlive on
 KeepAliveTimeout 60
 KeepAliveMaxRequests 0


after being signalled with USR1 (graceful) any processes with live keepalive connections fail to stop.

Further details covered in upstream bug

  https://issues.apache.org/bugzilla/show_bug.cgi?id=41743

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

httpd-2.2.3-43.el5_5.3

How reproducible:

Always.

Steps to Reproduce:
1.  See upstream for details.


Additional info:

No visible patch yet, but I would hazard it requires

  return is_graceful;

in the ap_graceful_stop_signalled function in prefork/prefork.c

Comment 18 errata-xmlrpc 2011-07-21 08:52:36 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2011-1067.html

Comment 19 errata-xmlrpc 2011-07-21 11:48:06 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2011-1067.html


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