LNMP - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布
CentOS/RadHat版请到:http://blog.licess.com/lnmp/
Debian/Ubuntu版请到:http://blog.licess.com/lnmp-debian-ubuntu/
交流论坛:http://bbs.vpser.net/forum-25-1.html
VPS相关信息请到:https://www.vpser.net/
LNMP - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布
CentOS/RadHat版请到:http://blog.licess.com/lnmp/
Debian/Ubuntu版请到:http://blog.licess.com/lnmp-debian-ubuntu/
交流论坛:http://bbs.vpser.net/forum-25-1.html
VPS相关信息请到:https://www.vpser.net/
Pingback: Tweets that mention LNMP - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布 - Licess's Blog -- Topsy.com
Pingback: 小王的WP搬家完毕! « 小王的WP
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.
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()
留个记号。
提bug来了。
wordpress.conf 有些问题。
rewrite ^/(.+)$ /index.php?p=$1 last;
这句的问题。应该写为:
rewrite . /index.php last;
slicehost上有个更严谨的写法:
http://forum.slicehost.com/comments.php?DiscussionID=2087
PS:你的博客副标题在Firefox下错位了。