5

I'm installed Squid3 proxy into ubuntu server and everything is OK but when i check the log file, Squid logs url but if the url has a (?) his logging only what before ? mark and skip what after it.

Exp, if i tried to access this url : http://www.youtube.com/results?search_query=bmw

squid will log it as : http://www.youtube.com/results?

My ask here how can i configure squid3 to logging the full url ?

Thanks, Youssef

Youssef Hanna
  • 404
  • 1
  • 6
  • 10

1 Answers1

8

Add this line to your squid.conf:

strip_query_terms off

More information here: strip_query_terms

Arun Xavier
  • 763
  • 8
  • 47
Diego Woitasen
  • 32,892
  • 1
  • 18
  • 20