ons 2010-03-10 klockan 15:19 +0100 skrev Riccardo Castellani: > http_port A.B.C.D:80 accel vhost defaultsite=HostA:8080 defaultsite should be your preferred site name as requested by clients, i.e. www.example.com or whatever your main web site published here is. If unsure then leave it out entirely. > cache_peer HostA parent 8080 0 no-query originserver name=PSAccel > > acl psvirt dst A.B.C.D This is not right. Should be acl psvirt dstdomain www.example.com [etc, list all site names this server publishes here] > My Squid listens to on specific virtual IP address (IP: A.B.C.D, port 80) > where it accelerates http requests to HostA which has opened port 8080. If you can then it's much better if you can move the web server on HostA over to port 80 as well.. there is a great risk that that 8080 port number leaks out to clients in various situations. Regards Henrik