LinuxSir.cn,穿越时空的Linuxsir!

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

squid显示的网页是过期的,怎么办?

[复制链接]
发表于 2003-11-10 13:30:04 | 显示全部楼层 |阅读模式
今天发现,我的squid显示的网页明显是旧的网页,可能是几天前浏览同一个网页时存下来的,按ie刷新按钮,可以更新为新的网页
请帮忙解决!

以下是squid的配置文件
http_port 3333
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on

#
half_closed_clients off
cache_swap_high 100%
cache_swap_low 80%

#
#icp_port 0
#
cache_mem 96 MB
maximum_object_size 4096 KB
cache_dir ufs /usr/local/squid/cache 6000 16 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log

#user&group
cache_effective_user squid
cache_effective_group squid

#
visible_hostname star.mobspace.com

pid_filename /var/run/squid.pid
dns_nameservers 192.168.1.1

acl starpointcomm src 192.168.1.0/24
acl all src 0.0.0.0/0
http_access allow starpointcomm
http_access deny all
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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