小编nas*_*ome的帖子

使用NGINX的WAF owasp modsecurity crs中"尚不支持SecCollectionTimeout"

我用WAF安装nginx(使用Docker)

    mkdir -p /usr/src \
    && cd /usr/src/ \
    && git clone --depth 1 -b v3/master --single-branch https://github.com/SpiderLabs/ModSecurity \
    && cd ModSecurity \
    && git submodule init \
    && git submodule update \
    && ./build.sh \
    && ./configure \
    && make -j$(getconf _NPROCESSORS_ONLN) \
    && make install

    ... previous commands to install nginx from source...

    && cd /usr/src \
    && git clone --depth 1 https://github.com/SpiderLabs/ModSecurity-nginx.git \
    && cd /usr/src/nginx-$NGINX_VERSION \
    && ./configure --with-compat --add-dynamic-module=../ModSecurity-nginx \
    && make modules \
    && …
Run Code Online (Sandbox Code Playgroud)

nginx mod-security owasp server

7
推荐指数
1
解决办法
246
查看次数

标签 统计

mod-security ×1

nginx ×1

owasp ×1

server ×1