I'm very very confused!! When is necessary to configure Squid as transparent proxy and when is necessary to configure it as accellerator? in this page http://www.deckle.co.uk/squid-users-guide/accelerator-mode.html I read: When to use Accelerator Mode Accelerator mode should not be enabled unless you need it. There are a limited set of circumstances in which it is needed, so if one of the following setups applies to you, you should have a look at the remainder of this chapter. Transparent Caching/Proxy Squid can be configured to magically intercept outgoing web requests and cache them. Since the outgoing requests are in web-server format, it needs to translate them to cache-format requests. Transparent caching is covered in detail in the following section. 2013/12/5 Amos Jeffries <squid3@xxxxxxxxxxxxx>: > On 6/12/2013 12:49 a.m., Gianluigi Ruggeri wrote: >> Ok, >> about the firts point... >> I disabled NAT... >> >> now I have my apache server that on :8008 port >> >> and my Squid http_port is 80. >> >> in my cache_peer 192.168.2.37 parent 8008 0 >> >> but when i try to call http://myhost.com/test1 I see the correct page >> but in the browser url I see: http://myhost.com:8008/test1 >> >> is possibile to hide the 8008 port number? >> Have I to add some options in my cache_peer? >> > > Try vport=80 on the http_port line. > > Amos >