On 2005-05-13, jarlath <(E-Mail Removed)> wrote:
> Hi,
>
> I just finish my squid config. It works fine. Last time I add some acl for
> url_regexp and urlpath_regexpr. It works OK but if some user write in
> browser IP addres of page that is included in acl it was loaded
> witchout problem. Is some possibility to prevent page loading form IP
> address or chceck domainname if this ip.
>
erm....the same 'url_regexp' but for the IP too? You really should be using
the domain matching rules as they are less cpu intensive rather than running
a whole regular expression on every URL your proxy server sees.
You should also make sure you have firewall rules set at your perimeter so
that no port 80 (and probably FTP/HTTPS and a few other types) traffic leaves
your network unless its via the proxy too.
Cheers
Alex
> Regards
> Tomasz
|