- 由 LAONB发布于2010-02-02 20:28:46 | 访问量 788 次 | 6 comments
相关Tags
下一篇
Nginx 0.8.33Squid cache(简称为Squid)是一个流行的自由软件(GNU通用公共许可证)的代理服务器和Web缓存服务器。Squid有广泛的用途,从作为网页服务器的前置cache服务器缓存相关请求来提高Web服务器的速度,到为一组人共享网络资源而缓存万维网,域名系统和其它网络搜索,到通过过滤流量帮助网络安全,到局域网通过代理上网。Squid主要设计用于在Unix一类系统运行。
Squid的发展历史相当悠久,功能也相当完善。除了HTTP外,对于FTP与HTTPS的支持也相当好,在3.0 测试版中也支持了IPv6。
可惜的是国内很多VPS是不允许安装Squid的,所以这东西更适合有独立服务器的朋友安装。
更新日志
2010-02-01
- Regression Fix: Make Squid abort on all config parse failures.
- Regression Bug 2811: SNMP client/peer table OID numbering
- Bug 2851: Connection pinning fails when using a peer
- Bug 2850: Mismatch in hier_code enum / hier_strings array
- Bug 2731: Add follow_x_forwarded_for support to ICAP
- Bug 2730: Regressions in follow_x_forwarded_for since Squid-2
- Bug 2706: Set timestamps during ICAP request satisfaction.
- Bug 2553: X-Forwarded-For with IPv6 address not handled correctly
- Fix: WCCPv1 not connecting to router correctly
- Remove obsolete RunCache/RunAccel scripts.
- Add client_ip_max_connections
- Add the http::>ha format code and make http::>h log original request headers
- … and all bug fixes from 3.0 up to 3.0.STABLE22
- … and many more minor build and display annoyances.


这个我们一般用户不需要把
我VPS上面装了这个,但是听朋友说不是服务器,装这个反而会更慢。
我也用不上!
看来没独立服务器,基本上与Squid无缘了。
IBM等大型企业都用这个做反向代理,很霸道的说。