On 8/08/2012 8:41 a.m., Ralf Hildebrandt wrote:
* Ralf Hildebrandt <Ralf.Hildebrandt@xxxxxxxxxx>:
HttpErrors being client_http.errors from SNMP.
Actually it's this:
# squidclient -p 8080 mgr:counters |grep client_http.errors
client_http.errors = 259580
# sleep 5
# squidclient -p 8080 mgr:counters |grep client_http.errors
client_http.errors = 259605
This is the counter of how many "error" responses were generated and
logged by Squid.
Are you using deny_info redirection? (this counter includes the 200/30x
responses from that hack)
or are you logging more 4xx/5xx responses than before?
A scan of your logs should indicate what errors are happening more often
now.
Amos