Jay Turner wrote: > -----<snip>------- > Squid logs the ident for every request. By setting up a custom log on a > destination, I see that squidGuard only receives the ident information > sometimes. -----<snip>------- > Any ideas? -----<snip>-------
I don't have the answers, but I think I can help. Add the following line to your squid.conf: 'debug_options ALL,1 28,9 29,9 30,9' (Note the spaces) Save the file and run 'squid -k reconfigure'. That will turn on the max debug level for: Section 28 - Access Control Section 29 - Redirector Section 30 - Ident (RFC 931) Fire up your browser and click a couple of links. (A couple of links gave me 2300 lines of debug data.) Comment out the debug_options line and 'squid -k reconfigure'. You'll find the information in your squid cache.log file. I really think this will identify what is happening when, and where the process is breaking down. I'd really like to hear what you find. Rick Matthews
