Hide Forgot
If apache is installed but not running all the time, root receives logrotate errors reading: httpd: no process killed This is a result of the command: /usr/bin/killall -HUP httpd in /etc/logrotate.d/apache. The warning should be able to be suppressed by adding the -q option to killall. The same modification can be made to the other files in /etc/logrotate.d/.
this has been implemented in the next release.