Hello to all,
Im running Squid Version 2.3.STABLE2 as an http accellerator and a proxy
server.
The redirector works well with a simple perl script, but i have big
problems,
to tell squid, that he should only answer query for local domains.
The Probelm is :
Everybody in the world can enter a simple proxy setting for :
www.mydomain.com:80
and the accellerator friendly makes this requets for the remote client.
I tried some acls like :
acl localsites dstdomain myfirstdomain.com myseconddomain.com ...
acl clients src 0.0.0.0/0.0.0.0
acl otherdsites 0.0.0.0/0.0.0.0
http_access allow localsites
http_access allow clients
http_access deny othersites
With this rules i could not obtain, that squid only serves for his local
domains.
heeeeelp, please....
thx
Harald Scharf
Received on Mon Mar 19 2001 - 08:15:49 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:58:43 MST