Hi ! I'm trying to setup an apache & squid in accelerator mode configuration. I have the apache in Listen *:80 .. with many virtualhosts and many namevirtualhosts (namevirtualhost *:80 too). I have the squid at http_port 8080. And now I want squid to make the request to the apache to same destination ip that client requested .... example client request -> squid 10.0.0.1:8080 -> apache 10.0.0.1:80 client rquest -> squid 10.0.0.2:8080 -> apache 10.0.0.2:80 .... I want to configure one http_port and a cache_peer by virtualhost ... I need a global configuration ... all client requests redirected to the same destination ip to diferent port. Reading the documentation I can't find about this, and I'm trying to add new option to cache_peer (same-dst-ip) .. if this boolean option is set then this cache_peer don't get the host and get the destination ip from request ... and open a connection to it on cache_peer port. What think you about this ?? comments ?? Maybe should I send this question to squid-dev list ? thanks in advance, justo