in reply to Looking for mod_perl docs on writing logfile handler.

How about the logging section from Writing Apache Modules with Perl and C. Or the online chapters of the mod_perl developers cookbook.

-derby

  • Comment on Re: Looking for mod_perl docs on writing logfile handler

Replies are listed 'Best First'.
Re: Re: Looking for mod_perl docs on writing logfile handler
by Sihal (Pilgrim) on Jul 29, 2003 at 14:43 UTC
    I do customise Apache's log. But I want to pass an env variable into the log, with isn't possible from CGI.

    Thanks for the online books links I wasn't aware they could be on the net. :-)
Re: Re: Looking for mod_perl docs on writing logfile handler
by Sihal (Pilgrim) on Jul 29, 2003 at 15:16 UTC
    Thanks a loot for the links, they contain all I needed :-)