<?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 - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布</title>
	<atom:link href="http://blog.licess.org/lnmp-v0-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.licess.org/lnmp-v0-3/</link>
	<description>关注VPS Linux Nginx MySQL PHP WEB开发 系统管理 服务器架构 Debian CentOS</description>
	<lastBuildDate>Wed, 01 Sep 2010 02:55:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>由：F2E</title>
		<link>http://blog.licess.org/lnmp-v0-3/comment-page-1/#comment-4609</link>
		<dc:creator>F2E</dc:creator>
		<pubDate>Sun, 06 Dec 2009 17:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.licess.cn/?p=666#comment-4609</guid>
		<description>提bug来了。

wordpress.conf 有些问题。

rewrite ^/(.+)$ /index.php?p=$1 last;
这句的问题。应该写为：
rewrite . /index.php last;

slicehost上有个更严谨的写法：
http://forum.slicehost.com/comments.php?DiscussionID=2087

PS：你的博客副标题在Firefox下错位了。</description>
		<content:encoded><![CDATA[<p>提bug来了。</p>
<p>wordpress.conf 有些问题。</p>
<p>rewrite ^/(.+)$ /index.php?p=$1 last;<br />
这句的问题。应该写为：<br />
rewrite . /index.php last;</p>
<p>slicehost上有个更严谨的写法：<br />
<a href="http://forum.slicehost.com/comments.php?DiscussionID=2087" rel="nofollow">http://forum.slicehost.com/comments.php?DiscussionID=2087</a></p>
<p>PS：你的博客副标题在Firefox下错位了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：an9</title>
		<link>http://blog.licess.org/lnmp-v0-3/comment-page-1/#comment-4593</link>
		<dc:creator>an9</dc:creator>
		<pubDate>Fri, 04 Dec 2009 14:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.licess.cn/?p=666#comment-4593</guid>
		<description>留个记号。</description>
		<content:encoded><![CDATA[<p>留个记号。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：sori</title>
		<link>http://blog.licess.org/lnmp-v0-3/comment-page-1/#comment-4520</link>
		<dc:creator>sori</dc:creator>
		<pubDate>Wed, 25 Nov 2009 04:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.licess.cn/?p=666#comment-4520</guid>
		<description>Hi, I have installed with lnmp 0.3, but no more change :(
on VMware 7.0 , centos 5.4 clean install, clean script install while no other modules installed

LNMP V0.3 for CentOS/RadHat Linux VPS  Written by Licess 
=========================================================================

For more information please visit http://blog.licess.cn/lnmp/

run nginx+php-cgi: /root/run.sh
default mysql root password:root
phpinfo test: http://domain.name/phpinfo.php
phpMyAdmin test: http://domain.name/phpmyadmin
Prober : http://domain.name/prober.php
The path of some dirs:
mysql dir:   /usr/local/mysql
php dir:     /usr/local/php
nginx dir:   /usr/local/nginx
web dir      /home/wwwroot

=========================================================================
You have mail in /var/spool/mail/root
[root@localhost lnmp0.3]# cd /root
[root@localhost ~]# ./run.sh
Starting php_fpm Failed loading /usr/local/zend/ZendOptimizer.so:  /usr/local/zend/ZendOptimizer.so: cannot restore segment prot after reloc: Permission denied
 done
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
[emerg]: still could not bind()</description>
		<content:encoded><![CDATA[<p>Hi, I have installed with lnmp 0.3, but no more change <img src='http://blog.licess.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
on VMware 7.0 , centos 5.4 clean install, clean script install while no other modules installed</p>
<p>LNMP V0.3 for CentOS/RadHat Linux VPS  Written by Licess<br />
=========================================================================</p>
<p>For more information please visit <a href="http://blog.licess.cn/lnmp/" rel="nofollow">http://blog.licess.cn/lnmp/</a></p>
<p>run nginx+php-cgi: /root/run.sh<br />
default mysql root password:root<br />
phpinfo test: <a href="http://domain.name/phpinfo.php" rel="nofollow">http://domain.name/phpinfo.php</a><br />
phpMyAdmin test: <a href="http://domain.name/phpmyadmin" rel="nofollow">http://domain.name/phpmyadmin</a><br />
Prober : <a href="http://domain.name/prober.php" rel="nofollow">http://domain.name/prober.php</a><br />
The path of some dirs:<br />
mysql dir:   /usr/local/mysql<br />
php dir:     /usr/local/php<br />
nginx dir:   /usr/local/nginx<br />
web dir      /home/wwwroot</p>
<p>=========================================================================<br />
You have mail in /var/spool/mail/root<br />
[root@localhost lnmp0.3]# cd /root<br />
[root@localhost ~]# ./run.sh<br />
Starting php_fpm Failed loading /usr/local/zend/ZendOptimizer.so:  /usr/local/zend/ZendOptimizer.so: cannot restore segment prot after reloc: Permission denied<br />
 done<br />
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)<br />
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)<br />
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)<br />
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)<br />
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)<br />
[emerg]: still could not bind()</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：licess</title>
		<link>http://blog.licess.org/lnmp-v0-3/comment-page-1/#comment-4504</link>
		<dc:creator>licess</dc:creator>
		<pubDate>Sun, 22 Nov 2009 00:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.licess.cn/?p=666#comment-4504</guid>
		<description>This problem have been resolved.If you download lnmp before November 7 2009,please uninstall lnmp,and download again, then reinstall it.
OR
rm /usr/local/zend
vi /usr/local/php/php.in
then delete Zend Optimizer and save file.
if 64bit
wget -c http://soft.vpser.net/web/zend/ZendOptimizer-3.3.9-linux-glibc23-x86_64.tar.gz
tar zxvf ZendOptimizer-3.3.9-linux-glibc23-x86_64.tar.gz
mkdir -p /usr/local/zend/
cp ZendOptimizer-3.3.9-linux-glibc23-x86_64/data/5_2_x_comp/ZendOptimizer.so /usr/local/zend/
32bit:
wget -c http://soft.vpser.net/web/zend/ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz
tar zxvf ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz
mkdir -p /usr/local/zend/
cp ZendOptimizer-3.3.9-linux-glibc23-i386/data/5_2_x_comp/ZendOptimizer.so /usr/local/zend/

vi /usr/local/php/etc/php.ini
[Zend Optimizer]
zend_optimizer.optimization_level=1
zend_extension=”/usr/local/zend/ZendOptimizer.so”
if have any question,please leave a comment.
Thank you feedback.</description>
		<content:encoded><![CDATA[<p>This problem have been resolved.If you download lnmp before November 7 2009,please uninstall lnmp,and download again, then reinstall it.<br />
OR<br />
rm /usr/local/zend<br />
vi /usr/local/php/php.in<br />
then delete Zend Optimizer and save file.<br />
if 64bit<br />
wget -c <a href="http://soft.vpser.net/web/zend/ZendOptimizer-3.3.9-linux-glibc23-x86_64.tar.gz" rel="nofollow">http://soft.vpser.net/web/zend/ZendOptimizer-3.3.9-linux-glibc23-x86_64.tar.gz</a><br />
tar zxvf ZendOptimizer-3.3.9-linux-glibc23-x86_64.tar.gz<br />
mkdir -p /usr/local/zend/<br />
cp ZendOptimizer-3.3.9-linux-glibc23-x86_64/data/5_2_x_comp/ZendOptimizer.so /usr/local/zend/<br />
32bit:<br />
wget -c <a href="http://soft.vpser.net/web/zend/ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz" rel="nofollow">http://soft.vpser.net/web/zend/ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz</a><br />
tar zxvf ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz<br />
mkdir -p /usr/local/zend/<br />
cp ZendOptimizer-3.3.9-linux-glibc23-i386/data/5_2_x_comp/ZendOptimizer.so /usr/local/zend/</p>
<p>vi /usr/local/php/etc/php.ini<br />
[Zend Optimizer]<br />
zend_optimizer.optimization_level=1<br />
zend_extension=”/usr/local/zend/ZendOptimizer.so”<br />
if have any question,please leave a comment.<br />
Thank you feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：sori</title>
		<link>http://blog.licess.org/lnmp-v0-3/comment-page-1/#comment-4503</link>
		<dc:creator>sori</dc:creator>
		<pubDate>Sat, 21 Nov 2009 06:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.licess.cn/?p=666#comment-4503</guid>
		<description>hey, friends
i enc one problem, 
[root@localhost ~]# ./run.sh
Starting php_fpm Failed loading /usr/local/zend/ZendOptimizer.so:  /usr/local/zend/ZendOptimizer.so: cannot restore segment prot after reloc: Permission denied
 done
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)
[emerg]: still could not bind()

seem zend not install properly, right?
how can I solve this , thanks:P</description>
		<content:encoded><![CDATA[<p>hey, friends<br />
i enc one problem,<br />
[root@localhost ~]# ./run.sh<br />
Starting php_fpm Failed loading /usr/local/zend/ZendOptimizer.so:  /usr/local/zend/ZendOptimizer.so: cannot restore segment prot after reloc: Permission denied<br />
 done<br />
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)<br />
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)<br />
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)<br />
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)<br />
[emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)<br />
[emerg]: still could not bind()</p>
<p>seem zend not install properly, right?<br />
how can I solve this , thanks:P</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：小王的WP搬家完毕！ &#171; 小王的WP</title>
		<link>http://blog.licess.org/lnmp-v0-3/comment-page-1/#comment-4458</link>
		<dc:creator>小王的WP搬家完毕！ &#171; 小王的WP</dc:creator>
		<pubDate>Tue, 10 Nov 2009 15:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.licess.cn/?p=666#comment-4458</guid>
		<description>[...] 原来小王的WP一直放在猪头的服务器上，先感谢下猪头，现在搬到了新买的米国的VPS上。介绍下这个VPS，找一人代购burst.net的，详细配置页看这个https://www.burst.net/linvps.shtml，买的是第一款，36RMB，第一次通过SSH搞linux的VPS，从下载SSH软件开始，在公司系统管理员和百度的帮助下，折腾了好几天，装上了ngnix+mysql+php+vsftp环境，其中前3个是通过一个软件包搞定了，后者自己搞定，目前服务器状态比较稳定，因为只放了一个WP的博客，负载经常为0，服务器性能等以后再测，先贴上软件包的地址http://blog.licess.cn/lnmp-v0-3/，这个东西真不错。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 原来小王的WP一直放在猪头的服务器上，先感谢下猪头，现在搬到了新买的米国的VPS上。介绍下这个VPS，找一人代购burst.net的，详细配置页看这个https://www.burst.net/linvps.shtml，买的是第一款，36RMB，第一次通过SSH搞linux的VPS，从下载SSH软件开始，在公司系统管理员和百度的帮助下，折腾了好几天，装上了ngnix+mysql+php+vsftp环境，其中前3个是通过一个软件包搞定了，后者自己搞定，目前服务器状态比较稳定，因为只放了一个WP的博客，负载经常为0，服务器性能等以后再测，先贴上软件包的地址http://blog.licess.cn/lnmp-v0-3/，这个东西真不错。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Tweets that mention LNMP - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布 - Licess's Blog -- Topsy.com</title>
		<link>http://blog.licess.org/lnmp-v0-3/comment-page-1/#comment-4456</link>
		<dc:creator>Tweets that mention LNMP - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布 - Licess's Blog -- Topsy.com</dc:creator>
		<pubDate>Tue, 10 Nov 2009 06:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.licess.cn/?p=666#comment-4456</guid>
		<description>[...] This post was mentioned on Twitter by wyattfang, VPSer. VPSer said: LNMP – CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布 http://blog.licess.cn/lnmp-v0-3/ [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by wyattfang, VPSer. VPSer said: LNMP – CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布 <a href="http://blog.licess.cn/lnmp-v0-3/" rel="nofollow">http://blog.licess.cn/lnmp-v0-3/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
