> -----Original Message-----
> From: Rodney Broom [mailto:[EMAIL PROTECTED]]
> Sent: Friday, October 19, 2001 3:14 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Selectively writing to the access log
>
>
> From: Rob Nagler <[EMAIL PROTECTED]>
>
> > I don't think you can change the access log format, but you can
> > modify the values. For example, you can set $c->user and
> $c->remote_ip.
>
> Thanks Rob, this is helpful and it works. The value I'm
> wanting to change is in r->the_request, but passing a value
> to that method yeilds a usage message:
>
> Usage: Apache::the_request(r)
>
> This routine returns a string, so I assumed it would take a
> string. I've tried passing other things always getting the
> same message. I've glanced at mod_log_conf.c, and some core
> code, but I don't see what I need to pass.
are you on an old version of mod_perl? from Changes:
=item 1.23 - April 20, 2000
...
$r->the_request can now be modified
HTH
--Geoff