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

Latest version of nginx dockerimage does not run #309

Closed
ldomesjo opened this issue Dec 12, 2024 · 2 comments
Closed

Latest version of nginx dockerimage does not run #309

ldomesjo opened this issue Dec 12, 2024 · 2 comments

Comments

@ldomesjo
Copy link

The latest release seems to have broken the docker image, if you try to run:
docker run --rm -it owasp/modsecurity-crs:nginx you end up with the following error:

2024/12/12 07:37:12 [emerg] 1#1: dlopen() "/etc/nginx/modules/ngx_http_headers_more_filter_module.so" failed (/etc/nginx/modules/ngx_http_headers_more_filter_module.so: cannot open shared object file: No such file or directory) in /etc/nginx/nginx.conf:3
nginx: [emerg] dlopen() "/etc/nginx/modules/ngx_http_headers_more_filter_module.so" failed (/etc/nginx/modules/ngx_http_headers_more_filter_module.so: cannot open shared object file: No such file or directory) in /etc/nginx/nginx.conf:3

I see that line 3 was added with the latest release

@ldomesjo
Copy link
Author

Just realised you have already fixed this with this PR: #307
nicely done!

any chance of getting a new release? :)

@theseion
Copy link
Contributor

Sure. I'll trigger a new release now. It will take a while for the builds to complete though.

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