hjælp til squid server
Jeg har lavet nedestående konfiguration og jeg fatter simpelthen ikke hvor den ik virker:http_port 8080
cache_mem 15 MB
visible_hostname dmgsquid
cache_mgr dmg@kromannreumert.com
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl all src 0.0.0.0/0.0.0.0
acl allowed_hosts src 172.16.0.0/255.255.0.0
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
#acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
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
http_access deny manager all
http_access allow allowed_hosts
http_access deny !Safe_ports
http_access deny all
icp_access allow allowed_hosts
icp_access deny all
#acl problem_user src 172.16.27.30/255.255.248.0
#acl ebay dst ebay.com
#http_access deny problem_user ebay
