I know that sqid is not an ftp proxy, but in our situation, it is configured
as a transparent http proxy, and it's working corectly.

Somehow, IE and other programs are using sqid as an ftp proxy to fetch
ftp:// urls... But they get an Access Denied. Why ?

My acl is as follow :

acl all src 10.0.0.0/255.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl CONNECT method CONNECT
acl BadWords url_regex sexe hack

acl bad_hosts url_regex caramail rocketmail

http_access deny bad_hosts

http_access allow all
http_access allow manager localhost

http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny BadWords

http_access allow localhost
http_access deny all

Thanks for any help !


Reply via email to