Bug 62014 - active connections are terminated when do a graceful restart
Summary: active connections are terminated when do a graceful restart
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: All (show other bugs)
Version: 2.4.6
Hardware: PC Linux
: P2 critical (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
: 62013 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-01-18 13:08 UTC by qingyuan0827
Modified: 2018-01-18 13:11 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description qingyuan0827 2018-01-18 13:08:42 UTC
When do graceful restart using the following command, active connections are terminated everytime.
/usr/sbin/httpd -k graceful

OS version:
Red Hat Enterprise Linux Server release 7.4 (Maipo)

Apache version:
Server version: Apache/2.4.6 (Red Hat Enterprise Linux)
Server built:   Oct  3 2017 09:37:04

The same issue occurred when I compile and install Apache/2.4.6 in rhel7.4.
Server version: Apache/2.4.6 (Unix)
Server built:   Jan 18 2018 09:57:38

Following information are shown in the error_log when do graceful restart.
[Thu Jan 18 10:46:15.019699 2018] [mpm_prefork:notice] [pid 4591] AH00171: Graceful restart requested, doing restart
[Thu Jan 18 10:46:15.023504 2018] [mpm_prefork:notice] [pid 4591] AH00163: Apache/2.4.6 (Unix) configured -- resuming normal operations
[Thu Jan 18 10:46:15.023524 2018] [core:notice] [pid 4591] AH00094: Command line: '/usr/local/apache/bin/httpd'
Comment 1 qingyuan0827 2018-01-18 13:11:19 UTC
*** Bug 62013 has been marked as a duplicate of this bug. ***