LNMP - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布

2009年11月09日 22:12 | 作者:

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/

7 条评论

  1. 提bug来了。

    wordpress.conf 有些问题。

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

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

    PS:你的博客副标题在Firefox下错位了。

  2. 留个记号。

  3. 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()

  4. 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:

    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.

  5. [...] 原来小王的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/,这个东西真不错。 [...]

  6. [...] 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/ [...]

发表评论