Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
notjac opened this issue Oct 14, 2020 · 1 comment
Open

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

notjac opened this issue Oct 14, 2020 · 1 comment

Comments

@notjac
Copy link

notjac commented Oct 14, 2020

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

@miracleqi
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants