<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>《LNMP-Linux下Nginx+MySQL+PHP+phpMyAdmin+eAcelerator一键安装包(2011年12月14日更新)》的评论</title>
	<atom:link href="http://blog.licess.org/lnmp/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.licess.org/lnmp/</link>
	<description>关注VPS Linux Nginx MySQL PHP WEB开发 系统管理 服务器架构 Debian CentOS</description>
	<lastBuildDate>Thu, 12 Jan 2012 08:00:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：licess</title>
		<link>http://blog.licess.org/lnmp/comment-page-3/#comment-13079</link>
		<dc:creator>licess</dc:creator>
		<pubDate>Sun, 18 Dec 2011 13:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.licess.cn/?p=414#comment-13079</guid>
		<description>@mike, 得看错误信息，是由什么原因引起的才能知道怎么解决</description>
		<content:encoded><![CDATA[<p>@mike, 得看错误信息，是由什么原因引起的才能知道怎么解决</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：mike</title>
		<link>http://blog.licess.org/lnmp/comment-page-3/#comment-13000</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sat, 17 Dec 2011 05:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.licess.cn/?p=414#comment-13000</guid>
		<description>@mike,  下面有说   &quot;把my.cnf里的skip-federated注释掉&quot;   我my.cnf 没有这行</description>
		<content:encoded><![CDATA[<p>@mike,  下面有说   "把my.cnf里的skip-federated注释掉"   我my.cnf 没有这行</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：mike</title>
		<link>http://blog.licess.org/lnmp/comment-page-3/#comment-12999</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sat, 17 Dec 2011 05:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.licess.cn/?p=414#comment-12999</guid>
		<description>Nginx is runing!
php-fpm is runing!
 ERROR! MySQL is not running, but lock exists
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address               Foreign Address             State
tcp        0      0 0.0.0.0:80                  0.0.0.0:*                   LISTEN     
tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN     
tcp        0      0 :::22                       :::*                        LISTEN     

试首开启 也不行
# service mysql restart
 ERROR! MySQL manager or server PID file could not be found!
Starting MySQL. ERROR! Manager of pid-file quit without updating file.</description>
		<content:encoded><![CDATA[<p>Nginx is runing!<br />
php-fpm is runing!<br />
 ERROR! MySQL is not running, but lock exists<br />
Active Internet connections (only servers)<br />
Proto Recv-Q Send-Q Local Address               Foreign Address             State<br />
tcp        0      0 0.0.0.0:80                  0.0.0.0:*                   LISTEN<br />
tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN<br />
tcp        0      0 :::22                       :::*                        LISTEN     </p>
<p>试首开启 也不行<br />
# service mysql restart<br />
 ERROR! MySQL manager or server PID file could not be found!<br />
Starting MySQL. ERROR! Manager of pid-file quit without updating file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：licess</title>
		<link>http://blog.licess.org/lnmp/comment-page-3/#comment-12807</link>
		<dc:creator>licess</dc:creator>
		<pubDate>Wed, 14 Dec 2011 02:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.licess.cn/?p=414#comment-12807</guid>
		<description>@o仔, nginx.pid只是记录nginx进程id的，/root/lnmp restart 是重启所有组件的，如果没有启动很可能是你配置文件有错误。</description>
		<content:encoded><![CDATA[<p>@o仔, nginx.pid只是记录nginx进程id的，/root/lnmp restart 是重启所有组件的，如果没有启动很可能是你配置文件有错误。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：o仔</title>
		<link>http://blog.licess.org/lnmp/comment-page-3/#comment-12451</link>
		<dc:creator>o仔</dc:creator>
		<pubDate>Thu, 08 Dec 2011 05:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.licess.cn/?p=414#comment-12451</guid>
		<description>军哥，在使用了一段时间以后，突然php无法打开了，/root/lnmp status 看了下状态，php没有启动，其它正常，使用/root/lnmp reload ，还是只有2个状态，如果使用了/root/lnmp restart 会导致整个网站都打不开，貌似是因为nginx.pid 丢失了，这种情况是怎么导致的，之前没有对整个系统操作过，突然就这样的。能怎么解决呢？麻烦能抽点时间回复一下，急</description>
		<content:encoded><![CDATA[<p>军哥，在使用了一段时间以后，突然php无法打开了，/root/lnmp status 看了下状态，php没有启动，其它正常，使用/root/lnmp reload ，还是只有2个状态，如果使用了/root/lnmp restart 会导致整个网站都打不开，貌似是因为nginx.pid 丢失了，这种情况是怎么导致的，之前没有对整个系统操作过，突然就这样的。能怎么解决呢？麻烦能抽点时间回复一下，急</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：lace front wigs</title>
		<link>http://blog.licess.org/lnmp/comment-page-3/#comment-9891</link>
		<dc:creator>lace front wigs</dc:creator>
		<pubDate>Mon, 22 Aug 2011 09:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.licess.cn/?p=414#comment-9891</guid>
		<description>不错啊，我在yardvps上安装了，花了一下午的时间，全自动安装，感谢lnmp~</description>
		<content:encoded><![CDATA[<p>不错啊，我在yardvps上安装了，花了一下午的时间，全自动安装，感谢lnmp~</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：snowwolf_dai</title>
		<link>http://blog.licess.org/lnmp/comment-page-3/#comment-9313</link>
		<dc:creator>snowwolf_dai</dc:creator>
		<pubDate>Sat, 18 Jun 2011 15:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.licess.cn/?p=414#comment-9313</guid>
		<description>@snowwolf_dai, ；哦 忘记说了 我连不了互联网</description>
		<content:encoded><![CDATA[<p>@snowwolf_dai, ；哦 忘记说了 我连不了互联网</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：snowwolf_dai</title>
		<link>http://blog.licess.org/lnmp/comment-page-3/#comment-9312</link>
		<dc:creator>snowwolf_dai</dc:creator>
		<pubDate>Sat, 18 Jun 2011 15:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.licess.cn/?p=414#comment-9312</guid>
		<description>我现在局域网内安装centos5.6下的lnmp0.7，请问安装一键安装包之前要安装哪些依赖包，和相关其他工作</description>
		<content:encoded><![CDATA[<p>我现在局域网内安装centos5.6下的lnmp0.7，请问安装一键安装包之前要安装哪些依赖包，和相关其他工作</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：sexiaoxiang</title>
		<link>http://blog.licess.org/lnmp/comment-page-3/#comment-9305</link>
		<dc:creator>sexiaoxiang</dc:creator>
		<pubDate>Fri, 17 Jun 2011 07:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.licess.cn/?p=414#comment-9305</guid>
		<description>有谁知道在这个一键安装包基础上 怎样安装godaddy SSL？有详细教程吗？我装了老是不成功，虽然重启nginx 提示是成功的，但加了443端口后，http和https网站都打不开了，用netstat -lntp 查了下80端口也不见了。</description>
		<content:encoded><![CDATA[<p>有谁知道在这个一键安装包基础上 怎样安装godaddy SSL？有详细教程吗？我装了老是不成功，虽然重启nginx 提示是成功的，但加了443端口后，http和https网站都打不开了，用netstat -lntp 查了下80端口也不见了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：嘉林</title>
		<link>http://blog.licess.org/lnmp/comment-page-3/#comment-8894</link>
		<dc:creator>嘉林</dc:creator>
		<pubDate>Mon, 04 Apr 2011 14:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.licess.cn/?p=414#comment-8894</guid>
		<description>刚开始是 Nginx  502 Bad Gateway，然后重启VPS后，发现网站打不开。重启LNMP，发现Nginx停止。Burst
怎么办呢？</description>
		<content:encoded><![CDATA[<p>刚开始是 Nginx  502 Bad Gateway，然后重启VPS后，发现网站打不开。重启LNMP，发现Nginx停止。Burst<br />
怎么办呢？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

