前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >nginx基础16

nginx基础16

作者头像
franket
发布2022-05-12 23:09:46
3070
发布2022-05-12 23:09:46
举报
文章被收录于专栏:技术杂记技术杂记

替换Nginx可执行文件

代码语言:javascript
复制
[root@h102 sbin]# ls
nginx
[root@h102 sbin]# mv nginx  nginx.old
[root@h102 sbin]# ls
nginx.old
[root@h102 sbin]# fuser nginx.old 
nginx.old:            5500e  5501e
[root@h102 sbin]# cp /usr/local/src/nginx-1.8.0/objs/nginx . 
[root@h102 sbin]# ls
nginx  nginx.old
[root@h102 sbin]# ./nginx -V 
nginx version: nginx/1.8.0
built by gcc 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC) 
configure arguments:
[root@h102 sbin]# 

本文系转载,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文系转载前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 替换Nginx可执行文件
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档