Randal L. Schwartz wrote:
> >>>>> "Brian" == Brian S Craigie <[EMAIL PROTECTED]> writes:
> 
> Brian> Using the DBI packages, the %b value is zero for access to
> Brian> sites via the proxy, but is a valid value for accesses to the
> Brian> local server itself.  I can't understand why the value is zero
> Brian> for access to sites via the proxy when all the other fields
> Brian> passed to the DBI modules are correct for both proxy and local
> Brian> accesses, and a non-zero value shows in access_log for proxy
> Brian> and local accesses.
> 
> Eliminate what you know works:
> 
> - Is the value correct for bytes transfered in a *normal* log?
> 
> And also dig in to the source
> 
> - does mod_proxy even *set* bytes?
> 

Here I have a setup with proxy and backend mod_perl server, bytes _are_ logged
by the proxy server for both proxy requests and non-proxy requests.
I haven't yet had a chance to try a PerlLogHandler to see if I see the same
behavior Brian sees.

--
Eric

Reply via email to