RE: [us...@httpd] Re: mod_log_config issue

2010-01-29 Thread Joe Hammerman
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

2010-01-28 Thread Joe Hammerman
: 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

Re: [us...@httpd] Re: mod_log_config issue

2010-01-28 Thread Justin Pasher
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

RE: [us...@httpd] Re: mod_log_config issue

2010-01-28 Thread Joe Hammerman
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

[us...@httpd] Re: mod_log_config issue

2010-01-28 Thread Dan Poirier
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

RE: [us...@httpd] Re: mod_log_config issue

2010-01-27 Thread Joe Hammerman
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

Re: [us...@httpd] Re: mod_log_config issue

2010-01-27 Thread Peter J Milanese
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

[us...@httpd] Re: mod_log_config issue

2010-01-27 Thread Dan Poirier
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