t: Thursday, January 28, 2010 11:47 AM
To: users@httpd.apache.org
Subject: RE: [us...@httpd] Re: mod_log_config issue
Hi Dan,
When the sed command is replaced with /bin/cat, logs are generated. Using a sed
command that does nothing results in no log output; e.g.
CustomLog "| /bin/sed s/
: Re: [us...@httpd] Re: mod_log_config issue
Joe Hammerman wrote:
> Hi Dan,
>
> When the sed command is replaced with /bin/cat, logs are generated. Using a
> sed command that does nothing results in no log output; e.g.
>
> CustomLog "| /bin/sed s/// |/usr/bin/cronolog...&q
Joe Hammerman wrote:
Hi Dan,
When the sed command is replaced with /bin/cat, logs are generated. Using a sed
command that does nothing results in no log output; e.g.
CustomLog "| /bin/sed s/// |/usr/bin/cronolog..."
CustomLog "| /bin/sed 's///' | /usr/bin/cronolog..."
CustomLog "| /bin/sed -e
anuary 28, 2010 7:10 AM
To: users@httpd.apache.org
Subject: [us...@httpd] Re: mod_log_config issue
Joe Hammerman writes:
> If we replaced Sed with Cat, I'm a little confused as to what we would
> be catting; there's a stream coming in, right?
>
> To your second question
a sed command that performs no
> actions, no logging information is generated.
>
> -Original Message-
> From: news [mailto:n...@ger.gmane.org] On Behalf Of Dan Poirier
> Sent: Wednesday, January 27, 2010 12:03 PM
> To: users@httpd.apache.org
> Subject: [us...@httpd] Re
no logging information is generated.
-Original Message-
From: news [mailto:n...@ger.gmane.org] On Behalf Of Dan Poirier
Sent: Wednesday, January 27, 2010 12:03 PM
To: users@httpd.apache.org
Subject: [us...@httpd] Re: mod_log_config issue
Joe Hammerman writes:
> Hello Apache users list
Isn't cronolog highly dependent on the w3c log convention?
- Original Message -
From: Dan Poirier [poir...@pobox.com]
Sent: 01/27/2010 03:02 PM EST
To: users@httpd.apache.org
Subject: [us...@httpd] Re: mod_log_config issue
Joe Hammerman writes:
> Hello Apache users list
Joe Hammerman writes:
> Hello Apache users list.
>
> We have an issue with mod_log_config; specifically we are trying to pipe log
> output through Sed before it goes to Cronolog. The result is that we get no
> output whatsoever.
>
> Here is a sample of the directives we are using in our Virtual