zoukankan      html  css  js  c++  java
  • 阿里云服务器配置清单

    2021年1月18日,购买阿里云服务器最低档,继续搭建:
    1、升级:yum upgrade;
    2、安装mysql8.0.23;
    3、安装java1.8.0_275;
    4、安装nodejs-v14.15.3;
    5、安装apache2.4.6-97:yum -y install httpd httpd-manual httpd-devel mod_ssl mod_perl mod_auth_mysql;

    6、安装.net5.0.102;

    7、安装php8.0.1;

    8、安装nginx1.16

    Welcome to Alibaba Cloud Elastic Compute Service !

    [root@vmcentos7 ~]# systemctl status mysqld
    ● mysqld.service - MySQL Server
    Loaded: loaded (/usr/lib/systemd/system/mysqld.service; enabled; vendor preset: disabled)
    Active: active (running) since Wed 2021-01-20 09:21:50 CST; 1min 4s ago
    Docs: man:mysqld(8)
    http://dev.mysql.com/doc/refman/en/using-systemd.html
    Process: 783 ExecStartPre=/usr/bin/mysqld_pre_systemd (code=exited, status=0/SUCCESS)
    Main PID: 1065 (mysqld)
    Status: "Server is operational"
    CGroup: /system.slice/mysqld.service
    └─1065 /usr/sbin/mysqld

    Jan 20 09:21:42 vmcentos7.aliyun systemd[1]: Starting MySQL Server...
    Jan 20 09:21:50 vmcentos7.aliyun systemd[1]: Started MySQL Server.
    [root@vmcentos7 ~]# systemctl status nginx
    ● nginx.service - The nginx HTTP and reverse proxy server
    Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; vendor preset: disabled)
    Active: active (running) since Wed 2021-01-20 09:21:43 CST; 1min 50s ago
    Process: 868 ExecStart=/usr/sbin/nginx (code=exited, status=0/SUCCESS)
    Process: 802 ExecStartPre=/usr/sbin/nginx -t (code=exited, status=0/SUCCESS)
    Process: 779 ExecStartPre=/usr/bin/rm -f /run/nginx.pid (code=exited, status=0/SUCCESS)
    Main PID: 896 (nginx)
    CGroup: /system.slice/nginx.service
    ├─896 nginx: master process /usr/sbin/nginx
    └─900 nginx: worker process

    Jan 20 09:21:42 vmcentos7.aliyun systemd[1]: Starting The nginx HTTP and reverse proxy server...
    Jan 20 09:21:42 vmcentos7.aliyun nginx[802]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
    Jan 20 09:21:42 vmcentos7.aliyun nginx[802]: nginx: configuration file /etc/nginx/nginx.conf test is successful
    Jan 20 09:21:43 vmcentos7.aliyun systemd[1]: Started The nginx HTTP and reverse proxy server.
    [root@vmcentos7 ~]# systemctl status httpd
    ● httpd.service - The Apache HTTP Server
    Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
    Active: active (running) since Wed 2021-01-20 09:21:43 CST; 1min 57s ago
    Docs: man:httpd(8)
    man:apachectl(8)
    Main PID: 785 (/usr/sbin/httpd)
    Status: "Total requests: 0; Current requests/sec: 0; Current traffic: 0 B/sec"
    CGroup: /system.slice/httpd.service
    ├─785 /usr/sbin/httpd -DFOREGROUND
    ├─957 /usr/sbin/httpd -DFOREGROUND
    ├─958 /usr/sbin/httpd -DFOREGROUND
    ├─964 /usr/sbin/httpd -DFOREGROUND
    ├─968 /usr/sbin/httpd -DFOREGROUND
    └─969 /usr/sbin/httpd -DFOREGROUND

    Jan 20 09:21:42 vmcentos7.aliyun systemd[1]: Starting The Apache HTTP Server...
    Jan 20 09:21:43 vmcentos7.aliyun httpd[785]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using vmcentos7.aliyun. Set the 'ServerName' directive globally to suppress this message
    Jan 20 09:21:43 vmcentos7.aliyun systemd[1]: Started The Apache HTTP Server.
    [root@vmcentos7 ~]# systemctl status php-fpm
    ● php-fpm.service - The PHP FastCGI Process Manager
    Loaded: loaded (/usr/lib/systemd/system/php-fpm.service; enabled; vendor preset: disabled)
    Active: active (running) since Wed 2021-01-20 09:21:43 CST; 2min 50s ago
    Main PID: 778 (php-fpm)
    Status: "Processes active: 0, idle: 5, Requests: 0, slow: 0, Traffic: 0req/sec"
    CGroup: /system.slice/php-fpm.service
    ├─778 php-fpm: master process (/etc/php-fpm.conf)
    ├─894 php-fpm: pool www
    ├─897 php-fpm: pool www
    ├─901 php-fpm: pool www
    ├─902 php-fpm: pool www
    └─904 php-fpm: pool www

    Jan 20 09:21:42 vmcentos7.aliyun systemd[1]: Starting The PHP FastCGI Process Manager...
    Jan 20 09:21:43 vmcentos7.aliyun systemd[1]: Started The PHP FastCGI Process Manager.

  • 相关阅读:
    [原创]手把手教你如何把二维码插件zxing加入到android和ios项目中
    解决通过Intent调用系统拍照程序,返回图片太小的问题[android] 【转】
    SVN Command
    取得ie 里面 自定义函数或者属性的集合 使用RuntimeObject()
    scrum 开发模型
    javascript AOP 实现,ajax回调函数使用比较方便
    印度英语的特点
    AspectJS
    java 打jar包 转
    XP 开发模式
  • 原文地址:https://www.cnblogs.com/xwhgr/p/14292907.html
Copyright © 2011-2022 走看看