views:

33

answers:

0

We have an Apache server accepting connections through mod_proxy from random computers with bad internet connections in Africa. We would like to know how many of these connections are attempted (and fail, or are truncated) as possible. How do we set up such logging in mod_proxy?

All the other threads I've found online imply that mod_proxy was designed to hide broken connections, and so will not report them verbosely.

http://www.mail-archive.com/[email protected]/msg31137.html

https://issues.apache.org/bugzilla/show%5Fbug.cgi?id=38369