Squid3.0最重要的新特性:
更多的請參考官方說明 來說說配置方法的不同之處(只說我自己實(shí)際使用的) ./configure的配置項(xiàng) ./configure --prefix=/usr/local/squid --with-large-files --enable-useragent-log --enable-referer-log --enable-linux-netfilter --enable-x-accelerator-vary --disable-internal-dns --disable-mempools --with-maxfd=65535 3.0版本去掉了以下選項(xiàng): --enable-dlmalloc --enable-epoll --enable-truncate --enable-follow-x-forwarded-for 增加了以下選項(xiàng): --disable-mempools --with-maxfd=65535 配置文件(squid.conf)差別 在Squid3.0版本的配置文件中,如下主要tag發(fā)生了變化 acl http_port cache_peer header_access server_http11 incoming_rate memory_pools max_filedescriptors 上面只列出了我自己實(shí)際配置Squid時(shí),3.0版本和2.7版本的不同之處,關(guān)于更多的大家可以參考官方文檔。 |
|