squid configure参数

2009-05-13 11:36:08来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折

#!/bin/bash
./configure --prefix=/usr/local/squid3 \
--enable-dlmalloc \
--enable-debug-cbdata \
--enable-async-io=100 \
--with-pthreads \
--enable-storeio="aufs,coss,diskd,ufs" \
--enable-removal-policies="heap,lru" \
--enable-icmp \
--enable-delay-pools \
--enable-useragent-log \
--enable-referer-log \
--disable-wccp \
--disable-wccpv2 \
--enable-kill-parent-hack \
--enable-arp-acl \
--enable-snmp \
--enable-default-err-language=Simplify_Chinese \
--enable-err-languages="Simplify_Chinese English" \
--disable-poll \
--enable-epoll \
--disable-ident-lookups \
--disable-internal-dns \  禁用DNS
--enable-truncate \
--enable-underscores \  下划线
--enable-follow-x-forwarded-for \   得到真实IP
--enable-basic-auth-helpers="NCSA" \
--enable-stacktrace \
--with-winbind-auth-challenge \
--enable-large-cache-files --with-large-files \  大文件
--with-maxfd=32768\
--enable-ssl \
--enable-x-accelerator-vary


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/249/showart_487062.html

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:FreeBSD 7.0操作系统正式发布

下一篇:更改freebsd默认cvsup服务器