You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: