|
|
squid 求助
我的squid.conf
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 # 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
visible_hostname localhost
httpd_accel_host virtual
http_port 3128
cache_mem 32 MB
cache_dir ufs /var/squid/cache 3000 16 256
http_access allow all
cache_effective_user squid
cache_effective_group squid
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
启动失败。我想问acl 开头的起什么作用。什么意思?
在/var/squid/cache 下面生成了很多目录。00 01 02 03 04 05 06 07 08 。。。
请帮忙。 |
|