problem rotating apache logs

2009-03-10 Thread Robin Becker
I'm trying to get newsyslog to rotate my apache2 logs (this in 7.0 7.1 release). I added this to the end of newsyslog.conf /var/log/httpd-*.log644 9 8@T01BG /var/run/httpd.pid 30 this is what is currently working for me in 6.0 6.1. Signal 30 is supposed to be USR1

Re: problem rotating apache logs

2009-03-10 Thread Jerry
On Tue, 10 Mar 2009 15:38:37 + Robin Becker ro...@reportlab.com wrote: I'm trying to get newsyslog to rotate my apache2 logs (this in 7.0 7.1 release). I added this to the end of newsyslog.conf /var/log/httpd-*.log644 9 8@T01 BG /var/run/httpd.pid 30 this is what is

Re: problem rotating apache logs

2009-03-10 Thread Nerius Landys
I had to solve this same problem some time ago, and I used this mailing list to help me figure it out. See here: http://forums.freebsd.org/archive/index.php/t-1027.html Go to the very bottom, my last post has the answer. Maybe this will help you. It works very well for me.