LNMP - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一鍵安裝包V0.3發布

LNMP - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一鍵安裝包V0.3發布

CentOS/RadHat版請到:http://www.fuxihongmi.com/lnmp/

Debian/Ubuntu版請到:http://www.fuxihongmi.com/lnmp-debian-ubuntu/

交流論壇:http://bbs.vpser.net/forum-25-1.html

VPS相關信息請到:https://www.vpser.net/

7 Responses to LNMP - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一鍵安裝包V0.3發布

  1. Pingback: Tweets that mention LNMP - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一鍵安裝包V0.3發布 - Licess's Blog -- Topsy.com

  2. Pingback: 小王的WP搬家完畢! « 小王的WP

  3. sori says:

    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.

  4. sori says:

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

  5. an9 says:

    留個記號。

  6. F2E says:

    提bug來了。

    wordpress.conf 有些問題。

    rewrite ^/(.+)$ /index.php?p=$1 last;
    這句的問題。應該寫為:
    rewrite . /index.php last;

    slicehost上有個更嚴謹的寫法:
    http://forum.slicehost.com/comments.php?DiscussionID=2087

    PS:你的博客副標題在Firefox下錯位了。

發表評論

(required)

This site uses Akismet to reduce spam. Learn how your comment data is processed.