Blog Archive

Wednesday, January 26, 2011

full url access log in squid

Few days before I was wondering how to log a full URL in the squid log and finally found a solution
strip_query_terms off

Logs it all now
When strip strip_query_terms on it logs only http://www.google.com/search?

When strip  strip_query_terms off  it logs whole URL http://www.google.com/search?hl=en&q=full+url+squid+log&aq=f&aqi=&aql=&oq=

Thanks davebarnes for the trick.

0 comments:

Post a Comment

Followers