in reply to Re^4: Custom Apache ErrorLog Using mod_perl
in thread Custom Apache ErrorLog Using mod_perl

Sounds like CGI::Carp's set_message is what you want, then.

Makeshifts last the longest.

  • Comment on Re^5: Custom Apache ErrorLog Using mod_perl

Replies are listed 'Best First'.
Re^6: Custom Apache ErrorLog Using mod_perl
by tadman (Prior) on Aug 29, 2002 at 06:17 UTC
    Yes, and no. It affects the way that the STDERR stuff is processed from within mod_perl, but not Apache, so it's an 80% solution. I think with a bit of hackery, I might get what I'm looking for.