71765915 发表于 2017-2-20 18:33:48

NGXIN如何修复CVE-2016-2107漏洞?

OpenSSL已经升级,NGINX如何编译修复?


下载NGINX.1.10.2
解压进入目录
执行


./configure --prefix=/usr/local/nginx --user=www --group=www \
--with-http_stub_status_module --with-http_v2_module --with-http_ssl_module --with-ipv6 --with-http_gzip_static_module \
--with-http_realip_module --with-http_flv_module --with-pcre-jit --with-ld-opt='-ljemalloc' --with-http_mp4_module \
--with-http_gunzip_module --with-http_image_filter_module --with-http_addition_module \
--with-pcre=../pcre-8.38 --add-module=../ngx-fancyindex --add-module=../ngx_http_substitutions_filter_module --add-module=../ngx_http_google_filter_module
make -j $(awk'/processor/{i++}END{print i}'/proc/cpuinfo)&&make install&&cd
service nginx reload
报 make: *** No rule to make target `build', needed by `default'.Stop.   错误


怎么解决?求大神指点!!!


71765915 发表于 2017-2-20 19:29:17

OpenSSL 该升级了:lol

71765915 发表于 2017-2-21 19:20:23

方案一 :重新装系统升级openssl 然后在装BT   

方案二:升级openssl然后重新加其他版本的php和nginx删除现在用的版本

重新安装现在用的版本

然后在换回现在用的版本。

重装BT中。。。。。。。。。。。。

一会上结果!!!!

71765915 发表于 2017-2-22 04:08:28

弄到现在还是没成功,PHP里的版本还是1.0.1e:dizzy:

71765915 发表于 2017-2-26 13:20:20

感谢BT提供的升级插件,升级已经成功,BT真好
页: [1]
查看完整版本: NGXIN如何修复CVE-2016-2107漏洞?