How about adding a custom header with the format you want
and then logging that with a custom log format?

Cheers,
Mark

On Friday, October 19, 2001, at 04:09 PM, Rodney Broom wrote:

> My ultimate goal is this:
> I have a silly redirector script that acts as a logging hook for folks 
> clicking their way out of the site. The hit a link like 
> redir.cgi?dest=abc. My client has a web report that displays by 
> document, meaning that all of these redirects would show up in the 
> report lumped together as though they were equivilant. What I want is 
> to change the access_log entry for sake of that report, so I'd 
> essentially have mappings like:
>
>   redir.cgi?dest=abc      => redir_abc.html
>   redir.cgi?dest=jack     => redir_jack.html
>
> This will break out the individual redirection requests in a way that 
> makes sence in a human-readable report.
>
> Make sence?
>
>
> ---
> Rodney Broom
>
>
>

Reply via email to