<?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>FireFore &#187; eaccelerator</title>
	<atom:link href="http://firefore.com/bq/eaccelerator/feed" rel="self" type="application/rss+xml" />
	<link>http://firefore.com</link>
	<description>不积硅步无以至千里</description>
	<lastBuildDate>Mon, 14 May 2012 04:44:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ubuntu9.10下的eAccelerator</title>
		<link>http://firefore.com/2010/01/ubuntu9-10-eaccelerator.html</link>
		<comments>http://firefore.com/2010/01/ubuntu9-10-eaccelerator.html#comments</comments>
		<pubDate>Thu, 14 Jan 2010 04:28:19 +0000</pubDate>
		<dc:creator>FireFore</dc:creator>
				<category><![CDATA[心情杂记]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[eaccelerator]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://firefore.com/?p=880</guid>
		<description><![CDATA[把ubuntu升级到9.10之后，突然发现apache2不监听80端口了。 查看了/var/log/apache2/里面的error.log日志，发现有一条记录: PHP Warning: &#91;eAccelerator&#93; This build of &#34;eAccelerator&#34; was compiled for PHP version 5.... ]]></description>
			<content:encoded><![CDATA[<p>把<span class='wp_keywordlink_affiliate'><a href="http://firefore.com/bq/ubuntu" title="查看 ubuntu 中的全部文章" target="_blank">ubuntu</a></span>升级到9.10之后，突然发现apache2不监听80端口了。</p>
<p>查看了/var/log/apache2/里面的error.log日志，发现有一条记录:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">PHP Warning:  <span style="color: #7a0874; font-weight: bold;">&#91;</span>eAccelerator<span style="color: #7a0874; font-weight: bold;">&#93;</span> This build of <span style="color: #ff0000;">&quot;eAccelerator&quot;</span> was compiled <span style="color: #000000; font-weight: bold;">for</span> PHP version 5.2.10-2ubuntu6.3. Rebuild it <span style="color: #000000; font-weight: bold;">for</span> your PHP version <span style="color: #7a0874; font-weight: bold;">&#40;</span>5.2.10-2ubuntu6.4<span style="color: #7a0874; font-weight: bold;">&#41;</span> or download precompiled binaries.\n <span style="color: #000000; font-weight: bold;">in</span> Unknown on line <span style="color: #000000;">0</span>
PHP Fatal error:  Unable to start eAccelerator module <span style="color: #000000; font-weight: bold;">in</span> Unknown on line <span style="color: #000000;">0</span></pre></div></div>

<p>那就干脆升级一下<a  href="http://www.eaccelerator.net" target="_blank">eAccelerator</a>吧。截止本文书写之日，eAccelerator最近的版本为 0.9.6-rc1 </p>
<p><span id="more-880"></span></p>
<p>下载eAccelerator-0.9.6-rc1：<a  href="http://www.eaccelerator.net/wiki/Release-0.9.6-rc1" target="_blank">http://www.eaccelerator.net/wiki/Release-0.9.6-rc1</a></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>bart.eaccelerator.net<span style="color: #000000; font-weight: bold;">/</span>source<span style="color: #000000; font-weight: bold;">/</span>0.9.6<span style="color: #000000; font-weight: bold;">/</span>eaccelerator-0.9.6-rc1.tar.bz2</pre></div></div>

<p>解压缩eAccelerator:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">tar</span> jxvf eaccelerator-0.9.6-rc1.tar.bz2</pre></div></div>

<p>进入eAccletator的目录：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> eaccelerator-0.9.6-rc1<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>运行如下几个指令（一行一个指令，等执行完了再输入下一个）：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">phpize 
<span style="color: #c20cb9; font-weight: bold;">sudo</span> .<span style="color: #000000; font-weight: bold;">/</span>configure <span style="color: #660033;">--enable-eaccelerator</span>=shared
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span> 
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>

<pre>安装好之后，屏幕会显示大概如下信息：</pre>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Installing shared extensions:     <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>php5<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">20060613</span>+lfs<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p><strong>修改php.ini和建立并设置/var/cache/<span class='wp_keywordlink_affiliate'><a href="http://firefore.com/bq/eaccelerator" title="查看 eaccelerator 中的全部文章" target="_blank">eaccelerator</a></span>目录的权限。具体的请看之前的文章：<br />
    <br /></strong><a  href="http://firefore.com/2009/09/installing-eaccelerator-in-ubuntu-server.html" target="_blank">http://firefore.com/2009/09/installing-eaccelerator-in-ubuntu-server.html</a><strong></strong></p>
<p>最后步骤：升级control.php文件</p>
<p><span class='wp_keywordlink_affiliate'><a href="http://firefore.com/bq/eaccelerator" title="查看 eaccelerator 中的全部文章" target="_blank">eaccelerator</a></span>-0.9.6-rc1的control.php和我们之前介绍的eaccelerator-0.9.5.3的control.php文件内容已经不同。所以无法继续使用旧版本的control.php文件。</p>
<p>所以，我们先复制新版本的control.php去覆盖掉旧版本的：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">cp</span> control.php <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>www<span style="color: #000000; font-weight: bold;">/</span>control.php</pre></div></div>

<p>新版本的control.php默认是无需账号密码即可查看。所以我们对control.php做如下修改：<br />
  <br />先用vi指令编辑control.php:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>www<span style="color: #000000; font-weight: bold;">/</span>control.php</pre></div></div>

<p>大概19-23行的内容如下：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/***</span> CONFIG <span style="color: #000000; font-weight: bold;">***/</span>
<span style="color: #007800;">$auth</span> = <span style="color: #c20cb9; font-weight: bold;">false</span>;          <span style="color: #000000; font-weight: bold;">//</span> Set to <span style="color: #c20cb9; font-weight: bold;">false</span> to disable authentication
<span style="color: #007800;">$user</span> = <span style="color: #ff0000;">&quot;admin&quot;</span>;
<span style="color: #007800;">$pw</span> = <span style="color: #ff0000;">&quot;eAccelerator&quot;</span>;</pre></div></div>

<p>为了安全起见，我们把这些修改为：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/***</span> CONFIG <span style="color: #000000; font-weight: bold;">***/</span>
<span style="color: #007800;">$auth</span> = <span style="color: #c20cb9; font-weight: bold;">true</span>;          <span style="color: #000000; font-weight: bold;">//</span> Set to <span style="color: #c20cb9; font-weight: bold;">false</span> to disable authentication
<span style="color: #007800;">$user</span> = <span style="color: #ff0000;">&quot;管理账号&quot;</span>;
<span style="color: #007800;">$pw</span> = <span style="color: #ff0000;">&quot;管理密码&quot;</span>;</pre></div></div>

<p>然后保存退出，这样当有人访问control.php的时候，就需要输入管理账号和管理密码了。</p>
<p>然后，老习惯，检查一下apache2的配置和重新一下apache2:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">apache2ctl configtest
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>apache2 restart</pre></div></div>

<p>如果没看到错误信息，基本大功告成了。</p>
<p>本日志作为：<a  href="http://firefore.com" target="_blank">施炜煜</a> </p>
<p>原文地址：<a  href="http://firefore.com/2010/01/ubuntu9-10-eaccelerator.html">http://firefore.com/2010/01/ubuntu9-10-eaccelerator.html</a></p>
<hr /><h4>相关文章：</h4><ul><li><a  href="http://firefore.com/2009/09/installing-eaccelerator-in-ubuntu-server.html" rel="bookmark" title="Permanent Link: ubuntu安装eAccelerator">ubuntu安装eAccelerator</a></li></ul><hr /><small><p>&#26412;&#20316;&#21697;&#30001;<a  0="xmlns:cc="http://creativecommons.org/ns#"" href="http://firefore.com" property="cc:attributionName" rel="cc:attributionURL">shiweiyu</a>&#21019;&#20316;&#65292;&#37319;&#29992;<a  rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">&#30693;&#35782;&#20849;&#20139;&#32626;&#21517;-&#30456;&#21516;&#26041;&#24335;&#20849;&#20139; 3.0 Unported&#35768;&#21487;&#21327;&#35758;</a>&#36827;&#34892;&#35768;&#21487;&#12290;<br />
Copyright &copy; 2010 <a  href="http://firefore.com">FireFore.com</a> (数字指纹： woaiwojia_weiyu (38.107.179.211) )</small></p>]]></content:encoded>
			<wfw:commentRss>http://firefore.com/2010/01/ubuntu9-10-eaccelerator.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ubuntu安装eAccelerator</title>
		<link>http://firefore.com/2009/09/installing-eaccelerator-in-ubuntu-server.html</link>
		<comments>http://firefore.com/2009/09/installing-eaccelerator-in-ubuntu-server.html#comments</comments>
		<pubDate>Fri, 11 Sep 2009 15:57:30 +0000</pubDate>
		<dc:creator>FireFore</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[eaccelerator]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://firefore.com/2009/09/installing-eaccelerator-in-ubuntu-server.html</guid>
		<description><![CDATA[今天给一台Ubuntu的机器安装了eAccelerator的扩展。写个小笔记如下： 首先，得安装一下php5-dev： sudo apt-get install php5-dev 下载eAccelerator：（具体下载地址可以访问官网，版本不同，地址也不同） wge... ]]></description>
			<content:encoded><![CDATA[<p>今天给一台Ubuntu的机器安装了eAccelerator的扩展。写个小笔记如下：</p>
<p>首先，得安装一下php5-dev：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> php5-dev</pre></div></div>

<p>下载eAccelerator：（具体下载地址可以访问官网，版本不同，地址也不同）</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>bart.eaccelerator.net<span style="color: #000000; font-weight: bold;">/</span>source<span style="color: #000000; font-weight: bold;">/</span>0.9.5.3<span style="color: #000000; font-weight: bold;">/</span>eaccelerator-0.9.5.3.tar.bz2</pre></div></div>

<p><span id="more-756"></span></p>
<p>解压缩eAccelerator：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">tar</span> jxvf eaccelerator-0.9.5.3.tar.bz2</pre></div></div>

<p>进入eAccelerator的目录：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> eaccelerator-0.9.5.3<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>运行如下几个指令（一行一个指令，等执行完了再输入下一个）：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">phpize 
<span style="color: #c20cb9; font-weight: bold;">sudo</span> .<span style="color: #000000; font-weight: bold;">/</span>configure <span style="color: #660033;">--enable-eaccelerator</span>=shared
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span> 
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>

<p>安装好之后，屏幕会显示大概如下信息：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Installing shared extensions:     <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>php5<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">20060613</span>+lfs<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>接着修改php.ini：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>php5<span style="color: #000000; font-weight: bold;">/</span>apache2<span style="color: #000000; font-weight: bold;">/</span>php.ini</pre></div></div>

<p>在文档最后加上：</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">zend_extension<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;/usr/lib/php5/20060613+lfs/eaccelerator.so&quot;</span> 
eaccelerator<span style="color: #339933;">.</span>shm_size<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;16&quot;</span> 
eaccelerator<span style="color: #339933;">.</span>cache_dir<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;/var/cache/eaccelerator&quot;</span> 
eaccelerator<span style="color: #339933;">.</span>enable<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;1&quot;</span> 
eaccelerator<span style="color: #339933;">.</span>optimizer<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;1&quot;</span> 
eaccelerator<span style="color: #339933;">.</span>check_mtime<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;1&quot;</span> 
eaccelerator<span style="color: #339933;">.</span>debug<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;0&quot;</span> 
eaccelerator<span style="color: #339933;">.</span>filter<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&quot;</span> 
eaccelerator<span style="color: #339933;">.</span>shm_max<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;0&quot;</span> 
eaccelerator<span style="color: #339933;">.</span>shm_ttl<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;0&quot;</span> 
eaccelerator<span style="color: #339933;">.</span>shm_prune_period<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;0&quot;</span> 
eaccelerator<span style="color: #339933;">.</span>shm_only<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;0&quot;</span> 
eaccelerator<span style="color: #339933;">.</span>compress<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;1&quot;</span> 
eaccelerator<span style="color: #339933;">.</span>compress_level<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;9&quot;</span> 
eaccelerator<span style="color: #339933;">.</span>allowed_admin_path<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;/var/www/control.php&quot;</span></pre></div></div>

<p>这里解释一下，最后一行的<span class='wp_keywordlink_affiliate'><a href="http://firefore.com/bq/eaccelerator" title="查看 eaccelerator 中的全部文章" target="_blank">eaccelerator</a></span>.allowed_admin_path的意思是eAccelerator的在线控制文件的实际路径，这样一来就可以使用http://你的网址/control.php来控制eAccelerator了。</p>
<p>接下来建立cache目录（一行一个指令）：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>eaccelerator
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">chown</span> root:www-data <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>eaccelerator
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #007800;">u</span>=rwx,<span style="color: #007800;">g</span>=rwx,<span style="color: #007800;">o</span>= <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>eaccelerator</pre></div></div>

<p>然后进入<span class='wp_keywordlink_affiliate'><a href="http://firefore.com/bq/eaccelerator" title="查看 eaccelerator 中的全部文章" target="_blank">eaccelerator</a></span>-0.9.5.3的目录里拷贝control.php到网站目录：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">cp</span> control.php <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>www</pre></div></div>

<p>接着修改control.php里的$user和$pw的内容：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>www<span style="color: #000000; font-weight: bold;">/</span>control.php</pre></div></div>

<p>因为当你用http://你的网址/control.php访问的时候，是需要输入账号密码的。$user是账号，$pw是密码。</p>
<p>最后用指令检查一下apache2的配置：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">apache2ctl configtest</pre></div></div>

<p>没有错误出现后重新启动apache：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>apache2 restart</pre></div></div>

<p>如此就大功告成了。</p>
<p>在phpinfo()里面应该就可以看到有如下：</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">This program makes use of the Zend Scripting Language Engine: 
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies 
    with eAccelerator v0.9.5.3, Copyright (c) 2004-2006 eAccelerator, by eAccelerator</pre></div></div>

<p>参考网站：<a  title="http://eaccelerator.net/wiki/InstallFromSource" href="http://eaccelerator.net/wiki/InstallFromSource" target="_blank">http://eaccelerator.net/wiki/InstallFromSource</a></p>
<p>本日志作者：<a  href="http://firefore.com" target="_blank">施炜煜</a></p>
<p>原文地址：<a  href="http://firefore.com/2009/09/installing-eaccelerator-in-ubuntu-server.html" target="_blank">http://firefore.com/2009/09/installing-eaccelerator-in-ubuntu-server.html</a></p>
<hr /><h4>相关文章：</h4><ul><li><a  href="http://firefore.com/2010/01/ubuntu9-10-eaccelerator.html" rel="bookmark" title="Permanent Link: ubuntu9.10下的eAccelerator">ubuntu9.10下的eAccelerator</a></li><li><a  href="http://firefore.com/2007/12/onlinegame-server-requirement.html" rel="bookmark" title="Permanent Link: 浅谈我接触过的网络游戏的服务器需求">浅谈我接触过的网络游戏的服务器需求</a></li><li><a  href="http://firefore.com/2007/11/sql-server-2000-version.html" rel="bookmark" title="Permanent Link: 怎么查看SQL SERVER 2000是否打过SP4的补丁">怎么查看SQL SERVER 2000是否打过SP4的补丁</a></li></ul><hr /><small><p>&#26412;&#20316;&#21697;&#30001;<a  0="xmlns:cc="http://creativecommons.org/ns#"" href="http://firefore.com" property="cc:attributionName" rel="cc:attributionURL">shiweiyu</a>&#21019;&#20316;&#65292;&#37319;&#29992;<a  rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">&#30693;&#35782;&#20849;&#20139;&#32626;&#21517;-&#30456;&#21516;&#26041;&#24335;&#20849;&#20139; 3.0 Unported&#35768;&#21487;&#21327;&#35758;</a>&#36827;&#34892;&#35768;&#21487;&#12290;<br />
Copyright &copy; 2010 <a  href="http://firefore.com">FireFore.com</a> (数字指纹： woaiwojia_weiyu (38.107.179.211) )</small></p>]]></content:encoded>
			<wfw:commentRss>http://firefore.com/2009/09/installing-eaccelerator-in-ubuntu-server.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

