ius-coredev team mailing list archive
-
ius-coredev team
-
Mailing list archive
-
Message #05656
[Bug 1446268] Re: httpd24u for RHEL6/CentOS6 incorrectly invokes systemd
I tested the fix works as expected. Since the stable packages are
partially broken, we'll push this straight to stable to get the fix out
quickly. That will happen with tonight's automation run. It may take
up to 24 hours to sync to all mirrors.
** Changed in: ius
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/1446268
Title:
httpd24u for RHEL6/CentOS6 incorrectly invokes systemd
Status in IUS Community Project:
Fix Released
Bug description:
The script /usr/sbin/apachectl incorrectly calls /usr/bin/systemctl
for starting and stopping the httpd service. systemd is not normally
installed on RHEL6 or CentOS6, and it is not listed as a package
dependency.
Example:
# service httpd graceful
/usr/sbin/apachectl: line 116: /usr/bin/systemctl: No such file or directory
The current workaround is to include an option parameter before the
action parameter, but this triggers a (harmless) warning:
# apachectl -k graceful
Passing arguments to httpd using apachectl is no longer supported.
You can only start/stop/restart httpd using this script.
If you want to pass extra arguments to httpd, edit the
/etc/sysconfig/httpd config file.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/1446268/+subscriptions
References