Unfortunately we do have areas on the site where a link would point directly
to a graphic file, which I'd like to log. Otherwise that would work quite
well.

I had always thought that these extra requests would be subrequests. If not,
though, what would be the definition of a sub-request?

-- Ryan

----- Original Message -----
From: "Ask Bjoern Hansen" <[EMAIL PROTECTED]>
To: "Ryan Parr" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, February 13, 2002 12:02 PM
Subject: Re: Custom Logging and User Tracking


> 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