LNMP - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布
LNMP - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布
CentOS/RadHat版请到:http://blog.licess.cn/lnmp/
Debian/Ubuntu版请到:http://blog.licess.cn/lnmp-debian-ubuntu/
交流论坛:http://bbs.vpser.net/forum-25-1.html
VPS相关信息请到:http://www.vpser.net/
除非注明,本博客文章均为原创,转载请以链接形式标明本文地址
本文地址:http://blog.licess.org/lnmp-v0-3/
Trackback地址:http://blog.licess.org/lnmp-v0-3/trackback/


















提bug来了。
wordpress.conf 有些问题。
rewrite ^/(.+)$ /index.php?p=$1 last;
这句的问题。应该写为:
rewrite . /index.php last;
slicehost上有个更严谨的写法:
http://forum.slicehost.com/comments.php?DiscussionID=2087
PS:你的博客副标题在Firefox下错位了。
F2E @ 2009年12月7日 1:01 上午
留个记号。
an9 @ 2009年12月4日 10:13 下午
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()
sori @ 2009年11月25日 12:32 下午
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
licess Reply:
十一月 22nd, 2009 at 8:44 上午
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.
sori @ 2009年11月21日 2:52 下午
[...] 原来小王的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/,这个东西真不错。 [...]
小王的WP搬家完毕! « 小王的WP @ 2009年11月10日 11:50 下午
[...] 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/ [...]
Tweets that mention LNMP - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布 - Licess's Blog -- Topsy.com @ 2009年11月10日 2:01 下午