<?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>猫言猫语</title>
	<atom:link href="http://imcat.in/feed/" rel="self" type="application/rss+xml" />
	<link>http://imcat.in</link>
	<description>人的头脑太复杂,时间过得久,有时候连自己也被自己骗了,记下来才是最真实的……</description>
	<lastBuildDate>Fri, 21 Oct 2011 17:55:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>安装Google perftools出现错误</title>
		<link>http://imcat.in/install-google-perftools-error/</link>
		<comments>http://imcat.in/install-google-perftools-error/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 17:55:10 +0000</pubDate>
		<dc:creator>Cat.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Google perftools]]></category>

		<guid isPermaLink="false">http://imcat.in/?p=1466</guid>
		<description><![CDATA[刚刚在64位的centos系统安装Google perftools时,出现下面错误 error Cannot calculate stack trace: need either libunwind or frame-pointers 解决方法是在编译参数里增加 --enable-frame-pointers 随机日志性感的火焰美女 (15)I LOVE YOU (11)MOP情侣去死团&#8212;宗旨以及入团条件注意事项 (13)深度技术 GHOST XP 八分钟快速装机版 v6.0 迅雷高速下载 (0)最反感80后女孩说的六句口头禅 (15)]]></description>
			<content:encoded><![CDATA[<p>刚刚在64位的centos系统安装Google perftools时,出现下面错误</p>
<p>error Cannot calculate stack trace: need either libunwind or frame-pointers</p>
<p>解决方法是在编译参数里增加</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">--enable-frame-pointers</div></div>
<h2  class="related_post_title">随机日志</h2><ul class="related_post"><li><a href="http://imcat.in/cnbeta-08-annual-wonderful-comments/" title="cnBeta 08年度精彩评论">cnBeta 08年度精彩评论</a> (0)</li><li><a href="http://imcat.in/free-to-apply-for-a-three-month-eset-32-and-nod-32-universal-id/" title="申请免费三个月的ESET32和NOD32 ID">申请免费三个月的ESET32和NOD32 ID</a> (23)</li><li><a href="http://imcat.in/google-on-the-use-of-feedburner/" title="关于在Google中使用Feedburner">关于在Google中使用Feedburner</a> (20)</li><li><a href="http://imcat.in/i-love-you/" title="I LOVE YOU">I LOVE YOU</a> (11)</li><li><a href="http://imcat.in/wlk-wu-yao-wang-a-lot-of-anger-news-update/" title="WLK巫妖王之怒大量消息更新">WLK巫妖王之怒大量消息更新</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imcat.in/install-google-perftools-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>centos下添加多个IP地址的方法</title>
		<link>http://imcat.in/centos-add-ip-addresses/</link>
		<comments>http://imcat.in/centos-add-ip-addresses/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 16:37:35 +0000</pubDate>
		<dc:creator>Cat.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[IP]]></category>

		<guid isPermaLink="false">http://imcat.in/?p=1464</guid>
		<description><![CDATA[操作如下，登陆SSH: vi /etc/syscionfig/network-scripts/ifcfg-eth0:0 第二个IP,就是 vi /etc/syscionfig/network-scripts/ifcfg-eth0:1 第三个IP,就是 ifcfg-eth0:2(由此类推) DEVICE=eth0:0 网卡设备名称 onboot=YES &#160; &#160;随机启动 BOOTPROTO=static &#160;静态分配IP IPADDR=*.*.*.* &#160;要添加的IP地址 NETMASK=255.255.255.0 &#160;子网掩码（以实际为准） GATEWAY=*.*.*.* &#160;路由 如果IP是连续的，可以使用下面的方法。 vi /etc/sysconfig/network-scripts/ifcfg-eth0-range DEVICE=eth0 BOOTPROTO=static IPADDR_START=起始IP IPADDR_END=结束IP CLONENUM_START=网卡起始编号 NETMASK=子网掩码 ONBOOT=yes 保存文件然后重启网络服务立即生效 /etc/init.d/network restart centos add IP addresses 暧味日志CentOS 安装pptpd VPN服务 (7)在Linux系统centos 上安装7-ZIP (11)在Linux系统centos上安装RAR (4)CentOS安装crontab及使用方法 (6)]]></description>
			<content:encoded><![CDATA[<p>操作如下，登陆SSH:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">vi /etc/syscionfig/network-scripts/ifcfg-eth0:0</div></div>
<p>第二个IP,就是</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">vi /etc/syscionfig/network-scripts/ifcfg-eth0:1</div></div>
<p>第三个IP,就是<br />
ifcfg-eth0:2(由此类推)<br />
<span id="more-1464"></span></p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">DEVICE=eth0:0 网卡设备名称<br />
onboot=YES &nbsp; &nbsp;随机启动<br />
BOOTPROTO=static &nbsp;静态分配IP<br />
IPADDR=*.*.*.* &nbsp;要添加的IP地址<br />
NETMASK=255.255.255.0 &nbsp;子网掩码（以实际为准）<br />
GATEWAY=*.*.*.* &nbsp;路由</div></div>
<p>如果IP是连续的，可以使用下面的方法。</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">vi /etc/sysconfig/network-scripts/ifcfg-eth0-range<br />
DEVICE=eth0<br />
BOOTPROTO=static<br />
IPADDR_START=起始IP<br />
IPADDR_END=结束IP<br />
CLONENUM_START=网卡起始编号<br />
NETMASK=子网掩码<br />
ONBOOT=yes</div></div>
<p>保存文件然后重启网络服务立即生效</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">/etc/init.d/network restart</div></div>
<p>centos add IP addresses</p>
<h2  class="related_post_title">暧味日志</h2><ul class="related_post"><li><a href="http://imcat.in/centos-install-pptpd-vpn-services/" title="CentOS 安装pptpd VPN服务">CentOS 安装pptpd VPN服务</a> (7)</li><li><a href="http://imcat.in/linux-system-install-7-zip-centos/" title="在Linux系统centos 上安装7-ZIP">在Linux系统centos 上安装7-ZIP</a> (11)</li><li><a href="http://imcat.in/linux-system-install-rar-centos/" title="在Linux系统centos上安装RAR">在Linux系统centos上安装RAR</a> (4)</li><li><a href="http://imcat.in/centos-installation-use-crontab/" title="CentOS安装crontab及使用方法">CentOS安装crontab及使用方法</a> (6)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imcat.in/centos-add-ip-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Centos 5.6 yum 安装 openssl 出错</title>
		<link>http://imcat.in/centos-yum-install-openssl-error/</link>
		<comments>http://imcat.in/centos-yum-install-openssl-error/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 11:53:05 +0000</pubDate>
		<dc:creator>Cat.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Centos 5.6]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://imcat.in/?p=1463</guid>
		<description><![CDATA[Centos 5.6连这样的错误都有!!!! Transaction Check Error: package openssl-0.9.8e-12.el5_5.7.i686 is already installed file /lib/.libcrypto.so.0.9.8e.hmac from install of openssl-0.9.8e-12.el5_5.7.i686 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i386 file /lib/.libssl.so.0.9.8e.hmac from install of openssl-0.9.8e-12.el5_5.7.i686 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i386 file /lib/libcrypto.so.0.9.8e from install of openssl-0.9.8e-12.el5_5.7.i686 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i386 file /lib/libssl.so.0.9.8e from install of openssl-0.9.8e-12.el5_5.7.i686 conflicts with file [...]]]></description>
			<content:encoded><![CDATA[<p>Centos 5.6连这样的错误都有!!!!</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Transaction Check Error:<br />
package openssl-0.9.8e-12.el5_5.7.i686 is already installed<br />
file /lib/.libcrypto.so.0.9.8e.hmac from install of openssl-0.9.8e-12.el5_5.7.i686 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i386<br />
file /lib/.libssl.so.0.9.8e.hmac from install of openssl-0.9.8e-12.el5_5.7.i686 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i386<br />
file /lib/libcrypto.so.0.9.8e from install of openssl-0.9.8e-12.el5_5.7.i686 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i386<br />
file /lib/libssl.so.0.9.8e from install of openssl-0.9.8e-12.el5_5.7.i686 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i386<br />
file /usr/bin/openssl from install of openssl-0.9.8e-12.el5_5.7.i686 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i386<br />
file /usr/lib/openssl/engines/lib4758cca.so from install of openssl-0.9.8e-12.el5_5.7.i686 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i386<br />
file /usr/lib/openssl/engines/libaep.so from install of openssl-0.9.8e-12.el5_5.7.i686 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i386<br />
file /usr/lib/openssl/engines/libatalla.so from install of openssl-0.9.8e-12.el5_5.7.i686 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i386<br />
file /usr/lib/openssl/engines/libchil.so from install of openssl-0.9.8e-12.el5_5.7.i686 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i386<br />
file /usr/lib/openssl/engines/libcswift.so from install of openssl-0.9.8e-12.el5_5.7.i686 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i386<br />
file /usr/lib/openssl/engines/libgmp.so from install of openssl-0.9.8e-12.el5_5.7.i686 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i386<br />
file /usr/lib/openssl/engines/libnuron.so from install of openssl-0.9.8e-12.el5_5.7.i686 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i386<br />
file /usr/lib/openssl/engines/libsureware.so from install of openssl-0.9.8e-12.el5_5.7.i686 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i386<br />
file /usr/lib/openssl/engines/libubsec.so from install of openssl-0.9.8e-12.el5_5.7.i686 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i386</div></div>
<p>解决方法很简单:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">rpm -e --justdb --nodeps openssl.i386<br />
yum install openssl</div></div>
<h2  class="related_post_title">随机日志</h2><ul class="related_post"><li><a href="http://imcat.in/nginx-301-redirect-in-wordpress/" title="WordPress的Nginx 301重定向">WordPress的Nginx 301重定向</a> (3)</li><li><a href="http://imcat.in/wlk-wu-yao-wang-a-lot-of-anger-news-update/" title="WLK巫妖王之怒大量消息更新">WLK巫妖王之怒大量消息更新</a> (2)</li><li><a href="http://imcat.in/gamerz/" title="GaMerZ 全系列插件为 WP 2.3 更新">GaMerZ 全系列插件为 WP 2.3 更新</a> (0)</li><li><a href="http://imcat.in/wordpress-automatically-saved-remote-images-23-x-series-of-tests-passed/" title="WordPress自动保存远程图片(更新2.5)">WordPress自动保存远程图片(更新2.5)</a> (4)</li><li><a href="http://imcat.in/recommended-software-mission-terminator-rsd-software/" title="推荐软件:任务终结者 &#8211; RSD Software">推荐软件:任务终结者 &#8211; RSD Software</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imcat.in/centos-yum-install-openssl-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux命令tar压缩排除指定目录的方法</title>
		<link>http://imcat.in/linux-tar-exclude/</link>
		<comments>http://imcat.in/linux-tar-exclude/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 06:04:17 +0000</pubDate>
		<dc:creator>Cat.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://imcat.in/?p=1461</guid>
		<description><![CDATA[例如我要压缩 /cat/backup 这个文件夹 (绝对路径),但是不将里面的图片文件夹img也压缩了.可以用tar命令的--exclude 排除掉.方法 tar -zcvf backup.tar.gz --exclude=/cat/backup/img &#160;/cat/backup 排除多个目录 tar -zcvf backup.tar.gz --exclude=/cat/backup/img --exclude=/cat/backup/a --exclude=/cat/backup/b /cat/backup 暧味日志iptables限制同一IP连接数 (3)Linux下替换文件名中的空格 (0)linux修改ssh端口和禁止root远程登陆设置 (5)使用WinSCP连接到Linux (3)在Linux系统centos 上安装7-ZIP (11)]]></description>
			<content:encoded><![CDATA[<p>例如我要压缩 /cat/backup 这个文件夹 (绝对路径),但是不将里面的图片文件夹img也压缩了.可以用tar命令的--exclude 排除掉.方法</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">tar -zcvf backup.tar.gz --exclude=/cat/backup/img &nbsp;/cat/backup</div></div>
<p>排除多个目录</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">tar -zcvf backup.tar.gz --exclude=/cat/backup/img --exclude=/cat/backup/a --exclude=/cat/backup/b /cat/backup</div></div>
<h2  class="related_post_title">暧味日志</h2><ul class="related_post"><li><a href="http://imcat.in/iptables-limit-number-connections-same-ip/" title="iptables限制同一IP连接数">iptables限制同一IP连接数</a> (3)</li><li><a href="http://imcat.in/linux-replace-the-file-name-space/" title="Linux下替换文件名中的空格">Linux下替换文件名中的空格</a> (0)</li><li><a href="http://imcat.in/linux-change-root-ssh-remote-login-port-and-set-against/" title="linux修改ssh端口和禁止root远程登陆设置">linux修改ssh端口和禁止root远程登陆设置</a> (5)</li><li><a href="http://imcat.in/use-winscp-connect-linux/" title="使用WinSCP连接到Linux">使用WinSCP连接到Linux</a> (3)</li><li><a href="http://imcat.in/linux-system-install-7-zip-centos/" title="在Linux系统centos 上安装7-ZIP">在Linux系统centos 上安装7-ZIP</a> (11)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imcat.in/linux-tar-exclude/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iptables限制同一IP连接数</title>
		<link>http://imcat.in/iptables-limit-number-connections-same-ip/</link>
		<comments>http://imcat.in/iptables-limit-number-connections-same-ip/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 07:49:35 +0000</pubDate>
		<dc:creator>Cat.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[iptables]]></category>

		<guid isPermaLink="false">http://imcat.in/?p=1397</guid>
		<description><![CDATA[最近无聊人太多了,一直拿我的小博客来压力测试,所以不得不限制同一个IP的连接数,用iptables就可以简单设置了... &#160; iptables -I INPUT -p tcp --dport 80 -m connlimit --connlimit-above 10 -j DROP 限制单个地址并发连接数不大于10 暧味日志Linux命令tar压缩排除指定目录的方法 (0)Linux下替换文件名中的空格 (0)linux修改ssh端口和禁止root远程登陆设置 (5)使用WinSCP连接到Linux (3)在Linux系统centos 上安装7-ZIP (11)]]></description>
			<content:encoded><![CDATA[<p>最近无聊人太多了,一直拿我的小博客来压力测试,所以不得不限制同一个IP的连接数,用iptables就可以简单设置了...</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp; iptables -I INPUT -p tcp --dport 80 -m connlimit --connlimit-above 10 -j DROP</div></div>
<p>限制单个地址并发连接数不大于10</p>
<h2  class="related_post_title">暧味日志</h2><ul class="related_post"><li><a href="http://imcat.in/linux-tar-exclude/" title="Linux命令tar压缩排除指定目录的方法">Linux命令tar压缩排除指定目录的方法</a> (0)</li><li><a href="http://imcat.in/linux-replace-the-file-name-space/" title="Linux下替换文件名中的空格">Linux下替换文件名中的空格</a> (0)</li><li><a href="http://imcat.in/linux-change-root-ssh-remote-login-port-and-set-against/" title="linux修改ssh端口和禁止root远程登陆设置">linux修改ssh端口和禁止root远程登陆设置</a> (5)</li><li><a href="http://imcat.in/use-winscp-connect-linux/" title="使用WinSCP连接到Linux">使用WinSCP连接到Linux</a> (3)</li><li><a href="http://imcat.in/linux-system-install-7-zip-centos/" title="在Linux系统centos 上安装7-ZIP">在Linux系统centos 上安装7-ZIP</a> (11)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imcat.in/iptables-limit-number-connections-same-ip/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress在Nginx中启用Apache的mod_rewrite</title>
		<link>http://imcat.in/wordpress-on-nginx-apache-mod_rewrite-enabled/</link>
		<comments>http://imcat.in/wordpress-on-nginx-apache-mod_rewrite-enabled/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 04:48:30 +0000</pubDate>
		<dc:creator>Cat.</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[Nginx]]></category>

		<guid isPermaLink="false">http://imcat.in/?p=1396</guid>
		<description><![CDATA[其实不是真的可以另到 Nginx 支持 Apache 的 mod_rewrite 的.因为如果你的web服务器是 Nginx ,那么你的 WordPress 就会提示你的服务器环境不支持 mod_rewrite 了,但实际上是支持的,例如安装了 WP Super Cache 这插件就有这样的提示了,现在我们只要添加一行代码就可以关闭这个提示,欺骗WordPress ,让它认为是支持 mod_rewrite 方法是在主题的 functions.php 文件添加下面的代码: add_filter('got_rewrite', 'nginx_has_rewrites'); function nginx_has_rewrites() { &#160; &#160; return true; } 另外,因为Nginx运行PHP是用PHP-FPM的,所以有时会导致WordPress认为php没有写权限,表现为无法自动升级,和升级插件等,下面这个代码可以修改这个错误. add_filter('filesystem_method', 'nginx_make_filesystem_direct'); function nginx_make_filesystem_direct() { &#160; &#160; return 'direct'; } 暧味日志WordPress的Nginx 301重定向 (3)关闭 WordPress 3.1 的管理工具条 (3)简单配置Nginx前端处理静态文件,LiteSpeed后端处理动态文件 (30)WordPress首页不显示某些分类的文章 (6)LNMP 一键安装包平滑升级 Nginx 到最新版本 [...]]]></description>
			<content:encoded><![CDATA[<p>其实不是真的可以另到 Nginx 支持 Apache 的 mod_rewrite 的.因为如果你的web服务器是 Nginx ,那么你的 WordPress 就会提示你的服务器环境不支持 mod_rewrite 了,但实际上是支持的,例如安装了 WP Super Cache 这插件就有这样的提示了,现在我们只要添加一行代码就可以关闭这个提示,欺骗WordPress ,让它认为是支持 mod_rewrite 方法是在主题的 functions.php 文件添加下面的代码:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">add_filter('got_rewrite', 'nginx_has_rewrites');<br />
function nginx_has_rewrites() {<br />
&nbsp; &nbsp; return true;<br />
}</div></div>
<p>另外,因为Nginx运行PHP是用PHP-FPM的,所以有时会导致WordPress认为php没有写权限,表现为无法自动升级,和升级插件等,下面这个代码可以修改这个错误.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">add_filter('filesystem_method', 'nginx_make_filesystem_direct');<br />
function nginx_make_filesystem_direct() {<br />
&nbsp; &nbsp; return 'direct';<br />
}</div></div>
<h2  class="related_post_title">暧味日志</h2><ul class="related_post"><li><a href="http://imcat.in/nginx-301-redirect-in-wordpress/" title="WordPress的Nginx 301重定向">WordPress的Nginx 301重定向</a> (3)</li><li><a href="http://imcat.in/close-wordpress-3-1-toolbar/" title="关闭 WordPress 3.1 的管理工具条">关闭 WordPress 3.1 的管理工具条</a> (3)</li><li><a href="http://imcat.in/simple-configuration-nginx-litespeed/" title="简单配置Nginx前端处理静态文件,LiteSpeed后端处理动态文件">简单配置Nginx前端处理静态文件,LiteSpeed后端处理动态文件</a> (30)</li><li><a href="http://imcat.in/wordpress-home-not-display-categories-articles/" title="WordPress首页不显示某些分类的文章">WordPress首页不显示某些分类的文章</a> (6)</li><li><a href="http://imcat.in/lnmp-installation-package-upgrade-latest-version-nginx/" title="LNMP 一键安装包平滑升级 Nginx 到最新版本">LNMP 一键安装包平滑升级 Nginx 到最新版本</a> (10)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imcat.in/wordpress-on-nginx-apache-mod_rewrite-enabled/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>关闭 WordPress 3.1 的管理工具条</title>
		<link>http://imcat.in/close-wordpress-3-1-toolbar/</link>
		<comments>http://imcat.in/close-wordpress-3-1-toolbar/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 04:33:40 +0000</pubDate>
		<dc:creator>Cat.</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress 3.1]]></category>
		<category><![CDATA[管理工具条]]></category>

		<guid isPermaLink="false">http://imcat.in/?p=1394</guid>
		<description><![CDATA[升级到 WordPress 3.1 ,感觉没有什么两样,唯一无法忍受的就是它的管理工具条.所以要干掉它.方法是在后台用户资料哪里选择隐藏它就OK了. 或者在主题的functions.php文件添加一行代码: add_filter( 'show_admin_bar', '__return_false' ); 这样那个管理工具条就消失了.. 暧味日志WordPress在Nginx中启用Apache的mod_rewrite (6)WordPress首页不显示某些分类的文章 (6)修改Google Sitemaps 支持 Wordress 3.0 (10)WordPress的Nginx 301重定向 (3)推荐WordPress插件 &#8211; WP Widget Cache (27)]]></description>
			<content:encoded><![CDATA[<p>升级到 WordPress 3.1 ,感觉没有什么两样,唯一无法忍受的就是它的管理工具条.所以要干掉它.方法是在后台用户资料哪里选择隐藏它就OK了.<br />
<img src="http://imcat.in/wp-content/uploads/2011/02/043341Cp0.png" alt="043341Cp0 关闭 WordPress 3.1 的管理工具条" width="588" height="286" title="关闭 WordPress 3.1 的管理工具条" /></p>
<p>或者在主题的functions.php文件添加一行代码:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">add_filter( 'show_admin_bar', '__return_false' );</div></div>
<p>这样那个管理工具条就消失了..</p>
<h2  class="related_post_title">暧味日志</h2><ul class="related_post"><li><a href="http://imcat.in/wordpress-on-nginx-apache-mod_rewrite-enabled/" title="WordPress在Nginx中启用Apache的mod_rewrite">WordPress在Nginx中启用Apache的mod_rewrite</a> (6)</li><li><a href="http://imcat.in/wordpress-home-not-display-categories-articles/" title="WordPress首页不显示某些分类的文章">WordPress首页不显示某些分类的文章</a> (6)</li><li><a href="http://imcat.in/google-sitemaps-support-wordpress/" title="修改Google Sitemaps 支持 Wordress 3.0">修改Google Sitemaps 支持 Wordress 3.0</a> (10)</li><li><a href="http://imcat.in/nginx-301-redirect-in-wordpress/" title="WordPress的Nginx 301重定向">WordPress的Nginx 301重定向</a> (3)</li><li><a href="http://imcat.in/recommended-wordpress-plugin-wp-widget-cache/" title="推荐WordPress插件 &#8211; WP Widget Cache">推荐WordPress插件 &#8211; WP Widget Cache</a> (27)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imcat.in/close-wordpress-3-1-toolbar/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Linux下替换文件名中的空格</title>
		<link>http://imcat.in/linux-replace-the-file-name-space/</link>
		<comments>http://imcat.in/linux-replace-the-file-name-space/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 03:16:01 +0000</pubDate>
		<dc:creator>Cat.</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://imcat.in/?p=1393</guid>
		<description><![CDATA[find . -type f -name &#34;* *&#34; -print &#124; while read name; do na=$(echo $name &#124; tr ' ' '_') if [[ $name != $na ]]; then mv &#34;$name&#34; $na fi done 暧味日志Linux命令tar压缩排除指定目录的方法 (0)iptables限制同一IP连接数 (3)linux修改ssh端口和禁止root远程登陆设置 (5)使用WinSCP连接到Linux (3)在Linux系统centos 上安装7-ZIP (11)]]></description>
			<content:encoded><![CDATA[<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">find . -type f -name &quot;* *&quot; -print |<br />
while read name; do<br />
na=$(echo $name | tr ' ' '_')<br />
if [[ $name != $na ]]; then<br />
mv &quot;$name&quot; $na<br />
fi<br />
done</div></div>
<h2  class="related_post_title">暧味日志</h2><ul class="related_post"><li><a href="http://imcat.in/linux-tar-exclude/" title="Linux命令tar压缩排除指定目录的方法">Linux命令tar压缩排除指定目录的方法</a> (0)</li><li><a href="http://imcat.in/iptables-limit-number-connections-same-ip/" title="iptables限制同一IP连接数">iptables限制同一IP连接数</a> (3)</li><li><a href="http://imcat.in/linux-change-root-ssh-remote-login-port-and-set-against/" title="linux修改ssh端口和禁止root远程登陆设置">linux修改ssh端口和禁止root远程登陆设置</a> (5)</li><li><a href="http://imcat.in/use-winscp-connect-linux/" title="使用WinSCP连接到Linux">使用WinSCP连接到Linux</a> (3)</li><li><a href="http://imcat.in/linux-system-install-7-zip-centos/" title="在Linux系统centos 上安装7-ZIP">在Linux系统centos 上安装7-ZIP</a> (11)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imcat.in/linux-replace-the-file-name-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>利用功夫网来防止来自中国的DDOS攻击</title>
		<link>http://imcat.in/how-to-use-gfw-to-stop-ddos-attacks-from-china/</link>
		<comments>http://imcat.in/how-to-use-gfw-to-stop-ddos-attacks-from-china/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 02:36:43 +0000</pubDate>
		<dc:creator>Cat.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[DDOS]]></category>
		<category><![CDATA[DDOS攻击]]></category>
		<category><![CDATA[功夫网]]></category>
		<category><![CDATA[攻击]]></category>

		<guid isPermaLink="false">http://imcat.in/?p=1392</guid>
		<description><![CDATA[功夫网终于有贡献了.. 不过可能会有副作用,就是连自己的网站都给功夫网封了... 下面是php代码.. &#60;?php &#160; if(strpos($_SERVER['REQUEST_URI'],'minghui') === false) { &#160; header('Location:'. $_SERVER['REQUEST_URI'] . '?minghui'); &#160; exit; &#160; } &#160; ?&#62; 演示:http://vii.im/gfw-test.php 随机日志只用一段代码就可以编辑任何网页 (2)情人节的一天 (1)Instantbird: 基于Mozilla的即时消息工具 (0)2007年中国网络十大笑话新闻大盘点 (0)WordPress 模板测试插件 &#8211; Theme Test Drive (0)]]></description>
			<content:encoded><![CDATA[<p>功夫网终于有贡献了..<br />
不过可能会有副作用,就是连自己的网站都给功夫网封了...<br />
下面是php代码..</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;?php &nbsp;<br />
if(strpos($_SERVER['REQUEST_URI'],'minghui') === false) { &nbsp;<br />
header('Location:'. $_SERVER['REQUEST_URI'] . '?minghui'); &nbsp;<br />
exit; &nbsp;<br />
} &nbsp;<br />
?&gt;</div></div>
<p>演示:http://vii.im/gfw-test.php</p>
<h2  class="related_post_title">随机日志</h2><ul class="related_post"><li><a href="http://imcat.in/flame-sexy-beauty/" title="性感的火焰美女">性感的火焰美女</a> (15)</li><li><a href="http://imcat.in/zhang-xiao-yu-new-album-sand-grass-download/" title="张筱雨新专集sand grass下载">张筱雨新专集sand grass下载</a> (1)</li><li><a href="http://imcat.in/the-best-use-nod32-ess-and-eav-upgrade-id-tools-eset-live/" title="最好用nod32、ess和eav升级ID工具 &#8211; ESET Live">最好用nod32、ess和eav升级ID工具 &#8211; ESET Live</a> (2)</li><li><a href="http://imcat.in/use-winscp-connect-linux/" title="使用WinSCP连接到Linux">使用WinSCP连接到Linux</a> (3)</li><li><a href="http://imcat.in/acdsee-pro-100238-english-version/" title="ACDSee Pro 10.0.238 简体中文版">ACDSee Pro 10.0.238 简体中文版</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imcat.in/how-to-use-gfw-to-stop-ddos-attacks-from-china/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>简单配置Nginx前端处理静态文件,LiteSpeed后端处理动态文件</title>
		<link>http://imcat.in/simple-configuration-nginx-litespeed/</link>
		<comments>http://imcat.in/simple-configuration-nginx-litespeed/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 14:47:01 +0000</pubDate>
		<dc:creator>Cat.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Litespeed]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Nginx前端]]></category>

		<guid isPermaLink="false">http://imcat.in/?p=1390</guid>
		<description><![CDATA[因为我用的LiteSpeed是免费版,连接数只有150的限制,虽然这150的链接也能应付日IP1W的 WordPress 的博客 ,但是网站的流量慢慢增加,不得不提准备,用Nginx 来跑静态文件,减少一些连接请求,何况用Nginx前端的话,负载能力都高点,速度应该也快点吧,所以,我又折腾起来了,然后做个简单记录,防止以后忘记啊,这个就不算什么教程了. 第一步,当然是安装LiteSpeed啦,请看这里:http://imcat.in/litespeed-mysql-php-install/ 然后就是安装Nginx了 wget -c http://catlnmp.googlecode.com/files/pcre-8.01.tar.gz tar zxvf pcre-8.01.tar.gz cd pcre-8.01/ ./configure make &#38;&#38; make install cd ../ wget -c http://nginx.org/download/nginx-0.8.53.tar.gz tar zxvf nginx-0.8.53.tar.gz cd nginx-0.8.53/ ./configure --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module make &#38;&#38; make install cd ../ 接着就是关键了,建立一个放网站配置文件的目录和创建配置文件: mkdir -p /usr/local/nginx/conf/servers rm -rf /usr/local/nginx/conf/nginx.conf vi /usr/local/nginx/conf/nginx.conf 内容为: user &#160;www [...]]]></description>
			<content:encoded><![CDATA[<p>因为我用的LiteSpeed是免费版,连接数只有150的限制,虽然这150的链接也能应付日IP1W的 WordPress 的博客 ,但是网站的流量慢慢增加,不得不提准备,用Nginx 来跑静态文件,减少一些连接请求,何况用Nginx前端的话,负载能力都高点,速度应该也快点吧,所以,我又折腾起来了,然后做个简单记录,防止以后忘记啊,这个就不算什么教程了.<br />
第一步,当然是安装LiteSpeed啦,请看这里:http://imcat.in/litespeed-mysql-php-install/</p>
<p>然后就是安装Nginx了</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">wget -c http://catlnmp.googlecode.com/files/pcre-8.01.tar.gz<br />
tar zxvf pcre-8.01.tar.gz<br />
cd pcre-8.01/<br />
./configure<br />
make &amp;&amp; make install<br />
cd ../</div></div>
<p><span id="more-1390"></span></p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">wget -c http://nginx.org/download/nginx-0.8.53.tar.gz<br />
tar zxvf nginx-0.8.53.tar.gz<br />
cd nginx-0.8.53/<br />
./configure --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module<br />
make &amp;&amp; make install<br />
cd ../</div></div>
<p>接着就是关键了,建立一个放网站配置文件的目录和创建配置文件:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">mkdir -p /usr/local/nginx/conf/servers<br />
rm -rf /usr/local/nginx/conf/nginx.conf<br />
vi /usr/local/nginx/conf/nginx.conf</div></div>
<p>内容为:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">user &nbsp;www www;<br />
worker_processes 1;<br />
error_log &nbsp;/usr/local/nginx/logs/nginx_error.log &nbsp;crit;<br />
pid &nbsp; &nbsp; &nbsp; &nbsp;/usr/local/nginx/nginx.pid;<br />
#Specifies the value for maximum file descriptors that can be opened by this process.<br />
worker_rlimit_nofile 1024;<br />
events<br />
&nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; use epoll;<br />
&nbsp; &nbsp; &nbsp; &nbsp; worker_connections 1024;<br />
&nbsp; &nbsp; }<br />
http<br />
&nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; include &nbsp; &nbsp; &nbsp; mime.types;<br />
&nbsp; &nbsp; &nbsp; &nbsp; default_type &nbsp;application/octet-stream;<br />
&nbsp; &nbsp; &nbsp; &nbsp; #charse &nbsp;gb2312;<br />
&nbsp; &nbsp; &nbsp; &nbsp; server_names_hash_bucket_size 128;<br />
&nbsp; &nbsp; &nbsp; &nbsp; client_header_buffer_size 128k;<br />
&nbsp; &nbsp; &nbsp; &nbsp; large_client_header_buffers 4 256k;<br />
&nbsp; &nbsp; &nbsp; &nbsp; client_max_body_size 16m;<br />
&nbsp; &nbsp; &nbsp; &nbsp; sendfile on;<br />
&nbsp; &nbsp; &nbsp; &nbsp; tcp_nopush &nbsp; &nbsp; on;<br />
&nbsp; &nbsp; &nbsp; &nbsp; keepalive_timeout 60;<br />
&nbsp; &nbsp; &nbsp; &nbsp; tcp_nodelay on;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; gzip on;<br />
&nbsp; &nbsp; &nbsp; &nbsp; gzip_min_length &nbsp;1k;<br />
&nbsp; &nbsp; &nbsp; &nbsp; gzip_buffers &nbsp; &nbsp; 4 16k;<br />
&nbsp; &nbsp; &nbsp; &nbsp; gzip_http_version 1.1;<br />
&nbsp; &nbsp; &nbsp; &nbsp; gzip_comp_level 9;<br />
&nbsp; &nbsp; &nbsp; &nbsp; gzip_types &nbsp; &nbsp; &nbsp; text/plain application/x-javascript text/css application/xml;<br />
&nbsp; &nbsp; &nbsp; &nbsp; gzip_vary on;<br />
&nbsp; &nbsp; &nbsp; &nbsp; output_buffers &nbsp; 4 32k;<br />
&nbsp; &nbsp; &nbsp; &nbsp; postpone_output &nbsp;1460;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; #limit_zone &nbsp;crawler &nbsp;$binary_remote_addr &nbsp;10m; <br />
&nbsp; &nbsp; &nbsp; &nbsp; include servers/*;<br />
}</div></div>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">vi /usr/local/nginx/conf/proxy.conf</div></div>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">proxy_redirect &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;off;<br />
proxy_set_header &nbsp; &nbsp; &nbsp; &nbsp;Host $host;<br />
proxy_set_header &nbsp; &nbsp; &nbsp; &nbsp;X-Real-IP $remote_addr;<br />
proxy_set_header &nbsp; &nbsp; &nbsp; &nbsp;X-Forwarded-For &nbsp; $proxy_add_x_forwarded_for;<br />
client_max_body_size &nbsp; &nbsp;50m;<br />
client_body_buffer_size 256k;<br />
proxy_connect_timeout &nbsp; 30;<br />
proxy_send_timeout &nbsp; &nbsp; &nbsp;30;<br />
proxy_read_timeout &nbsp; &nbsp; &nbsp;60;<br />
<br />
proxy_buffer_size &nbsp; &nbsp; &nbsp; 4k;<br />
proxy_buffers &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4 32k;<br />
proxy_busy_buffers_size 64k;<br />
proxy_temp_file_write_size 64k;<br />
proxy_next_upstream error timeout invalid_header http_500 http_503 http_404;<br />
proxy_max_temp_file_size 128m;<br />
<br />
#Nginx cache<br />
client_body_temp_path client_body 1 2;<br />
proxy_temp_path proxy_temp 1 2;<br />
<br />
#client_body_temp_path &nbsp; &nbsp; &nbsp;/tmpfs/client_body_temp 1 2;<br />
#proxy_temp_path &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/tmpfs/proxy_temp 1 2;<br />
#fastcgi_temp_path &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/tmpfs/fastcgi_temp 1 2;</div></div>
<p>最后就是站点配置文件:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">vi /usr/local/nginx/conf/servers/imcat.conf</div></div>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">server<br />
{<br />
listen &nbsp;80;<br />
server_name &nbsp; &nbsp;imcat.in www.imcat.in *.imcat.in;<br />
index index.html index.htm ;<br />
root &nbsp; &nbsp;/home/www/imcat/;<br />
include proxy.conf;<br />
<br />
location / {<br />
location ~ .*\.(php|php5)?$ {<br />
index index.php;<br />
root /home/www/imcat/;<br />
proxy_pass &nbsp; &nbsp;http://127.0.0.1:8080; &nbsp;#这里的IP是你的LiteSpeed在Listeners 设置的IP和端口,一定要相同<br />
}<br />
<br />
if ( !-e $request_filename) {<br />
proxy_pass &nbsp;http://127.0.0.1:8080; &nbsp;#这里的IP是你的LiteSpeed在Listeners 设置的IP和端口,一定要相同<br />
}<br />
<br />
<br />
location ~* \.(jpg|jpeg|gif|png|swf|htm|html)$ {<br />
if (-f $request_filename) {<br />
root /home/www/imcat/;<br />
expires &nbsp; &nbsp;30d;<br />
break;<br />
}<br />
}<br />
location ~* \.(js|css)$ {<br />
if (-f $request_filename) {<br />
root /home/www/imcat/;<br />
expires &nbsp; &nbsp;1d;<br />
break;<br />
}<br />
}<br />
}<br />
<br />
error_page &nbsp; 500 502 503 504 &nbsp;/50x.html;<br />
location = /50x.html {<br />
root &nbsp; html;<br />
}<br />
}</div></div>
<p>然后启动Nginx和LiteSpeed就OK了...<br />
所有东西我都是自己Google来的,所以一些错误我还不会解决的,欢迎大家来交流经验啊...</p>
<h2  class="related_post_title">暧味日志</h2><ul class="related_post"><li><a href="http://imcat.in/wordpress-on-nginx-apache-mod_rewrite-enabled/" title="WordPress在Nginx中启用Apache的mod_rewrite">WordPress在Nginx中启用Apache的mod_rewrite</a> (6)</li><li><a href="http://imcat.in/litespeed-mysql-php-install/" title="简单的llmp(Litespeed+mysql+php)安装教程">简单的llmp(Litespeed+mysql+php)安装教程</a> (17)</li><li><a href="http://imcat.in/lnmp-installation-package-upgrade-latest-version-nginx/" title="LNMP 一键安装包平滑升级 Nginx 到最新版本">LNMP 一键安装包平滑升级 Nginx 到最新版本</a> (10)</li><li><a href="http://imcat.in/nginx-wordpress-3-0-rewrite/" title="nginx 下的 wordpress 3.0 rewrite规则">nginx 下的 wordpress 3.0 rewrite规则</a> (13)</li><li><a href="http://imcat.in/nginx-wordpress-rewrite-wp-super-cache-rewrite/" title="nginx 的 wordpress rewrite 和WP Super Cache rewrite规则">nginx 的 wordpress rewrite 和WP Super Cache rewrite规则</a> (16)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imcat.in/simple-configuration-nginx-litespeed/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
	</channel>
</rss>

