On Wed, 13 Feb 2002, Ryan Parr wrote:

> I'm trying to setup some custom logging including the whole
> User/Session tracking thing. The problem that I'm encountering is
> how to log for the page that was requested and ignore all the
> additional files that may be included in the page. I.e. graphics.

return DECLINED if $r->content_type =~ m!^image/!;

?


 - ask

-- 
ask bjoern hansen, http://ask.netcetera.dk/         !try; do();
more than a billion impressions per week, http://valueclick.com

Reply via email to