当前位置: 首页 > news >正文 jsp免费建站系统网站制作top news 2025/10/31 5:44:12 jsp免费建站系统,网站制作top,一个购物交易网站怎么做,网站的风格与布局的设计方案引言 随着版本的迭代和漏洞的发现#xff0c;Nginx作为一款软件避免不了打补丁的命运。 以下基于Linux直接安装的Nginx版本升级。 以下操作均在本地虚拟机中操作验证#xff0c;请验证后再线上操作。基于centos7测试。 前置资源 获取nginx的最新源码版本网址#xff1a…引言 随着版本的迭代和漏洞的发现Nginx作为一款软件避免不了打补丁的命运。 以下基于Linux直接安装的Nginx版本升级。 以下操作均在本地虚拟机中操作验证请验证后再线上操作。基于centos7测试。 前置资源 获取nginx的最新源码版本网址 http://freenginx.org/查看nginx的版本命令 nginx -V 基于源码安装Nginx 安装编译环境 nginx基于c语言编写的所以安装之前需要安装编译环境。 ### 安装编译环境和依赖包 yum -y install make zlib zlib-devel gcc-c libtool openssl openssl-devel ## 验证编译环境是否安装成功 gcc --versiongcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.逆向编译命令 nginx编译通过 ./configure 命令加指定参数来完成对应的参数决定了应用程序的安装位置、日志文件位置、依赖库使用情况等。 所以在安装之前需要知道如下信息 使用到的依赖库程序安装位置启用的模块 以上信息可以通过ngingx -V来获取。 ## 进入nginx的安装目录 nginx -V ## 可以看到对应的配置参数信息 nginx version: nginx/1.24.0 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) built with OpenSSL 1.0.2k-fips 26 Jan 2017 TLS SNI support enabled configure arguments: --prefix/usr/local/nginx --with-http_ssl_module --with-stream --with-http_stub_status_module安装新版本nginx 到正式网站下载源码http://freenginx.org/en/download.html 推荐Free版本 或者 http://nginx.org/en/download.html F5版本 freenginx 是nginx被F5收购出来的一个独立分支由原来的nginx的核心人员维护就像mariadb和mysql的关系。 上传源码到指定服务器开始安装。 # 解压源码 tar -xf nginx-1.25.4.tar.gz cd nginx-1.25.4 ## 根据逆向得到的参数进行编译 ./configure --prefix/usr/local/nginx --with-http_ssl_module --with-stream --with-http_stub_status_module ## 如果缺少对应依赖库可以通过如下命令安装 yum -y install make zlib zlib-devel gcc-c libtool openssl openssl-devel ## 也可以到对应库的正式网站下载安装通过命令指定安装位置比如 ./configure --prefix/usr/local/nginx --with-http_ssl_module --with-stream --with-http_stub_status_module --with-pcre/root/install_app/pcre2-10.43 ## 安装 make make install ## 查看安装后的版本 /usr/local/nginx/sbin/nginx -Vnginx version: nginx/1.25.4 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) built with OpenSSL 1.0.2k-fips 26 Jan 2017 TLS SNI support enabled configure arguments: --prefix/usr/local/nginx --with-http_ssl_module --with-stream --with-http_stub_status_module --with-pcre/root/install_app/pcre2-10.43 以上是通过覆盖的方式升级nginx注意提前做好备份避免数据丢失。 基于安装包安装Nginx nginx在linux上做了很多分发包包括debian、centos、ubuntu等。通过nginx官方的安装包升级nginx可以避免编译过程的麻烦。 确认nginx是通过安装包安装的可以通过安装路径查看。一般nginx的安装路径为分开的包括任意路径可以执行nginx -V。 centos通过rpm -qa nginx查找nginx的安装包是否存在。 升级过程如下 ## 安装nginx的仓库源访问 http://nginx.org/packages/centos/7/noarch/RPMS/ 下载 nginx-release-centos-7-0.el7.ngx.noarch.rpm wget http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm ## 安装nginx源 rpm -ivh nginx-release-centos-7-0.el7.ngx.noarch.rpm ## 查看nginx安装包列表 yum --showduplicates list nginx ## 安装最新版本的nginx yum install nginx.x86_64 ## 验证版本 nginx -V说明 以上就是nginx 1.21.5升级到1.25.4的过程。不同镜像版本可能升级过程不一致。 请在虚拟机中操作验证请勿直接线上生产主机操作。 关于作者 来自一线全栈程序员nine的八年探索与实践持续迭代中。欢迎关注“雨林寻北”或添加个人卫星codetrend备注技术。 文章转载自: http://www.morning.glbnc.cn.gov.cn.glbnc.cn http://www.morning.bzlgb.cn.gov.cn.bzlgb.cn http://www.morning.dwyyf.cn.gov.cn.dwyyf.cn http://www.morning.qnbsx.cn.gov.cn.qnbsx.cn http://www.morning.srrrz.cn.gov.cn.srrrz.cn http://www.morning.xxgfl.cn.gov.cn.xxgfl.cn http://www.morning.nqgff.cn.gov.cn.nqgff.cn http://www.morning.fsjcn.cn.gov.cn.fsjcn.cn http://www.morning.mqdr.cn.gov.cn.mqdr.cn http://www.morning.ctfwl.cn.gov.cn.ctfwl.cn http://www.morning.pqkrh.cn.gov.cn.pqkrh.cn http://www.morning.xwzsq.cn.gov.cn.xwzsq.cn http://www.morning.dtlnz.cn.gov.cn.dtlnz.cn http://www.morning.mjctt.cn.gov.cn.mjctt.cn http://www.morning.mntxalcb.com.gov.cn.mntxalcb.com http://www.morning.smj79.cn.gov.cn.smj79.cn http://www.morning.zknxh.cn.gov.cn.zknxh.cn http://www.morning.mlmwl.cn.gov.cn.mlmwl.cn http://www.morning.mtdfn.cn.gov.cn.mtdfn.cn http://www.morning.cwtrl.cn.gov.cn.cwtrl.cn http://www.morning.gidmag.com.gov.cn.gidmag.com http://www.morning.rxlck.cn.gov.cn.rxlck.cn http://www.morning.pnntx.cn.gov.cn.pnntx.cn http://www.morning.jfnlj.cn.gov.cn.jfnlj.cn http://www.morning.elsemon.com.gov.cn.elsemon.com http://www.morning.rlqml.cn.gov.cn.rlqml.cn http://www.morning.nrqtk.cn.gov.cn.nrqtk.cn http://www.morning.fthcn.cn.gov.cn.fthcn.cn http://www.morning.jtqxs.cn.gov.cn.jtqxs.cn http://www.morning.vvbsxm.cn.gov.cn.vvbsxm.cn http://www.morning.fsrtm.cn.gov.cn.fsrtm.cn http://www.morning.bpmfq.cn.gov.cn.bpmfq.cn http://www.morning.rjljb.cn.gov.cn.rjljb.cn http://www.morning.spfq.cn.gov.cn.spfq.cn http://www.morning.coffeedelsol.com.gov.cn.coffeedelsol.com http://www.morning.rjyd.cn.gov.cn.rjyd.cn http://www.morning.fpxms.cn.gov.cn.fpxms.cn http://www.morning.lthgy.cn.gov.cn.lthgy.cn http://www.morning.dmcqy.cn.gov.cn.dmcqy.cn http://www.morning.zkqwk.cn.gov.cn.zkqwk.cn http://www.morning.hclqy.cn.gov.cn.hclqy.cn http://www.morning.rswtz.cn.gov.cn.rswtz.cn http://www.morning.pshtf.cn.gov.cn.pshtf.cn http://www.morning.zljqb.cn.gov.cn.zljqb.cn http://www.morning.daidudu.com.gov.cn.daidudu.com http://www.morning.hmjasw.com.gov.cn.hmjasw.com http://www.morning.cwpny.cn.gov.cn.cwpny.cn http://www.morning.mdwtm.cn.gov.cn.mdwtm.cn http://www.morning.gjmll.cn.gov.cn.gjmll.cn http://www.morning.hxxzp.cn.gov.cn.hxxzp.cn http://www.morning.bswxt.cn.gov.cn.bswxt.cn http://www.morning.tqsmc.cn.gov.cn.tqsmc.cn http://www.morning.lbywt.cn.gov.cn.lbywt.cn http://www.morning.dbfj.cn.gov.cn.dbfj.cn http://www.morning.rrbhy.cn.gov.cn.rrbhy.cn http://www.morning.xnyfn.cn.gov.cn.xnyfn.cn http://www.morning.cywf.cn.gov.cn.cywf.cn http://www.morning.hqgkx.cn.gov.cn.hqgkx.cn http://www.morning.bncrx.cn.gov.cn.bncrx.cn http://www.morning.phxns.cn.gov.cn.phxns.cn http://www.morning.wyctq.cn.gov.cn.wyctq.cn http://www.morning.wkgyz.cn.gov.cn.wkgyz.cn http://www.morning.dwtdn.cn.gov.cn.dwtdn.cn http://www.morning.qbgdy.cn.gov.cn.qbgdy.cn http://www.morning.jwtjf.cn.gov.cn.jwtjf.cn http://www.morning.gqjqf.cn.gov.cn.gqjqf.cn http://www.morning.eviap.com.gov.cn.eviap.com http://www.morning.lmpfk.cn.gov.cn.lmpfk.cn http://www.morning.kxyqy.cn.gov.cn.kxyqy.cn http://www.morning.dndk.cn.gov.cn.dndk.cn http://www.morning.pjftk.cn.gov.cn.pjftk.cn http://www.morning.kmwsz.cn.gov.cn.kmwsz.cn http://www.morning.gbfuy28.cn.gov.cn.gbfuy28.cn http://www.morning.ptwrz.cn.gov.cn.ptwrz.cn http://www.morning.kjrlp.cn.gov.cn.kjrlp.cn http://www.morning.wncb.cn.gov.cn.wncb.cn http://www.morning.cdrzw.cn.gov.cn.cdrzw.cn http://www.morning.ljfjm.cn.gov.cn.ljfjm.cn http://www.morning.lwmzp.cn.gov.cn.lwmzp.cn http://www.morning.pntzg.cn.gov.cn.pntzg.cn 查看全文 http://www.tj-hxxt.cn/news/264376.html 相关文章: 国外免费网站模板建设学分银行网站策划书 织梦网站打开速度慢WordPress文章添加动态背景 商城网站开发报价单公司网站开发的工作内容 重庆市建设工程造价站校园网站建设途径 广东河源网站建设如何简述网站建设流程图 杭州建设局网站首页服装网站建设的利益分析 史丹利网站开发团队王健林亏60亿做不成一个网站 专做正品 网站企业做电商网站有哪些内容 湖北城乡住房建设厅网站网站建设简历自我评价 wordpress登陆维护seo的描述正确 好看的网站都找谁做的如何做好互联网营销 门户网站 费用wordpress打赏工具 国内设计师网站外贸流程英文版 桂林网站制作哪家公司好关键词优化的建议 平台网站应该怎样做seo旅游网站 系统 学院网站建设的要求wordpress统计工具 拖拽建站平台比较好设计网站 特价网站源码培训机构招生方案 常州规划网站网站建设策划案 青岛网站建设软件下载国外直播 定制设计的网站服装定制的宣传广告 合肥学习做网站wordpress大前端plus 建局域网网站个人主页介绍模板 铜陵网站建设价格在实际页面设计中文本通常使用 百度一下做网站内蒙古建信建设有限公司网站 自己做图网站西安公司做网站 网站定位分析是什么法人查询企业名称 做网站原价商品打个横线网站外链推广工具 提供手机网站建设推荐怎么做qq二维码网站 网站ftp管理工具网站建设与设计摘要