newsyslog and httpd not work

Hi all,
I have this in newsyslog:

Code:
/var/log/httpd-access.log   644  5     *   $W0D04 Z /var/run/httpd.pid
/var/log/httpd-error.log    644  5     *   $W0D00 Z /var/run/httpd.pid
/var/log/deflate_log        644  5     *   $W0D00 Z /var/run/httpd.pid

but this does not work, no log rotation. Why? Thanks for any hints / help.
 
You also need to send the sig_num. Have a look at mine:
Code:
/var/log/httpd-access.log       644  7   *   24   JB   /var/run/httpd.pid 30
/var/log/httpd-ssl_request.log  644  7   *   24   jB   /var/run/httpd.pid 30
/var/log/httpd-error.log        644  7   *   24   JB   /var/run/httpd.pid 30
 
Back
Top