新技术论坛
搜索
查看: 964|回复: 0
打印 上一主题 下一主题

nginx安全

[复制链接]
  • TA的每日心情
    开心
    2016-10-18 06:23
  • 签到天数: 72 天

    连续签到: 1 天

    [LV.6]常住居民II

    扫一扫,手机访问本帖
    楼主
    跳转到指定楼层
    发表于 2016-2-3 21:41:22 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    1.隐藏版本号和server信息

    [root@node1 nginx-1.8.0]# vim src/core/nginx.h

    #define NGINX_VERSION       ""

    #define NGINX_VER          "tingyun/" NGINX_VERSION

    #define NGINX_VAR          "tingyun"

    [root@node1 nginx-1.8.0]# vim src/http/ngx_http_header_filter_module.c

    static char ngx_http_server_string[] = "" CRLF;

    static char ngx_http_server_full_string[] = "" NGINX_VER CRLF;

    [root@node1 nginx-1.8.0]# vim src/http/ngx_http_special_response.c

    "<hr><center>tingyun</center>" CRLF

    [root@node1 nginx-1.8.0]# ./configure  --prefix=/usr/local/nginx-1.8.0  --with-file-aio  --with-poll_module  --with-pcre  --without-http_autoindex_module  --without-http_ssi_module  --without-mail_pop3_module  --without-mail_smtp_module  --without-mail_imap_module

    [root@node1 nginx-1.8.0]# make && make install




    2.下载安装modsecurity安全模块

    [root@node1 ~]# yum install libtool httpd-devel libevent libevent-devel library-devel -y

    [root@node1 ~]# tar xvf ModSecurity-2.9.0.tar.gz

    [root@node1 ModSecurity-2.9.0]# ./configure --enable-standalone-module --disable-mlogc

    [root@node1 ModSecurity-2.9.0]# make

    [root@node1 nginx-1.8.0]# ./configure  --prefix=/usr/local/nginx-1.8.0  --with-file-aio  --with-poll_module  --with-pcre  --without-http_autoindex_module  --without-http_ssi_module  --without-mail_pop3_module  --without-mail_smtp_module  --without-mail_imap_module --add-module=/root/ModSecurity-2.9.0/nginx/modsecurity/

    [root@node1 nginx-1.8.0]# make && make install




    本文出自 “一起走过的日子” 博客,请务必保留此出处http://tongcheng.blog.51cto.com/6214144/1718132
    高级模式
    B Color Image Link Quote Code Smilies

    本版积分规则

    手机版|Archiver|开发者俱乐部 ( ICP/ISP证:辽B-2-4-20110106号 IDC证:辽B-1-2-20070003号 )

    GMT+8, 2024-12-22 23:32 , Processed in 0.108518 second(s), 18 queries .

    X+ Open Developer Network (xodn.com)

    © 2009-2017 沈阳讯网网络科技有限公司

    快速回复 返回顶部 返回列表