- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Squid安装配置
下载并解压缩最新的squid-2.6
编译参数
./configure --prefix=/usr/local/squid \
--disable-dependency-tracking \
--enable-dlmalloc \
--enable-gnuregex \
--disable-carp \
--enable-async-io=240 \
--with-pthreads \
--enable-storeio=ufs,aufs,diskd,null \
--disable-wccp \
--disable-wccpv2 \
--enable-kill-parent-hack \
--enable-cachemgr-hostname=localhost \
--enable-default-err-language=Simplify_Chinese \
--with-build-environment=POSIX_V6_ILP32_OFFBIG \
--with-maxfd=65535 \
--with-aio \
--disable-poll \
--enable-epoll \
--enable-linux-netfilter \
--enable-large-cache-files \
--disable-ident-lookups \
--enable-default-hostsfile=/etc/hosts \
--with-dl \
--with-large-files \
--enable-removal-policies=heap,lru \
--enable-delay-pools \
--enable-snmp \
--disable-internal-dns
配置文件squid.conf
http_port 80 transparent
cache_replacement_policy lru
cache_dir aufs /log/squid/cache1 8192 16 256
cache_dir aufs /log/squid/cache2 4096 16 256
cache_mem 2048 MB
maximum_object_size 2048 KB
maximum_object_size 1 MB
maximum_object_size_in_memory 512 KB
visible_hostname
client_persistent_connections off
server_persistent_connections on
#persistent_connection_after_error on
memory_pools on
memory_pools_limit 1024 MB
forwarded_for on
log_icp_queries off
#reload_into_ims off
#half_closed_clients off
cache_mgr cache@
via on
httpd_suppress_version_string off
cache_effective_user squid
cache_effective_group squid
error_directory /usr/local/squid/share/errors/Simplify_Chinese
icon_directory /usr/local/squid/share/icons
mime_table /usr/local/squid/etc/mime.conf
ie_refresh off
tcp_recv_bufsize 32 KB
acl all src /
acl localhost src /8
acl Mgr_ip src /8
acl cctv_ip dst /8 /16
acl Purge_ip src /8 /16
acl PURGE method PURGE
acl cctv_Domain dstdomain .
acl Safe_ports port 80 8080
acl CONNECT method CONNECT
acl manager proto cache_object
acl HTTP proto HTTP
http_access allow cctv_Domain
http_access allow cctv_ip
http_access allow manager Mgr_ip
http_access deny manager
http_access allow PURGE Purge_ip
http_acce
您可能关注的文档
最近下载
- 2025年最新部编版三年级语文上册全册教案(表格式) .pdf VIP
- 2024年3月17日广西区直遴选笔试真题及解析.docx VIP
- 2025辽宁机电职业技术学院单招数学常考点试卷及参考答案详解(典型题).docx VIP
- 2025年新人教版语文2年级上册全册教学课件.pptx
- 重大危险源辨识(GB18218-2000).pdf VIP
- 现代汉语语法研究—陆俭明.pptx VIP
- 国家制度和社会治理 试题(25+4)(含解析).docx VIP
- 2025年西师版数学六年级上册全册练习题及参考答案 .pdf VIP
- 2024年企业首席质量官技能竞赛理论试题库资料-下(多选、判断题汇总).pdf VIP
- Unit 2 Transportation Listening and Speaking 课件 中职英语高教版基础模块1(2023修订版).pptx
文档评论(0)