当前位置: 首页 > article >正文

centos9 nginx 版本

centos9 安装

ssh -V
OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024

openssl version
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)

sudo yum install nginx

=============================================================================================================================================================
Installing:
 nginx                                      x86_64                         2:1.20.1-20.el9                           appstream                          36 k
Installing dependencies:
 centos-logos-httpd                         noarch                         90.8-1.el9                                appstream                         1.5 M
 nginx-core                                 x86_64                         2:1.20.1-20.el9                           appstream                         570 k
 nginx-filesystem                           noarch                         2:1.20.1-20.el9                           appstream                         9.2 k

11

[jack@localhost ~]$ sudo yum install nginx
Last metadata expiration check: 0:00:50 ago on Sun 29 Sep 2024 12:23:43 PM CST.
Dependencies resolved.
=============================================================================================================================================================
 Package                                    Architecture                   Version                                   Repository                         Size
=============================================================================================================================================================
Installing:
 nginx                                      x86_64                         2:1.20.1-20.el9                           appstream                          36 k
Installing dependencies:
 centos-logos-httpd                         noarch                         90.8-1.el9                                appstream                         1.5 M
 nginx-core                                 x86_64                         2:1.20.1-20.el9                           appstream                         570 k
 nginx-filesystem                           noarch                         2:1.20.1-20.el9                           appstream                         9.2 k

Transaction Summary
=============================================================================================================================================================
Install  4 Packages

Total download size: 2.1 M
Installed size: 4.3 M
Is this ok [y/N]: y
Downloading Packages:
(1/4): nginx-1.20.1-20.el9.x86_64.rpm                                                                                        379 kB/s |  36 kB     00:00
(2/4): nginx-filesystem-1.20.1-20.el9.noarch.rpm                                                                             348 kB/s | 9.2 kB     00:00
(3/4): nginx-core-1.20.1-20.el9.x86_64.rpm                                                                                   1.1 MB/s | 570 kB     00:00
(4/4): centos-logos-httpd-90.8-1.el9.noarch.rpm                                                                              1.9 MB/s | 1.5 MB     00:00
-------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                        1.7 MB/s | 2.1 MB     00:01
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                                     1/1
  Running scriptlet: nginx-filesystem-2:1.20.1-20.el9.noarch                                                                                             1/4
  Installing       : nginx-filesystem-2:1.20.1-20.el9.noarch                                                                                             1/4
  Installing       : nginx-core-2:1.20.1-20.el9.x86_64                                                                                                   2/4
  Installing       : centos-logos-httpd-90.8-1.el9.noarch                                                                                                3/4
  Installing       : nginx-2:1.20.1-20.el9.x86_64                                                                                                        4/4
  Running scriptlet: nginx-2:1.20.1-20.el9.x86_64                                                                                                        4/4
  Verifying        : centos-logos-httpd-90.8-1.el9.noarch                                                                                                1/4
  Verifying        : nginx-2:1.20.1-20.el9.x86_64                                                                                                        2/4
  Verifying        : nginx-core-2:1.20.1-20.el9.x86_64                                                                                                   3/4
  Verifying        : nginx-filesystem-2:1.20.1-20.el9.noarch                                                                                             4/4

Installed:
  centos-logos-httpd-90.8-1.el9.noarch     nginx-2:1.20.1-20.el9.x86_64     nginx-core-2:1.20.1-20.el9.x86_64     nginx-filesystem-2:1.20.1-20.el9.noarch

Complete!

22
nginx -V

nginx version: nginx/1.20.1
built by gcc 11.4.1 20231218 (Red Hat 11.4.1-3) (GCC)
built with OpenSSL 3.2.2 4 Jun 2024
TLS SNI support enabled
configure arguments: 
--prefix=/usr/share/nginx 
--sbin-path=/usr/sbin/nginx 
--modules-path=/usr/lib64/nginx/modules 
--conf-path=/etc/nginx/nginx.conf 
--error-log-path=/var/log/nginx/error.log 
--http-log-path=/var/log/nginx/access.log 
--http-client-body-temp-path=/var/lib/nginx/tmp/client_body 
--http-proxy-temp-path=/var/lib/nginx/tmp/proxy 
--http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi 
--http-uwsgi-temp-path=/var/lib/nginx/tmp/uwsgi 
--http-scgi-temp-path=/var/lib/nginx/tmp/scgi 
--pid-path=/run/nginx.pid 
--lock-path=/run/lock/subsys/nginx 
--user=nginx 
--group=nginx 
--with-compat 
--with-debug 
--with-file-aio 
--with-http_addition_module 
--with-http_auth_request_module 
--with-http_dav_module 
--with-http_degradation_module 
--with-http_flv_module 
--with-http_gunzip_module 
--with-http_gzip_static_module 
--with-http_image_filter_module=dynamic 
--with-http_mp4_module 
--with-http_perl_module=dynamic 
--with-http_random_index_module 
--with-http_realip_module 
--with-http_secure_link_module 
--with-http_slice_module 
--with-http_ssl_module 
--with-http_stub_status_module 
--with-http_sub_module 
--with-http_v2_module 
--with-http_xslt_module=dynamic 
--with-mail=dynamic 
--with-mail_ssl_module 
--with-pcre 
--with-pcre-jit 
--with-stream=dynamic 
--with-stream_ssl_module 
--with-stream_ssl_preread_module 
--with-threads 
--with-cc-opt='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' 
--with-ld-opt='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,-E'

33


http://www.kler.cn/a/325847.html

相关文章:

  • STM32串口——5个串口的使用方法
  • 递归(3)----力扣40组合数2,力扣473火柴拼正方形
  • 通用定时器---输出比较功能
  • 亿咖通科技应邀出席微软汽车行业智享会,分享ECARX AutoGPT全新实践
  • C++内存管理 - new/delete
  • “乐鑫组件注册表”简介
  • 深入解析Excel文件格式:.xls与.xlsx的差异与应用指南
  • 网络战时代的端点安全演变
  • HTML流光爱心
  • 【VUE】axios组件
  • 解决 Pandas 中的 XLRDError:处理 “Excel xlsx file; not supported” 错误
  • 知识产权的力量
  • 四十五、多云/混合云架构设计(多云监控平台与工具介绍)
  • 动态规划算法专题(一):斐波那契数列模型
  • 机器学习课程学习周报十四
  • 常见电脑品牌BIOS设置与进入启动项快捷键
  • 物理学基础精解【23】
  • golang学习笔记27-反射【重要】
  • C++ | Leetcode C++题解之第447题回旋镖的数量
  • 汽车EDI:Martinrea EDI 对接
  • 自动驾驶系统研发系列—智能驾驶守门员:详解DOW(开门预警)功能,开启更安全的驾驶体验
  • 字节C++抖音直播一面-面经总结
  • JAVA线程基础二——锁的概述之乐观锁与悲观锁
  • 【前端】ES12:ES12新特性
  • 【Python报错已解决】TypeError: ‘list‘ object is not callable
  • 探索AI新纪元:揭秘Mammoth库的神秘面纱