titansec / OpenWAF

Web security protection system based on openresty
Apache License 2.0
756 stars 241 forks source link

nginx启动没有pcre jit的支持 #31

Open notjac opened 4 years ago

notjac commented 4 years ago

安装完OpenWaf后,使用它自带的nginx却无法启动nginx 提示说【warn】/etc/ngx_openwaf.conf中的pcre_jit on这一行有问题 【emery】/opt/openwaf/conf/twaf.api.conf中的stub_status on 有问题

miracleqi commented 4 years ago

是否之前安装过nginx?确保启动OpenWAF是新编译的nginx 不支持pcre_jit,请编译 pcre 时携带 --enable-jit 参数 stub_status 有问题,请编译 openresty 时携带 --with-http_stub_status_module 参数