Thanks, but I have chosen 2.5 because the docs on 2.6 are scarce. Can you point me to good docs on how to reverse proxy using 2.6?

tnx
Patrick


Henrik Nordstrom wrote:
ons 2007-02-28 klockan 23:03 +0100 skrev Patrick Donker:

Maybe somebody is willing to help me configuring my squid 2.5.14 to both reverse proxy my hosts, and the same time act as a transparant proxy for the local net clients.

Upgrade. Reverse proxying is much saner in Squid-2.6. Doing what you ask
in 2.5 is a bit of a mess..

- Restrict the outside world to only use my proxy for visiting the sites on my local net (192.168.1.x / 192.168.2.x / 192.168.10.x / 192.168.100.x)
- Open the proxy for local net users to the internet

Both done in http_access but with different ACLs.

http_access allow our_networks
http_access allow our_sites
http_access deny all

Regards
Henrik

Reply via email to