« while true loop script | Main | Google Desktop (Search) 2 includes new feature - Sidebar »
August 21, 2005
Compress content before it is delivered to the client - mod_gzip (1)
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。 https://windtear.net/archives/2005/08/21/000750.html http://windtear.net/archives/2005/08/21/000750.html http://sourceforge.net/projects/mod-gzip/ mod_gzip is an Internet Content Acceleration module for the popular Apache Web Server. It compresses the contents delivered to the client. There is no need to install any additional software on the client! gzip deflate 是两种常见的压缩 绝大多数浏览器都支持 deflate 压缩已经集成在 apache 2 里面 http://httpd.apache.org/docs/2.0/mod/mod_deflate.html GET / HTTP/1.1 Accept-Encoding: gzip, deflate Host: gziptest.ipcn.org 2002-09-30 17:00 http://sourceforge.net/project/showfiles.php?group_id=54975&package_id=49820&release_id=113893 http://prdownloads.sourceforge.net/mod-gzip/mod_gzip-1.3.26.1a.tgz?download |
Posted by windtear at August 21, 2005 7:26 PM