RE: [EMAIL PROTECTED] Simple piped log fails

2008-10-14 Thread Gerhardus.Geldenhuis
> -Original Message- > From: André Warnier [mailto:[EMAIL PROTECTED] > Sent: 14 October 2008 14:21 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Simple piped log fails > > [EMAIL PROTECTED] wrote: > > Thanks! > > > > I have changed it

Re: [EMAIL PROTECTED] Simple piped log fails

2008-10-14 Thread André Warnier
-Original Message- From: Krist van Besien [mailto:[EMAIL PROTECTED] Sent: 14 October 2008 13:32 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Simple piped log fails On Tue, Oct 14, 2008 at 1:38 PM, <[EMAIL PROTECTED]> wrote: Entry in httpd.conf: CustomLog "|/usr/bi

RE: [EMAIL PROTECTED] Simple piped log fails

2008-10-14 Thread Gerhardus.Geldenhuis
apache.org > Subject: Re: [EMAIL PROTECTED] Simple piped log fails > > On Tue, Oct 14, 2008 at 1:38 PM, > <[EMAIL PROTECTED]> wrote: > > > Entry in httpd.conf: > > CustomLog "|/usr/bin/logger -t '' -p local5.warn" combined > &g

Re: [EMAIL PROTECTED] Simple piped log fails

2008-10-14 Thread Krist van Besien
On Tue, Oct 14, 2008 at 1:38 PM, <[EMAIL PROTECTED]> wrote: > Entry in httpd.conf: > CustomLog "|/usr/bin/logger -t '' -p local5.warn" combined I'm seeing one " to many here. Are you sure this is syntactically correct? Krist -- [EMAIL PROTECTED] [EMAIL PROTECTED] Bremgarten b. Bern, Switzerla

RE: [EMAIL PROTECTED] Simple piped log fails

2008-10-14 Thread Gerhardus.Geldenhuis
> From: André Warnier [mailto:[EMAIL PROTECTED] > Sent: 14 October 2008 12:46 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Simple piped log fails > > Hi. > > I don't know the program, but if you try the following : > > cd /var/log/apache2 (o

Re: [EMAIL PROTECTED] Simple piped log fails

2008-10-14 Thread André Warnier
Hi. I don't know the program, but if you try the following : cd /var/log/apache2 (or wherever your logfiles are) cat error.log | /usr/bin/logger -t '' -p local5.warn what happens ? [EMAIL PROTECTED] wrote: Hi I am trying to get a simple piped logging example working Entry in httpd.conf: C

[EMAIL PROTECTED] Simple piped log fails

2008-10-14 Thread Gerhardus.Geldenhuis
Hi I am trying to get a simple piped logging example working Entry in httpd.conf: CustomLog "|/usr/bin/logger -t '' -p local5.warn" combined Apache version: Server Version: Apache/2.2.3 (CentOS) Server Built: Jan 15 2008 20:36:04 Worker MPM I am getting the following errors in the error log: pip