2009/9/7 <f010f@xxxxxxx>:
Hi all,
Is it possible to setup the scenario below on squid?
If everyone (all IP addresses) wants to access www.example.com it
goes to
10.0.0.77 port 77, but only when people on 192.168.1.0/24 wants to
access
www.example.com it goes to 10.0.0.88 port 88.
-----Original Message-----
From: Jeff Pang <pangj@xxxxxxxx>
To: f010f@xxxxxxx
Cc: squid-users@xxxxxxxxxxxxxxx
Sent: Mon, Sep 7, 2009 2:35 pm
Subject: Re: another Reverse Proxy question
sure.
use src ACL type instead of dstdomain in the reverse proxy setting.
-----End Message-----
Thanks for your reply.
Can you give me example, please? I'm still learning...