I am trying to access one WEB page which is giving an error. I have been assured repeatedly that this is because outgoing data on port 9000 is being blocked. Can you tell me how this can be? What am I missing?
#Defaults:
acl all src 0.0.0.0/0.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 special port 9000
acl CONNECT method CONNECT
[snip of comments]
#Default configuration:
http_access allow manager localhost
http_access allow special
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow all
[snip of comments]
icp_access allow all
-- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Thu Oct 05 2000 - 09:11:46 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:41 MST