zoukankan      html  css  js  c++  java
  • LNMP一键安装结果

    ============================== Check install ==============================
    Checking ...
    Nginx: OK
    MySQL: OK
    PHP: OK
    PHP-FPM: OK
    +------------------------------------------------------------------------+
    |          LNMP V1.2 for CentOS Linux Server, Written by Licess          |
    +------------------------------------------------------------------------+
    |         For more information please visit http://www.lnmp.org          |
    +------------------------------------------------------------------------+
    |    lnmp status manage: lnmp {start|stop|reload|restart|kill|status}    |
    +------------------------------------------------------------------------+
    |  phpMyAdmin: http://IP/phpmyadmin/                                     |
    |  phpinfo: http://IP/phpinfo.php                                        |
    |  Prober:  http://IP/p.php                                              |
    +------------------------------------------------------------------------+
    |  Add VirtualHost: lnmp vhost add                                       |
    +------------------------------------------------------------------------+
    |  Default directory: /home/wwwroot/default                              |
    +------------------------------------------------------------------------+
    |  MySQL/MariaDB root password: root                          |
    +------------------------------------------------------------------------+
    +-------------------------------------------+
    |    Manager for LNMP, Written by Licess    |
    +-------------------------------------------+
    |              http://lnmp.org              |
    +-------------------------------------------+
    nginx (pid 12891 12889) is running...
    php-fpm is runing!
     SUCCESS! MySQL running (13302)
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address               Foreign Address             State
    tcp        0      0 0.0.0.0:3306                0.0.0.0:*                   LISTEN
    tcp        0      0 0.0.0.0:80                  0.0.0.0:*                   LISTEN
    tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   LISTEN
    tcp        0      0 127.0.0.1:631               0.0.0.0:*                   LISTEN
    tcp        0      0 :::22                       :::*                        LISTEN
    tcp        0      0 ::1:631                     :::*                        LISTEN
    Install lnmp V1.2 completed! enjoy it.
    

      

  • 相关阅读:
    hdu 1269 迷宫城堡 (并查集)
    hdu 1272 小希的迷宫 (深搜)
    hdu 1026 Ignatius and the Princess I (深搜)
    hdu 1099 Lottery
    hdu 1068 Girls and Boys (二分匹配)
    几个基础数位DP(hdu 2089,hdu 3555,uestc 1307 windy 数)
    hdu 1072 Nightmare (广搜)
    hdu 1398 Square Coins (母函数)
    hdu 1253 胜利大逃亡 (深搜)
    hdu 1115 Lifting the Stone (求重心)
  • 原文地址:https://www.cnblogs.com/jiufen/p/5019761.html
Copyright © 2011-2022 走看看