On Tue, 19 Apr 2011 17:32:01 +0400, Go Wow wrote:
Thanks.
I have set my ntlm auth children to 50, basic auth children to 30 and
squidGuard children to 30. As I see my CPU usage is under 0.09 and
RAM
is 1.2GB free outta 4GB.
I also set these directives in squid.conf
logformat agentTokens %{Proxy-Authentication}>h "%{User-Agent}>h"
acl failedAuth http_status 407
access_log /var/log/squid3/access.log squid
access_log /var/log/squid3/access.log agentTokens failedAuth
but I dont see any user-agent info in cache.log (I know im doing
something wrong here, pls correct me)
You may also need this to see the bits coming back from the helper:
debugs_options 29,8
Taking a good look ate the 3.1 code is seems not to be very well
debug-displayed.
Amos