I have 2 hostnames for one ip address on my proxy server. (through CNAME)
such as my squid proxy server is
proxy01.example.com:3128 and
proxy02.example.com:3128
what I need is check the squid log know which hostname does the client is using, 01 or 02.
I suspect header, but as verify it didn't contain.
so does this doable through Squid, or I have to setup a filter before squid to know this information.
Thanks!
-Ryan