[proxy]
squid 总是不成功,把squid.conf贴出来给大家审审
visible_hostname localhost
http_port 8080
cache_mem 32 MB
cache_dir ufs /usr/local/squid/var 1024 16 256
cache_peer 10.68.139.60 parent 89999 89999
error_directory /usr/local/squid/share/errors/English
icon_directory /usr/local/squid/share/icons
cache_effective_user nobody
cache_effective_group nobody
acl all src 0.0.0.0/0.0.0.0
acl tt src 10.67.152.117
#acl manager proto cache_object
#acl localhost src 127.0.0.1/255.255.255.255
#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
#acl QUERY urlpath_regex cgi-bin \?
#no_cache deny QUERY
http_access allow tt
http_access allow all
squid -z没问题,squid -NCdl 半天,不能自动退出来
客户端ie设好代理后,总是打不开网页,究竟怎么回事??