below is part of my squid.conf .. I've checked it but I don't know if there
is mistake or not? .. I don't know exactly why my proxy still an openproxy..
please give me solution how to close it
acl all src 0.0.0.0/0.0.0.0
acl winan src 172.16.1.88
acl santoso src 172.16.1.13
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 280 488 591 777
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow winan
http_access allow santoso
http_access allow localhost
http_access deny all
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
Received on Mon Nov 11 2002 - 23:34:21 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:11:17 MST