Open notjac opened 4 years ago
安装完OpenWaf后,使用它自带的nginx却无法启动nginx 提示说【warn】/etc/ngx_openwaf.conf中的pcre_jit on这一行有问题 【emery】/opt/openwaf/conf/twaf.api.conf中的stub_status on 有问题
是否之前安装过nginx?确保启动OpenWAF是新编译的nginx 不支持pcre_jit,请编译 pcre 时携带 --enable-jit 参数 stub_status 有问题,请编译 openresty 时携带 --with-http_stub_status_module 参数
安装完OpenWaf后,使用它自带的nginx却无法启动nginx 提示说【warn】/etc/ngx_openwaf.conf中的pcre_jit on这一行有问题 【emery】/opt/openwaf/conf/twaf.api.conf中的stub_status on 有问题