Hello list, I have a very interesting problem: a long time ago I used ueragent.log, to look what kind of browsers do use the users.
I don't need this log, and I comment out it in squid.conf: #useragent_log /var/log/squid/useragent.log and when I look the current squid.conf in cachemgr, I just see these: cache_dir ufs /var/spool/cache 5120 32 256 cache_access_log /var/log/squid/access.log cache_log /var/log/squid/cache.log cache_store_log /var/log/squid/store.log After these steps, I think I turned OFF this feature. But, squid also logs the useragents...: # tail -f /var/log/squid/useragent.log . ... [28/Mar/2003:08:51:23 +0100] "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)" ... [28/Mar/2003:08:51:23 +0100] "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)" . My question is: why? How can i disable it? thank you: air
