Hi i have a problem with configuration of squid as reverse proxy. i setted it but when i test it using a client i only get a blank page this is squid.conf http_port 80 accel defaultsite=www.example.com vhost cache_peer 192.168.1.254 parent 80 0 no-query originserver name=server acl sites_server_1 dstdomain www.example.com www.example1.com cache_peer_access server allow sites_server_1 http_access allow sites_server_1 http_access deny all in access.log i have these entries 1237371264.544 39 192.168.21.42 TCP_MISS/200 951 GET http://www.example.com- FIRST_UP_PARENT/server text/html 1237371277.716 6124 192.168.21.42 TCP_MISS/200 1607 GET http://www.example1.com - FIRST_UP_PARENT/server text/html If i try a wget from squid server i get the page correctly. i am not a squid expert. someone know what the problem can be?