> -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
-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
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
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
> 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
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
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