OK, for the moment the defaultsite is my public ip address This my squid.conf : http_port 3128 # for proxy cache cache_peer localhost parent 8080 0 default no-query # for proxy cache antivirus http_port 80 accel defaultsite=123.123.123.123 # for reverse proxy cache_peer 172.17.1.1 parent 80 0 no-query originserver # internal server for reverse proxy When i try to access to http://123.123.123.123/SITE on Internet I have an ERR_ACCESS_DENIED error ! Could help me ? Thanks Jérôme -----Message d'origine----- De : Henrik Nordstrom [mailto:henrik@xxxxxxxxxxxxxxxxxxx] Envoyé : jeudi 7 juin 2007 15:19 À : bret.jerome Cc : squid-users Objet : RE: Proxy AND reverse proxy tor 2007-06-07 klockan 14:57 +0200 skrev bret.jerome: > OK, I have in my squid.conf : > http_port 80 accel defaultsite=your.web.site http_port 3128 > > But I don't understand what is the defaultsite. > I don't have an domain name. > I want to access to my site like this : > http://123.123.123.123/SITE/ > > In this case, what's the defaultsite ? 123.123.123.123, if that's the official site name the browsers should see.. Regards Henrik