We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I run the compilation in AWS-linux 2023 as in the readme:
$ ./build.sh $ ./configure $ make $ sudo make install
Now it seems to complete but after restarting the standard Nginx package, with "modsecurity on" added to config, I get:
nginx: [emerg] unknown directive "modsecurity" in (config file)
Is there a step missing to recompile all of Nginx or, enable the module I compiled?
The text was updated successfully, but these errors were encountered:
Hi @Luke-SF,
based on your information I assume you compiled the library (libmodsecurity3).
If you want to use that for your Nginx, you should compile the connector module too, and you need to enable that.
Here you can find information about compilation.
If you build the module as a dynamic module, you should load that with this line:
load_module modules/ngx_http_modsecurity_module.so;
Sorry, something went wrong.
No branches or pull requests
I run the compilation in AWS-linux 2023 as in the readme:
Now it seems to complete but after restarting the standard Nginx package, with "modsecurity on" added to config, I get:
nginx: [emerg] unknown directive "modsecurity" in (config file)
Is there a step missing to recompile all of Nginx or, enable the module I compiled?
The text was updated successfully, but these errors were encountered: