Hi, all! We use squid with tproxy for caching. As our special construct, our client origin destination is useless for getting the right response. So if there is any workaround, can we force squid use the Host header query result as the origin destination server address for fetch response. Here is the log I get 1387958630.972 7142 192.168.1.13 TCP_MISS/503 3817 GET http://www.yahoo.com/ - HIER_DIRECT/192.168.134.32 text/html # "HIER_DIRECT/192.168.134.32" is the right destination server address. And I search this http://www.mail-archive.com/squid-users@xxxxxxxxxxxxxxx/msg92356.html and it's the revserse side of my situation, and I tried client_dst_passthru off and seems no help. Does anyone here can help ?