shinesolutions/puppet-aem-curator

apachectl no longer accepts "-k" parameter

Closed this issue · 1 comments

Currently the 'apachectl' commands on our dispatchers have a '-k' parameter. This is no longer supported as the following warning message demonstrates

# 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.

We should remove the '-k' parameter. i.e. 'apachectl graceful'

This issue has been addressed by commit: 3772dc4