On Tue, Apr 27, 2010 at 4:47 PM, Jim Salem <[email protected]> wrote: > We're finding a number of cases where the number of requests shown in the > Varnish logs is LOWER that what the logs of the backend Apache web servers > show. We've tried adjusting the shared memory used for logging but this > hasn't seemed to make a difference. > > Is this a bug others have seen? We're running v2.0.
Sounds like you are using return(pipe); without Connection: close, which would not be able to show all connections in the log, since it only shuffles bytes. That would be my first guess, at least. - Kristian _______________________________________________ varnish-dev mailing list [email protected] http://lists.varnish-cache.org/mailman/listinfo/varnish-dev
