<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>深蓝的blog &#187; GZIP</title>
	<atom:link href="http://www.lanxinbase.com/?feed=rss2&#038;tag=gzip" rel="self" type="application/rss+xml" />
	<link>http://www.lanxinbase.com</link>
	<description>记录日常生活</description>
	<lastBuildDate>Sat, 18 Apr 2026 07:10:07 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.3</generator>
	<item>
		<title>Nginx Gzip 压缩配置</title>
		<link>http://www.lanxinbase.com/?p=623</link>
		<comments>http://www.lanxinbase.com/?p=623#comments</comments>
		<pubDate>Thu, 27 Aug 2015 01:30:05 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[2.运维相关]]></category>
		<category><![CDATA[5.互联网应用开发]]></category>
		<category><![CDATA[GZIP]]></category>
		<category><![CDATA[Nginx]]></category>

		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=623</guid>
		<description><![CDATA[gzip(GNU-ZIP)是一种压缩技术。经过gzip压缩后页面大小可以变为原来的30%甚至更小，这样，用户浏览页面的时候速度会块得多。gzip的压缩页面需要浏览器和服务器双方都支持，实际上就是服务器端压缩，传到浏览器后浏览器解压并解析。浏览器那里不需要我们担心，因为目前的巨大多数浏览器都支持解析gzip过的页面。
Nginx的压缩输出有一组gzip压缩指令来实现。相关指令位于http{….}两个大括号之间。]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=623</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apache启用gzip压缩方法</title>
		<link>http://www.lanxinbase.com/?p=459</link>
		<comments>http://www.lanxinbase.com/?p=459#comments</comments>
		<pubDate>Wed, 26 Aug 2015 01:44:54 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[2.运维相关]]></category>
		<category><![CDATA[5.互联网应用开发]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[GZIP]]></category>

		<guid isPermaLink="false">http://blog.lanxinbase.com/?p=459</guid>
		<description><![CDATA[找到并打开apache/conf目录中的httpd.conf文件 
httpd.conf中打开deflate_Module和headers_Module模块，具体做法为将 如下两句前面的#去掉：

LoadModule deflate_module modules/mod_deflate.so

LoadModule headers_module modules/mod_headers.so]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=459</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
