<?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/344/</link>
<title><![CDATA[为Apache编译添加mod_expires模块出错的解决笔记[原创]]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[Web服务器]]></category>
<pubDate>Thu, 08 May 2008 04:56:05 +0000</pubDate> 
<guid>http://zyan.cc/post/344/</guid> 
<description>
<![CDATA[ 
	　　注：/usr/local/apache/为Apache的安装路径，/opt/httpd-2.0.55/为Apache的源代码目录。<br/><br/>　　Linux下，执行以下命令为Apache添加mod_expires模块：<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">/usr/local/apache/bin/apxs -i -a -c /opt/httpd-2.0.55/modules/metadata/mod_expires.c</div><br/>　　报错：<div class="quote"><div class="quote-title">引用</div><div class="quote-content">Warning! &nbsp;dlname not found in /usr/local/apache/modules/mod_expires.la.<br/>Assuming installing a .so rather than a libtool archive.<br/>chmod 755 /usr/local/apache/modules/mod_expires.so<br/>chmod: 无法访问‘/usr/local/apache/modules/mod_expires.so’: 没有那个文件或目录<br/>apxs:Error: Command failed with rc=65536</div></div><br/>　　再执行：<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">gcc -shared -o /usr/local/apache/modules/mod_expires.so /opt/httpd-2.0.55/modules/metadata/mod_expires.o<br/>/usr/local/apache/bin/apxs -i -a -c /opt/httpd-2.0.55/modules/metadata/mod_expires.c</div><br/>　　编译成功。<br/><br/>Tags - <a href="http://zyan.cc/tags/linux/" rel="tag">linux</a> , <a href="http://zyan.cc/tags/apache/" rel="tag">apache</a> , <a href="http://zyan.cc/tags/httpd/" rel="tag">httpd</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/344/#blogcomment1043</link>
<title><![CDATA[[评论] 为Apache编译添加mod_expires模块出错的解决笔记[原创]]]></title> 
<author>fei &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sun, 11 May 2008 01:26:13 +0000</pubDate> 
<guid>http://zyan.cc/post/344/#blogcomment1043</guid> 
<description>
<![CDATA[ 
	你没看到Apache 2.0目前的版本是2.0.63么？？？多关注一下这些重要软件的更新吧。
]]>
</description>
</item><item>
<link>http://zyan.cc/post/344/#blogcomment1044</link>
<title><![CDATA[[评论] 为Apache编译添加mod_expires模块出错的解决笔记[原创]]]></title> 
<author>6ird &lt;6ird1217@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sun, 11 May 2008 10:44:46 +0000</pubDate> 
<guid>http://zyan.cc/post/344/#blogcomment1044</guid> 
<description>
<![CDATA[ 
	您好!想跟您友链一下.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/344/#blogcomment1049</link>
<title><![CDATA[[评论] 为Apache编译添加mod_expires模块出错的解决笔记[原创]]]></title> 
<author>fei &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sun, 11 May 2008 22:44:54 +0000</pubDate> 
<guid>http://zyan.cc/post/344/#blogcomment1049</guid> 
<description>
<![CDATA[ 
	大版本的升级可能会有问题。小版本一般不会。比如从2.0升到2.2.同时要关闭版本号回显。在新上线或升级时还是要使用同一产品线的最新稳定版。大网站怎么了，技术水平也就那样。
]]>
</description>
</item><item>
<link>http://zyan.cc/post/344/#blogcomment1116</link>
<title><![CDATA[[评论] 为Apache编译添加mod_expires模块出错的解决笔记[原创]]]></title> 
<author>julyclyde &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 02 Jun 2008 06:00:25 +0000</pubDate> 
<guid>http://zyan.cc/post/344/#blogcomment1116</guid> 
<description>
<![CDATA[ 
	规范化的安装哪有这些麻烦事啊！自做孽
]]>
</description>
</item><item>
<link>http://zyan.cc/post/344/#blogcomment1117</link>
<title><![CDATA[[评论] 为Apache编译添加mod_expires模块出错的解决笔记[原创]]]></title> 
<author>julyclyde &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 02 Jun 2008 06:01:48 +0000</pubDate> 
<guid>http://zyan.cc/post/344/#blogcomment1117</guid> 
<description>
<![CDATA[ 
	to:fei<br/> 2.0和2.2的代码差别可不像版本号的差别那么小。
]]>
</description>
</item><item>
<link>http://zyan.cc/post/344/#blogcomment1277</link>
<title><![CDATA[[评论] 为Apache编译添加mod_expires模块出错的解决笔记[原创]]]></title> 
<author>scottjin &lt;blino@126.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 02 Jul 2008 08:18:34 +0000</pubDate> 
<guid>http://zyan.cc/post/344/#blogcomment1277</guid> 
<description>
<![CDATA[ 
	管理的规范远比技术重要
]]>
</description>
</item><item>
<link>http://zyan.cc/post/344/#blogcomment8763</link>
<title><![CDATA[[评论] 为Apache编译添加mod_expires模块出错的解决笔记[原创]]]></title> 
<author>dresses &lt;lh286227785@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 26 Jul 2011 02:23:28 +0000</pubDate> 
<guid>http://zyan.cc/post/344/#blogcomment8763</guid> 
<description>
<![CDATA[ 
	Here are a variety of the empire &lt;a href=&quot;<a href="http://www.romancearound.com/&quot;&gt;dresses&lt;/a&gt;" target="_blank">http://www.romancearound.com/&quot;&gt;dresses&lt;/a&gt;</a>, I want to introduce yourself. The first shoulder chiffon &lt;a href=&quot;<a href="http://www.romancearound.com/bridesmaid-dresses-c-197.html&quot;&gt;bridesmaid" target="_blank">http://www.romancearound.com/bridesmaid-dresses-c-197.html&quot;&gt;bridesmaid</a> dresses&lt;/a&gt; empire style wedding will &lt;a href=&quot;<a href="http://www.romancearound.com/wedding-dresses-trumpet-wedding-dresses-c-180_253.html&quot;&gt;trumpet" target="_blank">http://www.romancearound.com/wedding-dresses-trumpet-wedding-dresses-c-180_253.html&quot;&gt;trumpet</a> wedding dresses&lt;/a&gt;.This Tia cowries, dressed in her wedding day.Chiffon of the empire the best clothes, because they are the size of the drum as complete motion from the wind the site makes it easy to create a plan impression.One romantic flowers floating above shoulder function and help catch the eyes of the cut of the chest and neck problems, so that more comprehensive coverage of physical illusion bust.Clothing do not like big long torso, short legs, or pear-shaped&lt;a href=&quot;<a href="http://www.romancearound.com/bridesmaid-dresses-ankle-length-bridesmaid-dresses-c-197_198.html&quot;&gt;ankle" target="_blank">http://www.romancearound.com/bridesmaid-dresses-ankle-length-bridesmaid-dresses-c-197_198.html&quot;&gt;ankle</a> length bridesmaid dresses&lt;/a&gt; figure.special is also suitable for pregnant brides since the mobility as a dress can accommodate more Many of the abdomen.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/344/#blogcomment14204</link>
<title><![CDATA[[评论] 为Apache编译添加mod_expires模块出错的解决笔记[原创]]]></title> 
<author>louis vuitton uk &lt;fsf@fdg.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 23 Nov 2011 01:00:20 +0000</pubDate> 
<guid>http://zyan.cc/post/344/#blogcomment14204</guid> 
<description>
<![CDATA[ 
	This <a href="http://www.louisvuittonoutlets.org.uk" target="_blank">louis vuitton uk</a> for sale belongs to the sounding just what are termed as Louis Vuitton vintage best sellers, many other products and services for the reason that range appearing companies.You will easily notice the unfold zippers of this <a href="http://www.coachoutletstoreonlinefree.com" target="_blank">coach outlet store online</a>. That is the decoration. There are some inside pockets for you as well. They are easy to match your clothes and to carry.Let us inspire your inner beauty with fine <a href="http://www.christian-louboutinsale.org.uk" target="_blank">christian louboutin sale</a>. Purse the elegance in bridal wedding. Enjoy the fashion.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/344/#blogcomment17371</link>
<title><![CDATA[[评论] 为Apache编译添加mod_expires模块出错的解决笔记[原创]]]></title> 
<author>chanel uk &lt;xiang1234xiangxiang@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 13 Apr 2012 09:33:00 +0000</pubDate> 
<guid>http://zyan.cc/post/344/#blogcomment17371</guid> 
<description>
<![CDATA[ 
	<a href="http://www.christianlouboutinukuk.org" target="_blank">christian louboutin</a><br/><a href="http://www.tiffanyuksuk.org" target="_blank">tiffanys</a><br/><a href="http://www.gucciukbeltuk.org" target="_blank">gucci uk</a><br/><a href="http://www.frsaclouisvuittonsac.com" target="_blank">louis vuitton sac</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/344/#blogcomment17394</link>
<title><![CDATA[[评论] 为Apache编译添加mod_expires模块出错的解决笔记[原创]]]></title> 
<author>chanel uk &lt;xiang1234xiangxiang@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 13 Apr 2012 09:38:29 +0000</pubDate> 
<guid>http://zyan.cc/post/344/#blogcomment17394</guid> 
<description>
<![CDATA[ 
	<a href="http://www.chanelukoutlets.org.uk" target="_blank">chanel uk</a><br/><a href="http://www.burberryukoutletuk.org" target="_blank">burberry uk</a><br/><a href="http://www.poloralphlaurenuks.org" target="_blank">ralph lauren uk</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/344/#blogcomment18946</link>
<title><![CDATA[[评论] 为Apache编译添加mod_expires模块出错的解决笔记[原创]]]></title> 
<author>coach factory outlet &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:32:14 +0000</pubDate> 
<guid>http://zyan.cc/post/344/#blogcomment18946</guid> 
<description>
<![CDATA[ 
	Today, following half a century, mentor leather-bases <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet</a> continues to be the delicate craft of leather-based master is accountable for,Would you like to meet more friends, or go with the times? If yes, <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory online</a> is opening welcome doors to you.in the market you definitely can find various colorways that are designed in as well as the high quality that applied in. For most of you would like to come. So just come to our <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet online</a> store to choose one.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/344/#blogcomment18947</link>
<title><![CDATA[[评论] 为Apache编译添加mod_expires模块出错的解决笔记[原创]]]></title> 
<author>louis vuitton sale &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:32:21 +0000</pubDate> 
<guid>http://zyan.cc/post/344/#blogcomment18947</guid> 
<description>
<![CDATA[ 
	Louis Vuitton belt at <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton sale</a> is one kind of fashion accessory with high cost performance among the Louis Vuitton accessories.Offering quality LV products with favorable prices, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton outlet</a> store is at your service. Hurry up, or you can not seize the chance.in fact, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton</a> is one of the most famous fashion design master.he opened the fist suitcase shop called after his name.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/344/#blogcomment18948</link>
<title><![CDATA[[评论] 为Apache编译添加mod_expires模块出错的解决笔记[原创]]]></title> 
<author>coach outlet online &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:32:29 +0000</pubDate> 
<guid>http://zyan.cc/post/344/#blogcomment18948</guid> 
<description>
<![CDATA[ 
	I heard of <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet online</a> through the advertisement when I was shopping. And now I often brow the webpage and buy Coach bags online.It is a symbol regarding position not to mention nature.Here I would like to launch a excellent bags pertaining to business men.Which may be <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet store</a>.<a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet</a> has always been simple,durable style features to win consumers.The products are more flexible,with easy bleaching,wear characteristics,and simply use a damp cloth.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/344/#blogcomment18949</link>
<title><![CDATA[[评论] 为Apache编译添加mod_expires模块出错的解决笔记[原创]]]></title> 
<author>coach outlet, &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:32:36 +0000</pubDate> 
<guid>http://zyan.cc/post/344/#blogcomment18949</guid> 
<description>
<![CDATA[ 
	Remember the <a href="http://www.coachoutletin.org" target="_blank">coach outlet</a> provide coach bags which won&#039;t be deteriorated into its overall styles by any means. It will maintain its looks, colors, and uniqueness for long time.<a href="http://www.coachoutletin.org" target="_blank">coach outlet store online</a> has been voted by Hour Detroit magazine readers as the Best of Detroit in their 12th annual readers&#039;poll.Lots of women like which usually amount normally include a <a href="http://www.coachoutletin.org" target="_blank">coach outlet online</a> ,it provides coziness to many girls that don&#039;t even think it is a great bushel of great interest directly to them.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/344/#blogcomment20102</link>
<title><![CDATA[[评论] 为Apache编译添加mod_expires模块出错的解决笔记[原创]]]></title> 
<author>xujie777 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 18 May 2012 08:46:06 +0000</pubDate> 
<guid>http://zyan.cc/post/344/#blogcomment20102</guid> 
<description>
<![CDATA[ 
	We aim to make all our customers satisfy with our products. You will find a variety of Men&#039;s fashion <a href="http://www.louisvuittonukd.org.uk" target="_blank">louis vuitton uk</a>, fashion Women&#039;s cheap Louis Vuitton bags in our store at affordable price.Thinking of interesting ways to cost a milestone birthday? <a href="http://www.louisvuittonukd.org.uk" target="_blank">louis vuitton online shop</a> had one of the most distinctive distinctive celebrations.bakery along with living room operated by means of about three moment <a href="http://www.louisvuittonukd.org.uk" target="_blank">louis vuitton online</a> Most effective Pastry Chef’s of the year Rammy Nominee Chef’s.
]]>
</description>
</item>
</channel>
</rss>