RE: piped log files

2003-12-01 Thread Michael Corcoran
van der Put [mailto:[EMAIL PROTECTED] Sent: Sunday, November 30, 2003 6:07 AM To: [EMAIL PROTECTED] Subject: Re: piped log files At 14:50 11/30/2003, you wrote: >Bastiaan van der Put wrote: > >>Been using the patch for a while now. >>But it seems not only some notice/error in the

Re: piped log files

2003-11-30 Thread Bastiaan van der Put
At 14:50 11/30/2003, you wrote: Bastiaan van der Put wrote: Been using the patch for a while now. But it seems not only some notice/error in the error logs piped log program '/usr/local/apache2/bin/logresolve >> /home/accounts/x/xx/logs/access_log' failed unexpectedly Does that happen when yo

Re: piped log files

2003-11-30 Thread Bastiaan van der Put
At 14:50 11/30/2003, you wrote: Bastiaan van der Put wrote: Been using the patch for a while now. But it seems not only some notice/error in the error logs piped log program '/usr/local/apache2/bin/logresolve >> /home/accounts/x/xx/logs/access_log' failed unexpectedly Does that happen when yo

Re: piped log files

2003-11-30 Thread Jeff Trawick
Bastiaan van der Put wrote: Been using the patch for a while now. But it seems not only some notice/error in the error logs piped log program '/usr/local/apache2/bin/logresolve >> /home/accounts/x/xx/logs/access_log' failed unexpectedly Does that happen when you stop/restart apache, or can i

Re: piped log files

2003-11-29 Thread Bastiaan van der Put
Been using the patch for a while now on 2.048 The patch was posted on the list on 2003-11-01 by Jeff Trawick. Index: server/log.c === RCS file: /home/cvs/httpd-2.0/server/log.c,v retrieving revision 1.135 diff -u -r1.135 log.c --- serv

Re: piped log files

2003-11-26 Thread Bastiaan van der Put
Been using the patch for a while now. But it seems not only some notice/error in the error logs piped log program '/usr/local/apache2/bin/logresolve >> /home/accounts/x/xx/logs/access_log' failed unexpectedly But also the program keeps running after stopping/starting apache. So got a load of

Re: piped log files

2003-11-07 Thread Jeff Trawick
Glenn wrote: On Fri, Nov 07, 2003 at 05:57:25AM -0500, Jeff Trawick wrote: Glenn wrote: Maybe out in left field, but could ErrorLog be moved from the core and into mod_log_config? Then, if mod_log_config is not present, or no ErrorLog directive is specified, then stderr can be used. Any special

Re: piped log files

2003-11-07 Thread Glenn
On Fri, Nov 07, 2003 at 05:57:25AM -0500, Jeff Trawick wrote: > Glenn wrote: > >Maybe out in left field, but could ErrorLog be moved from the core > >and into mod_log_config? Then, if mod_log_config is not present, > >or no ErrorLog directive is specified, then stderr can be used. > >Any special r

Re: piped log files

2003-11-07 Thread Jeff Trawick
Glenn wrote: On Thu, Nov 06, 2003 at 11:02:16AM -0500, Jeff Trawick wrote: Jeff Trawick wrote: Bastiaan van der Put wrote: CustomLog "|/usr/local/apache2/bin/logresolve >> /home/accounts/x/x/logs/access_log" combined unless somebody speaks up soon, I'll commit the patch to Apache 2.1-de

Re: piped log files

2003-11-06 Thread Glenn
On Thu, Nov 06, 2003 at 11:02:16AM -0500, Jeff Trawick wrote: > Jeff Trawick wrote: > >Bastiaan van der Put wrote: > > > >>CustomLog "|/usr/local/apache2/bin/logresolve >> > >>/home/accounts/x/x/logs/access_log" combined > > > > > >unless somebody speaks up soon, I'll commit the patch to Apach

Re: piped log files

2003-11-06 Thread Jeff Trawick
Jeff Trawick wrote: Bastiaan van der Put wrote: CustomLog "|/usr/local/apache2/bin/logresolve >> /home/accounts/x/x/logs/access_log" combined unless somebody speaks up soon, I'll commit the patch to Apache 2.1-dev status: I hit a bit of a hangup that must be debugged :( there are two piece

Re: piped log files

2003-11-04 Thread Jeff Trawick
Bastiaan van der Put wrote: CustomLog "|/usr/local/apache2/bin/logresolve >> /home/accounts/x/x/logs/access_log" combined unless somebody speaks up soon, I'll commit the patch to Apache 2.1-dev Works now, When stopping apache i still get piped log program '/usr/local/apache2/bin/logresolve

Re: piped log files

2003-11-03 Thread Bastiaan van der Put
dly Greetings, Bas At 16:17 11/1/2003, you wrote: Bastiaan van der Put wrote: Piped log files still dont work with apache 2.0.48 piped log program '/usr/local/apache2/bin/logresolve >> /home/accounts/x//logs/access_log' failed unexpectedly So i am using a script as sugges

Re: piped log files

2003-11-01 Thread Jeff Trawick
Bastiaan van der Put wrote: Piped log files still dont work with apache 2.0.48 piped log program '/usr/local/apache2/bin/logresolve >> /home/accounts/x//logs/access_log' failed unexpectedly So i am using a script as suggested before , called it apacheresolve : #!/

piped log files

2003-11-01 Thread Bastiaan van der Put
Hi, Piped log files still dont work with apache 2.0.48 piped log program '/usr/local/apache2/bin/logresolve >> /home/accounts/x//logs/access_log' failed unexpectedly So i am using a script as suggested before , called it apacheresolve : #!/bin/sh exec /usr/local/apache