标签类目:Squid

Squid2.6反向代理实现多个Web缓存加速–[配置文档]

分类:Apache# NETWORK OPTIONS
# —————————————————————————–
http_port 211.211.211.211:80 transparent vhost vport 继续阅读 »

Squid2.6反向代理实现Web缓存加速–[小结文档]

分类:Apache

主要的改进 

1、融合加速和反向功能

Major improvements to the way that Squid handles web proxy, accelerated and transparent proxy requests to make it easier to configure transparent and acceleration functionality. The default behaviour is to function as a standard HTTP proxy on each port that Squid is configured to listen on, but in addition in this release the keywords “accelerated” and “transparent” can be specified after each port to indicate to Squid the functionality that is to be enabled on that port. This means that the old config directives relating to httpd_accel_* are now deprecated. 继续阅读 »

Lighttpd+Squid+Apache搭建高效率Web服务器

分类:Lighttpd

架构原理

Apache通常是开源界的首选Web服务器,因为它的强大和可靠,已经具有了品牌效应,可以适用于绝大部分的应用场合。但是它的强大有时候却显得笨重,配置文件得让人望而生畏,高并发情况下效率不太高。而轻量级的Web服务器Lighttpd却是后起之秀,其静态文件的响应能力远高于Apache,据说是Apache的2-3倍。Lighttpd的高性能和易用性,足以打动我们,在它能够胜任的领域,尽量用它。Lighttpd对PHP的支持也很好,还可以通过Fastcgi方式支持其他的语言,比如Python。 继续阅读 »


返回顶部