Bug 509466

Summary: httpd start/stop doesn't work
Product: [Fedora] Fedora Reporter: Dennis Jacobfeuerborn <dennisml>
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 11CC: jorton, pahan
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-08-18 11:52:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dennis Jacobfeuerborn 2009-07-03 00:26:46 UTC
After enabling the httpd service and booting httpd is running correctly but cannot be shutdown using the initscript. Shutting down the machine results in a "shutting down httpd: FAILED".

The reason seems to be that the initscript specifies the pidfile as "/var/run/httpd/httpd.pid" yet after the sevice is started the actual pidfile used is "/var/run/httpd.pid". As a result the shutdown of the service files because the wrong pidfile gets checked.

Changing the pidfile variable in the initscript to "/var/run/httpd.pid" makes the symptoms go away but the real problem seems to be that the initscript/httpd doesn't create the right pidfile to begin with.

Comment 1 Joe Orton 2009-08-18 11:52:54 UTC

*** This bug has been marked as a duplicate of bug 508170 ***