Re: Apache error logging under mod_perl

2006-04-04 Thread Tom Schindl
Yes the same applies to Apache-1.3: http://www.jsw4.net/info/list-archives/mod_perl/05-wk22/msg00045.html Tom Jonathan Field wrote: > Thanks Tom, good info I had not come across before! The page refers to > Apache 2, but they must have backported this to Apache 1.3 at some point > as well. >

Re: Apache error logging under mod_perl

2006-04-03 Thread Jonathan Field
Thanks Tom, good info I had not come across before! The page refers to Apache 2, but they must have backported this to Apache 1.3 at some point as well. On Mon, 3 Apr 2006, Tom Schindl wrote: Jonathan Field wrote: Hi all, I've noticed that under mod_perl any die() (or croak()) calls get re

Re: Apache error logging under mod_perl

2006-04-02 Thread Tom Schindl
Jonathan Field wrote: > Hi all, > > I've noticed that under mod_perl any die() (or croak()) calls get > rewritten with a timestamp, a loglevel flag, and escaped newlines before > going to the error log. For example, under CGI if I call die("hello") > from a script called foo.cgi I get: > > hel

Apache error logging under mod_perl

2006-04-01 Thread Jonathan Field
Hi all, I've noticed that under mod_perl any die() (or croak()) calls get rewritten with a timestamp, a loglevel flag, and escaped newlines before going to the error log. For example, under CGI if I call die("hello") from a script called foo.cgi I get: hello at /home/zappos/zappos.com/ser