httpd24 from JWS channel has a bad logrotate file
Issue
- The JWS 3.0 logrotate file contains invalid path and service details:
/var/log/httpd/*log {
missingok
notifempty
sharedscripts
delaycompress
postrotate
/bin/systemctl reload httpd.service > /dev/null 2>/dev/null ||
true
endscript
}
- As a result logs are not rotated for httpd24
Environment
- JBoss Enterprise Web Server (JWS) 3.0.x
- JBoss Core Services httpd 2.4.23
- Red Hat Enterprise Linux (RHEL) 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.