-
Notifications
You must be signed in to change notification settings - Fork 224
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
headers-more-nginx-module not compatible with nginx 1.19.1 #116
Comments
just tested with 1.19.5, works fine |
We also tested thoroughly against 1.19.3. |
I try to compile from master against nginx 1.19.6 and got the same error when do nginx -t
I built it using these commands
I compile on CentOS 7 and try to load it on nginx 1.19.6 mainline install from nginx official yum repo
Update: I can now fix it by pass ALL configure arguments: from nginx -V to configure command and add --add-dynamic-module=../headers-more-nginx-module as last argument, now nginx is able to load dynamic module
|
Works with 1.19.9 (dynamic) |
I've test it with 1.19.7 ~ 1.19.10 / 1.20 ~ 1.21 (dynamic) , if you use docker or ubuntu/debian, you can use pre-built modules directly. https://github.com/nginx-with-docker/ngx_http_headers_more_filter_module |
Hello All, Will this module work for the following version, |
sure, it works |
Please let us know whether the headers-more-nginx-module module is compatible with nginx 1.19.1.
It is given in the readme that it is supported upto the version 1.17.x.
I was trying to use it with 1.19.1 but is says.
module "/etc/nginx/modules/ngx_http_headers_more_filter_module.so" is not binary compatible in /etc/nginx/nginx.conf
bash-4.2# nginx -v
nginx version: nginx/1.19.1
bash-4.2#
The text was updated successfully, but these errors were encountered: