Actions
Bug #13809
closedUpgrade fails restarting httpd
Difficulty:
Triaged:
Bugzilla link:
Description
-- Unit httpd.service has begun starting up. Feb 18 13:25:44 centos7-2-4.example.com httpd[6154]: AH00526: Syntax error on line 20 of /etc/httpd/conf.d/pulp_content.conf: Feb 18 13:25:44 centos7-2-4.example.com httpd[6154]: Invalid command 'XSendFile', perhaps misspelled or defined by a module not included in the server configuratio Feb 18 13:25:44 centos7-2-4.example.com systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE Feb 18 13:25:44 centos7-2-4.example.com kill[6156]: kill: cannot find process "" Feb 18 13:25:44 centos7-2-4.example.com systemd[1]: httpd.service: control process exited, code=exited status=1 Feb 18 13:25:44 centos7-2-4.example.com systemd[1]: Failed to start The Apache HTTP Server. -- Subject: Unit httpd.service has failed
Updated by Daniel Lobato Garcia over 8 years ago
Workaround - cp /etc/httpd/conf.modules.d/xsendfile.conf to /etc/httpd/conf.d/ - my reasoning is that Apache isn't reading conf.modules.d for some reason
Updated by John Mitsch over 8 years ago
adding Include "/etc/httpd/conf.modules.d/*.conf" to
/etc/httpd/conf/httpd.conf fixed this for me
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to John Mitsch
- Pull request https://github.com/Katello/katello-installer/pull/311 added
Updated by John Mitsch over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello-installer|a0a44fa5bfb5ff84a26f3dbb3bd4784c45ba51af.
Actions