[Mod-security-developers] libmodsec error with nginx
Brought to you by:
victorhora,
zimmerletw
From: Phil D. <ux...@sp...> - 2016-01-07 20:03:44
|
Hello: have built nginx 1.9.9 with libmodsecurity but when I test my config am seeing: nginx: [emerg] unknown directive "ModSecurityEnabled" checking the nginx binary it appears to have been compiled correctly: (ngx01)# strings nginx | grep -i modsec libmodsecurity.so.3 /usr/local/modsecurity/lib configure arguments: --prefix=/etc/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 --user=nginx --group=nginx --add-module=./ngx_pagespeed-release-1.10.33.2-beta --add-module=./ModSecurity-nginx --with-http_ssl_module --with-http_v2_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-mail --with-mail_ssl_module --with-file-aio --with-ipv6 --with-cc-opt='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' modsecurity modsecurity_rules_file modsecurity_rules_remote modsecurity_rules ModSecurity-nginx v0.0.2-alpha Has a configuration option changed at all ? Thanks, Phil |