Re: daily apache-ssl reload is causing probs (FIXED)

2003-05-20 Thread David Wilk
On Tue, May 20, 2003 at 11:09:49AM -0700 or thereabouts, Wade Richards wrote: > Hi, > > On Tue, 20 May 2003 11:12:00 MDT, David Wilk writes: > >Ok, never mind. Everything below is correct except for the solution. > >no matter how I get that SIGUSR1 sent to apache-ssl, it still fails the > >reload

Re: daily apache-ssl reload is causing probs (FIXED)

2003-05-20 Thread Wade Richards
Hi, On Tue, 20 May 2003 11:12:00 MDT, David Wilk writes: >Ok, never mind. Everything below is correct except for the solution. >no matter how I get that SIGUSR1 sent to apache-ssl, it still fails the >reload randomly - from the command line or from logrotate... I haven't been carefully following

Re: daily apache-ssl reload is causing probs (FIXED)

2003-05-20 Thread David Wilk
Ok, never mind. Everything below is correct except for the solution. no matter how I get that SIGUSR1 sent to apache-ssl, it still fails the reload randomly - from the command line or from logrotate... I guess I'll be trying apache+mod_ssl out of despiration. On Tue, May 06, 2003 at 10:33:34AM

Re: daily apache-ssl reload is causing probs (FIXED)

2003-05-06 Thread David Wilk
Howdy folks, Well, I did some digging and found some answers. I'm posting my solution here in the event that others might find it useful. first of all, there's a bug in woody's logrotate package. Logrotate will (might?) issue the postrotate command from any logrotate config (be it daily, weekly

Re: daily apache-ssl reload is causing probs

2003-04-17 Thread Vlad Harchev
On Wed, Apr 16, 2003 at 11:56:45AM -0600, David Wilk wrote: Hi, > Hello all, > > I think I have found that an /etc/init.d/apache-ssl restart is the only > way to properly restart apache-ssl after a logrotation. However, I've > had apache-ssl die two days in a row, and the culprit appears to be s

Re: daily apache-ssl reload is causing probs

2003-04-16 Thread Art Sackett
On Wed, Apr 16, 2003 at 05:17:21PM -0600, David Wilk wrote: > I like your detective work, and I agree with your conclusion, however > (unfortunately) there is no apache-ssl script in /etc/cron.daily! damn, > I was hoping you were on to something. Hmmm... grep -i apache /var/spool/cron/crontabs/*

Re: daily apache-ssl reload is causing probs

2003-04-16 Thread David Wilk
I like your detective work, and I agree with your conclusion, however (unfortunately) there is no apache-ssl script in /etc/cron.daily! damn, I was hoping you were on to something. On Wed, Apr 16, 2003 at 01:06:13PM -0600 or thereabouts, Art Sackett wrote: > On Wed, Apr 16, 2003 at 11:56:45AM -0

Re: daily apache-ssl reload is causing probs

2003-04-16 Thread Art Sackett
On Wed, Apr 16, 2003 at 11:56:45AM -0600, David Wilk wrote: > However, I've > had apache-ssl die two days in a row, and the culprit appears to be some > process that is sending apache-ssl a SIGUSR1 (what apache-ssl reload or > httpsdctl graceful issues). H... I'm looking at a potato machine

daily apache-ssl reload is causing probs

2003-04-16 Thread David Wilk
Hello all, I think I have found that an /etc/init.d/apache-ssl restart is the only way to properly restart apache-ssl after a logrotation. However, I've had apache-ssl die two days in a row, and the culprit appears to be some process that is sending apache-ssl a SIGUSR1 (what apache-ssl reload or