<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[张宴的博客]]></title> 
<link>http://zyan.cc/index.php</link> 
<description><![CDATA[Web系统架构与底层研发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[张宴的博客]]></copyright>
<item>
<link>http://zyan.cc/post/293/</link>
<title><![CDATA[为Apache配置mod_deflat压缩输出[原创]]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[Web服务器]]></category>
<pubDate>Mon, 10 Sep 2007 02:29:55 +0000</pubDate> 
<guid>http://zyan.cc/post/293/</guid> 
<description>
<![CDATA[ 
	　　[文章作者：张宴 本文版本：v1.0 最后修改：2007.09.10 转载请注明出处：<a href="http://blog.zyan.cc" target="_blank">http://blog.zyan.cc</a>]<br/><br/>　　1、如果未安装Apache。编译时，加上--enable-deflate，例如：（仅针对Linux版，Windows版无须此步骤）<br/>　　<span style="color: #008000;">./configure --prefix=/usr/local/apache --enable-rewrite --enable-so --enable-deflate</span><br/><br/>　　2、如果已安装Apache。添加mod_deflate模块，例如：（仅针对Linux版，Windows版无须此步骤）<br/>　　<span style="color: #008000;">/usr/local/apache/bin/apxs -i -a -c /home/zhangyan/software/httpd-2.0.59/modules/filters/mod_deflate.c</span><br/>　　注：/home/zhangyan/software/httpd-2.0.59/为Apache源码路径。<br/><br/>　　3、进行以上步骤后，会在httpd.conf中自动加入一行：（Windows版请将下行最前面的#号去掉）<div class="quote"><div class="quote-title">引用</div><div class="quote-content">LoadModule deflate_module &nbsp; &nbsp; modules/mod_deflate.so</div></div><br/>　　4、编辑httpd.conf，增加：<br/>　　Linux版：<div class="quote"><div class="quote-title">引用</div><div class="quote-content">&lt;ifmodule mod_deflate.c&gt;<br/>DeflateCompressionLevel 9<br/>SetOutputFilter DEFLATE<br/>#DeflateFilterNote Input instream<br/>#DeflateFilterNote Output outstream<br/>#DeflateFilterNote Ratio ratio<br/>#LogFormat '&quot;%r&quot; %&#123;outstream&#125;n/%&#123;instream&#125;n (%&#123;ratio&#125;n%%)' deflate<br/>#CustomLog logs/deflate_log.log deflate<br/>&lt;/ifmodule&gt;</div></div><br/>　　Windows版：<div class="quote"><div class="quote-title">引用</div><div class="quote-content">&lt;ifmodule deflate_module&gt;<br/>DeflateCompressionLevel 9<br/>SetOutputFilter DEFLATE<br/>#DeflateFilterNote Input instream<br/>#DeflateFilterNote Output outstream<br/>#DeflateFilterNote Ratio ratio<br/>#LogFormat '&quot;%r&quot; %&#123;outstream&#125;n/%&#123;instream&#125;n (%&#123;ratio&#125;n%%)' deflate<br/>#CustomLog logs/deflate_log.log deflate<br/>&lt;/ifmodule&gt;</div></div><br/>　　如果将#号去掉，可以在logs/deflate_log.log日志文件中看到文件压缩前后的字节数、压缩比，例如：<br/>　　"GET /index.html HTTP/1.1" 49373/276249 (17%)<br/>　　压缩前的字节数为276249，压缩后的字节数为49373，压缩比为17%<br/><br/>　　5、详细配置见Apache官方网站：<a href="http://httpd.apache.org/docs/2.0/mod/mod_deflate.html" target="_blank">http://httpd.apache.org/docs/2.0/mod/mod_deflate.html</a><br/>Tags - <a href="http://zyan.cc/tags/linux/" rel="tag">linux</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/293/#blogcomment329</link>
<title><![CDATA[[评论] 为Apache配置mod_deflat压缩输出[原创]]]></title> 
<author>jackbillow &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 10 Sep 2007 11:45:57 +0000</pubDate> 
<guid>http://zyan.cc/post/293/#blogcomment329</guid> 
<description>
<![CDATA[ 
	手工编译的apache应该就支持这个modules吧。<br/>mod_gzip比这个mod_deflate压缩的好吧。
]]>
</description>
</item><item>
<link>http://zyan.cc/post/293/#blogcomment358</link>
<title><![CDATA[[评论] 为Apache配置mod_deflat压缩输出[原创]]]></title> 
<author>3333 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 25 Sep 2007 14:48:15 +0000</pubDate> 
<guid>http://zyan.cc/post/293/#blogcomment358</guid> 
<description>
<![CDATA[ 
	你的网站用<a href="http://www.huohuliulanqixiazai.com" target="_blank">火狐</a>浏览器打开好像有点问题呀
]]>
</description>
</item><item>
<link>http://zyan.cc/post/293/#blogcomment748</link>
<title><![CDATA[[评论] 为Apache配置mod_deflat压缩输出[原创]]]></title> 
<author>222 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sun, 09 Mar 2008 05:50:12 +0000</pubDate> 
<guid>http://zyan.cc/post/293/#blogcomment748</guid> 
<description>
<![CDATA[ 
	你的网站用火狐浏览器打开好像有点问题呀
]]>
</description>
</item><item>
<link>http://zyan.cc/post/293/#blogcomment751</link>
<title><![CDATA[[评论] 为Apache配置mod_deflat压缩输出[原创]]]></title> 
<author>为我微微 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 10 Mar 2008 08:08:48 +0000</pubDate> 
<guid>http://zyan.cc/post/293/#blogcomment751</guid> 
<description>
<![CDATA[ 
	用<a href="http://www.huohuxiazai.org" target="_blank">火狐</a>浏览器打开好像有点变形啊
]]>
</description>
</item><item>
<link>http://zyan.cc/post/293/#blogcomment12799</link>
<title><![CDATA[[评论] 为Apache配置mod_deflat压缩输出[原创]]]></title> 
<author>十窝羊 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 16 Nov 2011 02:28:26 +0000</pubDate> 
<guid>http://zyan.cc/post/293/#blogcomment12799</guid> 
<description>
<![CDATA[ 
	想问下，使用CDN的时候，apache信息头中的Last-Modified是很重要的，但是因为网站使用了SSI功能（Options IncludesNOEXEC&nbsp;&nbsp;），也就是模块mod_layout，然后返回信息中没Last-Modified值，如果更改为Options Indexes FollowSymLinks，那么可以得到Last-Modified信息，但是网站的SSI将不能使用，有什么方法可以同时使用SSI功能又可以得到Last-Modified的信息吗？
]]>
</description>
</item><item>
<link>http://zyan.cc/post/293/#blogcomment12849</link>
<title><![CDATA[[评论] 为Apache配置mod_deflat压缩输出[原创]]]></title> 
<author>dhxkksx3h &lt;dbigh72@storeferragamo.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 16 Nov 2011 07:36:35 +0000</pubDate> 
<guid>http://zyan.cc/post/293/#blogcomment12849</guid> 
<description>
<![CDATA[ 
	,<a href="http://www.dsquaredshoes.org/dsquared2-leather-sneakers-c-30.html" target="_blank">dsquared leather sneaker</a> express cancel <br/> <br/> <br/> <br/> &#124; Back to logs list <br/> 1025507 2008年03月22日22:05 Reading (loading. ..) Comments (1 ) Category : Personal Diary <br/> <br/> <br/> <br/> &#124; Back to logs list <br/>the other：<br/> <br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://ynmec.cn/viewthread.php?tid=364353&amp;pid=384033&amp;page=1&amp;extra=page%3D1#pid384033" target="_blank">vibram fivefinger classic shoes&nbsp;&nbsp;2007 Read</a><br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://www.sis517.com/viewthread.php?tid=2071761&amp;pid=2337129&amp;page=17&amp;extra=page%3D1#pid2337129" target="_blank">moncler jackets outlet</a><br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://www.socialengine4.dotcloud.com/members/home" target="_blank">vibram kso shoes 15 on October 7th 2011 read</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/293/#blogcomment12857</link>
<title><![CDATA[[评论] 为Apache配置mod_deflat压缩输出[原创]]]></title> 
<author>dhxvksw3h &lt;omigh67@storeferragamo.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 16 Nov 2011 07:43:45 +0000</pubDate> 
<guid>http://zyan.cc/post/293/#blogcomment12857</guid> 
<description>
<![CDATA[ 
	1024863 2007年02月24日15:26 Reading (loading. ..) Comments (2 ) Category : Personal Diary ,<a href="http://www.ferragamoshoponline.org/ferragamo-heel-sandals-c-7.html" target="_blank">salvatore ferragamo sandals</a><br/> <br/>&nbsp;&nbsp;express cancel <br/> <br/> <br/> <br/> &#124; Back to logs list <br/> <br/> <br/> &#124; Back to logs list <br/>the other：<br/> <br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://www.eplusworld.com/viewthread.php?tid=21915&amp;pid=31579&amp;page=1&amp;extra=page%3D1#pid31579" target="_blank">monclers men sale -</a><br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://baike.cnair.com/index.php?doc-view-163" target="_blank">moncler doudoune&nbsp;&nbsp;love too much</a><br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://www.sportsport.cn/viewthread.php?tid=275816&amp;pid=284676&amp;page=1&amp;extra=page%3D1#pid284676" target="_blank">salvatore ferragamo bag</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/293/#blogcomment12884</link>
<title><![CDATA[[评论] 为Apache配置mod_deflat压缩输出[原创]]]></title> 
<author>5do1uk7m7h1o &lt;asdfaewrwr@yeah.net&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 16 Nov 2011 13:35:10 +0000</pubDate> 
<guid>http://zyan.cc/post/293/#blogcomment12884</guid> 
<description>
<![CDATA[ 
	related reading : ,<a href="http://www.buy-cheap-mbtshoes.com" target="_blank">Mbt Shoes Clearance</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;· gills death salon cosmetic wear women lose 35 Dr. Wan Zhudao jailed&nbsp;&nbsp;2011.10.29&nbsp;&nbsp;<br/> · maintenance of natural gas when the electric heating beauty flash burst 11 burns&nbsp;&nbsp;2011.10.27&nbsp;&nbsp;<br/> · botulinum toxin is the unauthorized use of prescription drugs is being investigated beauty&nbsp;&nbsp;2011.06.29&nbsp;&nbsp;<br/> · beauty Wuchuan Road massacre happened : man love lock hose ex-girlfriend&nbsp;&nbsp;2011.06. 02&nbsp;&nbsp;<br/> · female white-collar workers who spent one hundred thousand yuan signed onset prosecution did not lose weight beauty&nbsp;&nbsp;2011.05.25
]]>
</description>
</item><item>
<link>http://zyan.cc/post/293/#blogcomment12885</link>
<title><![CDATA[[评论] 为Apache配置mod_deflat压缩输出[原创]]]></title> 
<author>jingxuan2826 &lt;jcgt65@mail114.net&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 16 Nov 2011 13:36:12 +0000</pubDate> 
<guid>http://zyan.cc/post/293/#blogcomment12885</guid> 
<description>
<![CDATA[ 
	Hannibal Laguna:Cibeles Madrid Fashion Week Fall/Winter 2010 (Agencies),<a href="http://www.birkinkelly.biz/" target="_blank">sac hermes</a><br/> 2010-02-21 10:38 A prototype displays a creation at Spanish designer Hannibal Laguna during the Cibeles Madrid Fashion Week Fall/Winter 2010 show in Madrid February 20,<a href="http://www.doudouneralph.biz/" target="_blank">ralph lauren</a>, 2010. [Agencies]<br/> <br/> <br/>Related articles：<br/> <br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://rishtanata.info/blogs/entry/Free-People-Search-White-Pages-Directory-Lycos-People-Search-rBL" target="_blank">Free People Search, White Pages Directory - Lycos</a><br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://cyworld.ifensi.com/ps2/diary/diary_view.php?mh_id=2011300363&amp;diary_date=20111116&amp;postid=118853" target="_blank">全球速卖通海外复制“淘品牌” pzM</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/293/#blogcomment12889</link>
<title><![CDATA[[评论] 为Apache配置mod_deflat压缩输出[原创]]]></title> 
<author>qiaoman5569 &lt;zwng66@mail114.net&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 16 Nov 2011 13:46:38 +0000</pubDate> 
<guid>http://zyan.cc/post/293/#blogcomment12889</guid> 
<description>
<![CDATA[ 
	Jackson doctor&#039;s lawyers dare pill adept ,<a href="http://www.lisseurbbliss.com/" target="_blank">lisseur babyliss</a><br/>Attorneys for Dr. Conrad Murray aboard Friday challenged a top anesthesiology expert over speculations he made in a courtroom demonstration aboard how Murray could have given Michael Jackson a fatal drug infusion.<br/>Related articles：<br/> <br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://menzone.org/viewthread.php?tid=878214&amp;extra=" target="_blank">Lycos Confidentialité x4R</a><br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://www.com98.com/plus/view.php?aid=531" target="_blank">Fashion Week Trinidad and Tobago uhW</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/293/#blogcomment12892</link>
<title><![CDATA[[评论] 为Apache配置mod_deflat压缩输出[原创]]]></title> 
<author>5vo2vx8s4u1m &lt;asdfaewrwr@yeah.net&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 16 Nov 2011 13:55:29 +0000</pubDate> 
<guid>http://zyan.cc/post/293/#blogcomment12892</guid> 
<description>
<![CDATA[ 
	message ,<a href="http://www.buy-cheap-mbtshoes.com" target="_blank">Mbt Shoes Clearance</a><br/>        <br/>        <br/>        <br/>        <br/>Copyright © 2011 Phoenix New Media Limited All Rights Reserved.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/293/#blogcomment12895</link>
<title><![CDATA[[评论] 为Apache配置mod_deflat压缩输出[原创]]]></title> 
<author>xuefu8207 &lt;oprh77@mail114.net&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 16 Nov 2011 14:08:10 +0000</pubDate> 
<guid>http://zyan.cc/post/293/#blogcomment12895</guid> 
<description>
<![CDATA[ 
	Jackson doctor&#039;s attorneys dare narcotic specialist ,<a href="http://www.aveccoin.biz/" target="_blank">sac chanel outlet</a><br/>Attorneys as Dr. Conrad Murray ashore Friday challenged a altitude anesthesiology expert over assumptions he made in a courtroom demonstration ashore how Murray could have given Michael Jackson a mortal drug infusion.<br/>Related articles：<br/> <br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://zgtzzbh.org/123/viewthread.php?tid=246925&amp;extra=" target="_blank">Clotted vehicle z gucci outlet</a><br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://www.har666.com/gao310/viewthread.php?tid=440795&amp;extra=page%3D1&amp;frombbs=1" target="_blank">Job Search, Local Job Listings, Find a job ashore Lycos Jobs c hermes</a><br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp; <a href="http://www.juece.com.cn/news/review.asp?NewsID=24" target="_blank">浦发贵金属投资品节前走俏</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/293/#blogcomment12899</link>
<title><![CDATA[[评论] 为Apache配置mod_deflat压缩输出[原创]]]></title> 
<author>vm6494570 &lt;zhangsan45678@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 16 Nov 2011 14:34:30 +0000</pubDate> 
<guid>http://zyan.cc/post/293/#blogcomment12899</guid> 
<description>
<![CDATA[ 
	让我们为我们亲手创造的精彩而感到自豪吧<a href="http://www.cpfl23.com" target="_blank">,</a>“顶不在多<a href="http://www.f9f9f9.com" target="_blank">,</a>有了就行”
]]>
</description>
</item><item>
<link>http://zyan.cc/post/293/#blogcomment12931</link>
<title><![CDATA[[评论] 为Apache配置mod_deflat压缩输出[原创]]]></title> 
<author>lingshan8784 &lt;todsglcla2@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 16 Nov 2011 21:26:51 +0000</pubDate> 
<guid>http://zyan.cc/post/293/#blogcomment12931</guid> 
<description>
<![CDATA[ 
	How I met Your Mother: Le Bro Code,<a href="http://www.gianmarcolorenzifr.com" target="_blank">gianmarco lorenzi pas cher</a>, aujourd&#039;hui disponible en poche !<br/>Avis aux amateurs de How I Met Your Mother qui ne voulaient pas se ruiner en achetant le Bro Code de Barney Stinson : la bible du séducteur le plus chilly de la planète arrange aujourd&#039;hui en édition de poche. Une bonne nouvelle !<br/>Les fans de How I Met Your Mother considèrent un peu le Bro Code de Barney Stinson comme leur bible. Pour les autres, une piq?re de rappel : le Bro Code,&nbsp;&nbsp;c&#039;est le adviser de tous les préceptes plus ou moins idiots de Barney&nbsp;&nbsp;Stinson sur des choses aussi universelles que l&#039;amitié, l&#039;amour ou&nbsp;&nbsp;encore la bière. Vu le succès de la série, le Bro Code avait fini par sortir dans nos librairies, tout en étant un peu cher. Mais l&#039;éditeur Jailu vient consoler nos problèmes d&#039;argent en sortant aujourd&#039;hui une version poche du fameux Guide de Barney Stinson.<br/>Petit florilège,<a href="http://www.todsmanshop.com/" target="_blank">buy tods</a>, pour ceux qui désirent avoir la Barney Stinson viewpoint :<br/>Article 25 : Un Bro ne laisse jamais un autre Bro se faire tatouer, en particulier quand il s&#039;agit du prénom d&#039;une fille.<br/>Article 39 : Un Bro ne doit jamais mettre une serviette autour de ses cheveux en sortant de la douche. <br/>Article 54 : Aucun Bro ne doit faire semblant de faire un bisou à l&#039;appareil sur une photo. autrement appelé ??duck face??<br/>Article 72 : Un Bro ne doit jamais chanter de génériques.<br/>Pour en savoir plus sur ces préceptes de vie essentiels,<a href="http://www.cldiscountchristianlouboutin.com" target="_blank">sales christian louboutin</a>, rendez-vous dans vos librairies !&nbsp;&nbsp;<br/>Retrouvez cet treatise sur news-de-stars.com<br/>Dita Von Teese : Ultra-sexy pour la promo de son parfum<br/>Secret Story 5 : les finalistes reviennent sur leur aventure<br/>Secret Story 5 : une très forte crowd pour la finale !<br/>Les Mystères de l&#039;Amour : Patrick Puydebat en dit plus sur la saison 2 <br/>how i met your mother
]]>
</description>
</item><item>
<link>http://zyan.cc/post/293/#blogcomment12932</link>
<title><![CDATA[[评论] 为Apache配置mod_deflat压缩输出[原创]]]></title> 
<author>lebo0568 &lt;polochloea3@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 16 Nov 2011 22:41:46 +0000</pubDate> 
<guid>http://zyan.cc/post/293/#blogcomment12932</guid> 
<description>
<![CDATA[ 
	Secret Story 5 : une très forte audience pour la finale !<br/>3,2 millions, c&#039;est le nombre téléspectateurs qui se sont assis devant leur télévision hier soir pour suivre la victoire de Marie, grande gagnante de Secret Story 5. Autant dire qu&#039;avec une spectators pareille, Secret Story 6 n&#039;est pas prêt d&#039;être déprogrammé ,<a href="http://www.abercrombieetfitchshop.com/" target="_blank">abercrombie shop</a>!<br/>3,2 millions de téléspectateurs ont donc assisté au sacre de la jolie Montpelliéraine grande gagnante de Secret Story 5, après une saison riche en rebondissements, en amitiés,<a href="http://www.poloralphlaurenes.com/polo-ralph-lauren-mujer-vestidos-c-10_14.html" target="_blank">polo ralph laurenes?Vestidos</a>, en fou-rires, en amourettes et bien s?r, en trahisons... 3,2 millions de téléspectateurs, cela représente 26% de portion de marché,<a href="http://www.abercrombieetfitchshop.com/" target="_blank">soldes abercrombie</a>, ce qui est une victoire non seulement pour Marie, mais également pour TF1 qui a donc récolté la and grosse part de cet horaire là.<br/>C&#039;est le disc d&#039;audience pour cette saison, qui reste malgré tout en de?à de la saison précédente, qui avait marqué la victoire de Benoit. 3,5 millions de téléspectateurs avaient assisté à la finale, ce qui représente tout de même une baisse de près de 300 000 téléspectateurs. Mais ne boudons pas notre plaisir, audience ou pas, ashore est bien contents que Marie ait gagné cette saison. La jolie blonde a remporté 150 000 euros et pourra donc prendre un nouveau départ avec Geoffrey, son Ken de l&#039;aventure.?&nbsp;&nbsp;<br/>Retrouvez cet story sur news-de-stars.com<br/>Images Emma Stone : Une petite bomb pour l&#039;avant-première de La Couleur des Sentiments<br/>Secret Story 5: Un After-Secret placé sous le signe de la rebellion<br/>Secret Story 5 : les finalistes reviennent sur leur aventure<br/>Jean-Claude Van Damme : Sa voiture tombe à l&#039;eau<br/>secret story 5
]]>
</description>
</item>
</channel>
</rss>