- 论坛徽章:
- 0
|
我的squid 代理应该是打开网页的却成了保存网页,还有一些网站的内容显示不完整,还有上传图片也上传不了,请帮帮忙
![]()
acl web src 192.168.0.0/24
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 to_localhost dst 127.0.0.0/8
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
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 allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow web
http_access deny all
icp_access allow all
http_port 3128
icp_port 3130
hierarchy_stoplist cgi-bin ?
hierarchy_stoplist -i ^https:\\?
acl QUERY urlpath_regex -i cgi-bin \?\.php\.jsp\.cgi
acl denyssl urlpath_regex -i ^https:\\
no_cache deny QUERY
no_cache deny denyssl
#cache deny QUERY
cache_mem 300 MB
cache_swap_low 85
cache_swap_high 95
maximum_object_size 9048 KB
maximum_object_size_in_memory 8 KB
ipcache_size 1024
ipcache_low 90
ipcache_high 95
fqdncache_size 1024
#dns_nameservers 192.168.0.253
cache_dir ufs /usr/local/squid/cache 750 16 256
cache_access_log /dev/null #/usr/local/squid/logs/access.log
cache_log /usr/local/squid/logs #dev/null
cache_store_log /usr/local/squid/logs/store.log #none
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
acl apache rep_header Server ^Apache
#broken_vary_encoding allow apache
cache_mgr chenjie34@163.com
cache_effective_user squid
cache_effective_group squid
visible_hostname chenjie
connect_timeout 1 minute
peer_connect_timeout 30 seconds
request_timeout 2 minutes
persistent_request_timeout 1 minute
[ 本帖最后由 chenjie34 于 2008-1-30 12:35 编辑 ] |
|