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

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 Mnginx-core                                 x86_64                         2:1.20.1-20.el9                           appstream                         570 knginx-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 Mnginx-core                                 x86_64                         2:1.20.1-20.el9                           appstream                         570 knginx-filesystem                           noarch                         2:1.20.1-20.el9                           appstream                         9.2 kTransaction Summary
=============================================================================================================================================================
Install  4 PackagesTotal 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 transactionPreparing        :                                                                                                                                     1/1Running scriptlet: nginx-filesystem-2:1.20.1-20.el9.noarch                                                                                             1/4Installing       : nginx-filesystem-2:1.20.1-20.el9.noarch                                                                                             1/4Installing       : nginx-core-2:1.20.1-20.el9.x86_64                                                                                                   2/4Installing       : centos-logos-httpd-90.8-1.el9.noarch                                                                                                3/4Installing       : nginx-2:1.20.1-20.el9.x86_64                                                                                                        4/4Running scriptlet: nginx-2:1.20.1-20.el9.x86_64                                                                                                        4/4Verifying        : centos-logos-httpd-90.8-1.el9.noarch                                                                                                1/4Verifying        : nginx-2:1.20.1-20.el9.x86_64                                                                                                        2/4Verifying        : nginx-core-2:1.20.1-20.el9.x86_64                                                                                                   3/4Verifying        : nginx-filesystem-2:1.20.1-20.el9.noarch                                                                                             4/4Installed: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.noarchComplete!

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.lryc.cn/news/451441.html

相关文章:

  • https访问报错:net::ERR_CERT_DATE_INVALLD
  • cat用来查看文件内容、合并文件,或者将文件内容输出到终端
  • 基于ssm大学生自主学习网站的设计与实现
  • C++基础补充(01)C++11基于范围的for循环
  • qt6 使用QPSQL
  • 【PostgreSQL】提高篇——公用表表达式(CTE)和窗口函数
  • 【min25筛】【CF2020F】Count Leaves
  • 【d57】【sql】1661. 每台机器的进程平均运行时间
  • ArcGIS共享数据的最佳方法(不丢可视化、标注等各类显示信息一样带)
  • 小程序this.getOpenerEventChannel()当前页面与navigateTo页面之间数据通信
  • 调用飞书接口导入供应商bug
  • 《深度学习》OpenCV 角点检测、特征提取SIFT 原理及案例解析
  • golang grpc初体验
  • 基于小程序+Vue + Spring Boot的进销存库存出库入库统计分析管理系统
  • 【数据结构与算法】时间复杂度和空间复杂度例题
  • 停止模式下USART为什么可以唤醒MCU?
  • Web安全 - 路径穿越(Path Traversal)
  • JSR303微服务校验
  • 56. QTreeWidget的基本使用
  • 领域偏移:协变量移位下的域自适应
  • 前端开发技术框架选型
  • /etc/init.d/mysql
  • Qt_线程介绍与使用
  • 通讯方面的数据,人工智能 机器学习的时候,因为数字都接近于一,数据归一化的一种方法,做了一个简化版本的Z-score标准化
  • python itertools模块介绍
  • 【分布式微服务云原生】5分钟深入剖析Kafka:Leader与Follower分区的秘密及负载均衡的艺术
  • 在线代码编辑器
  • 深入了解 MPlayer:Linux 系统中的多功能多媒体播放器
  • Netty系列-7 Netty编解码器
  • OpenHarmony标准系统上实现对rk系列芯片NPU的支持(npu使用)