江山易改(shock_liu)_个人页

个人头像照片 江山易改(shock_liu)
个人头像照片
0
2
0

个人介绍

一个老码农,在golang/C的代码里面挖啊挖啊挖...

擅长的技术

  • C语言
  • Go
  • Python
  • 容器
  • Linux
  • 网络安全
  • 小程序
  • 架构师
  • 开发者
获得更多能力
通用技术能力:

暂时未有相关通用技术能力~

云产品技术能力:

暂时未有相关云产品技术能力~

阿里云技能认证

详细说明
暂无更多信息

2023年06月

正在加载, 请稍后...
暂无更多信息
  • 回答了问题 2023-06-09

    有大神在ACL3.0上升级到NGINX1.25的案例吗?

    我自己实贱了一下,基本步骤如下: 1.sudo dnf update 2.sudo yum -y install gcc automake autoconf libtool make wget 3.sudo yum -y install openssl openssl-devel 4.sudo yum -y install pcre pcre-devel 5.sudo yum -y install zlib zlib-devel 6.下载nginx1.25的源码并解压,进入目录 ./configure
    --prefix=/etc/nginx
    --user=nginx
    --group=nginx
    --sbin-path=/usr/sbin/nginx
    --conf-path=/etc/nginx/nginx.conf
    --error-log-path=/var/log/nginx/error.log
    --http-log-path=/var/log/nginx/access.log
    --pid-path=/var/run/nginx.pid
    --lock-path=/var/run/nginx.lock
    --http-client-body-temp-path=/var/cache/nginx/client_temp
    --http-proxy-temp-path=/var/cache/nginx/proxy_temp
    --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp
    --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp
    --http-scgi-temp-path=/var/cache/nginx/scgi_temp
    --with-file-aio
    --with-threads
    --with-http_addition_module
    --with-http_auth_request_module
    --with-http_dav_module
    --with-http_flv_module
    --with-http_gunzip_module
    --with-http_gzip_static_module
    --with-http_mp4_module
    --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_v3_module
    --with-mail
    --with-mail_ssl_module
    --with-stream
    --with-stream_realip_module
    --with-stream_ssl_module
    --with-stream_ssl_preread_module--with-stream_ssl_module
    --with-stream_ssl_preread_module 7.make 编译一切正常 8.备份nginx配置及执行文件 sudo make install 这个时候运行nginx -V就会发现版本已经升级 [root@daymele nginx]# nginx -V nginx version: nginx/1.25.0 built by gcc 10.2.1 20200825 (Alibaba 10.2.1-3.5 2.32) (GCC) built with OpenSSL 1.1.1k FIPS 25 Mar 2021 TLS SNI support enabled configure arguments: --prefix=/etc/nginx --user=nginx --group=nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --with-file-aio --with-threads --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_flv_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_mp4_module --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_v3_module --with-mail --with-mail_ssl_module --with-stream --with-stream_realip_module --with-stream_ssl_module --with-stream_ssl_preread_module

    踩0 评论0
  • 提交了问题 2023-06-08

    有大神在ACL3.0上升级到NGINX1.25的案例吗?

正在加载, 请稍后...
滑动查看更多
正在加载, 请稍后...
暂无更多信息