LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 793|回复: 3

squit 问题求助

[复制链接]
发表于 2004-8-5 16:58:21 | 显示全部楼层 |阅读模式
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 。。。
请帮忙。
发表于 2004-9-6 14:27:25 | 显示全部楼层
我的问题也是这样的呀。怎么这么巧呢?
发表于 2004-9-9 16:44:05 | 显示全部楼层
可以试一下用“ squid -X”来启动,这样就可以看到错误信息了。
发表于 2004-9-9 17:30:06 | 显示全部楼层
访问控制,那么多的目录是作cache用。建议先看看squid FAQ,而且你的标题都写错了。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表