1000字范文,内容丰富有趣,学习的好帮手!
1000字范文 > 胡安·安东尼奥·萨马兰奇 centos nginx 163安装过程带waf

胡安·安东尼奥·萨马兰奇 centos nginx 163安装过程带waf

时间:2022-09-13 04:25:15

相关推荐

胡安·安东尼奥·萨马兰奇 centos nginx 163安装过程带waf

后端开发|php教程

胡安·安东尼奥·萨马兰奇

后端开发-php教程

wget /download/nginx-1.6.3.tar.gz

wget /download/nginx-1.8.1.tar.gz

wget /zlib-1.2.8.tar.gz

wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.38.tar.gz

wget /source/openssl-fips-2.0.12.tar.gz

tar -zxvf nginx-1.6.3.tar.gz

tar -zxvf zlib-1.2.8.tar.gz

tar -zxvf pcre-8.38.tar.gz

tar -zxvf openssl-fips-2.0.12.tar.gz

cd openssl-fips-2.0.10

./config

make

sudo make install

cd zlib-1.2.8

./configure

make

sudo make install

cd pcre-8.38

./configure

make

sudo make install

cd nginx-1.6.3

./configure –with-pcre=../pcre-8.38 –with-zlib=../zlib-1.2.8 –with-openssl=../openssl-fips-2.0.12

make

sudo make install

cd /usr/local/nginx/sbin

sudo ./nginx

—————————-

添加 naxsi模块

wget /nbs-system/naxsi/archive/master.zip

mv master.zip naxsi-master.zip

unzip naxsi-master.zip

在安装好的nginx/sbin/下执行 ./nginx -V 命令,可以查看到nginx的原有./configure 复制后并添加naxsi模块

添加:–add-module=../naxsi-master/naxsi_src

./configure –with-pcre=../pcre-8.38 –with-zlib=../zlib-1.2.8 –with-openssl=../openssl-fips-2.0.10 –add-module=../naxsi-master/naxsi_src

make

sudo make install

cp ~/naxsi-master/naxsi_config/naxsi_core.rules /usr/local/nginx/conf/

cd /usr/local/nginx/conf

vim mysite.rules

内容如下:

#————————

#LearningMode; #Enables learning mode

SecRulesEnabled;

#SecRulesDisabled;

DeniedUrl “/RequestDenied”;

## check rules

CheckRule “$SQL >= 8” BLOCK;

CheckRule “$RFI >= 8” BLOCK;

CheckRule “$TRAVERSAL >= 4” BLOCK;

CheckRule “$EVADE >= 4” BLOCK;

CheckRule “$XSS >= 8” BLOCK;

#—————————

vim nginx.conf

在http部分加入如下配置

include /usr/local/nginx/conf/naxsi_core.rules;

在 server的 location / {

#在这里面增加:

include /usr/local/nginx/conf/mysite.rules;

}

#增加:

location /RequestDenied {

return 403;

}

主要参考资料:

/centos-nginx-naxsi-install/

富贵电玩2 源码下载,ubuntu硬盘读写测试,爬虫软件哪些好用,php ssert,上海seo诚聘lzw

以上就介绍了胡安·安东尼奥·萨马兰奇 centos nginx 163安装过程带waf,包括了胡安·安东尼奥·萨马兰奇方面的内容,希望对PHP教学有兴趣的朋友有所帮助。

c fps源码,右键添加vscode,ubuntu 电影,tomcat挂网站,sqlite数据浏览器,迅雷插件源码,仿win10前端css框架,夏天屋里有各种爬虫吗,php类定义常量,北碚区seo优化材料,手机搞笑网站模板下载安装,html5网页播放器代码,帝国cms手机模板整站lzw

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。