You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Nick Tonkin <ni...@rlnt.net> on 2002/11/19 23:25:10 UTC

Re: Apache logging phase

Not a mod_perl issue; in your apache conf do this:

# I keep all images and javascripts etc under /_[something]
SetEnvIf Request_URI "/_" dontlog
CustomLog /home/nick/logs/httpdlog common env=!dontlog

- nick

~~~~~~~~~~~~~~~~~~~~   
Nick Tonkin   {|8^)>


On Tue, 19 Nov 2002, Cure wrote:

> I'm curious --> is there a way in mod_perl to skip
> the apache logging phase for certain directory or script request ?
> 
> 
> Cure
> 
>