-
Notifications
You must be signed in to change notification settings - Fork 292
ngx_http_modsecurity_module requires the ModSecurity library #15
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
Comments
Looks like I need to install modcesuriy library into /usr/local/modsecurity |
Hi @olekstumedia, Exactly, you need to install the libmodsecurity before proceed with nginx compilation. The ModSecurity library can be found at: |
The ones in Ubuntu repo will not work right? root@host:~/rebuildnginx/nginx-1.11.4# apt-cache search modsecurity |
For those who are building ModSecurity Library on Ubuntu this commands will be useful. I have not filter them and some packages just does not exists but finally I got everything installed 410 20160914 - 14:43:09 - apt-get install libtoolize autoreconf autoheader automake autoconf |
…urity from feature/SECURITYGW-708-response-custom-error_page to develop * commit '1759337c69ea63bfd38adff0b4326f863bc5acf9': Added workaround for correct working ModSecurity with custom error page
I am trying to build custom deb package with modsecurity and pagespeed but getting this error
Following this tutorial but with latest nginx and pagespeed modules versions
https://serversforhackers.com/compiling-third-party-modules-into-nginx
root@host:
/rebuildnginx# llxenial.debian.tar.xztotal 1084
drwxr-xr-x 5 root root 4096 Sep 14 14:20 ./
drwx------ 13 root root 4096 Sep 14 14:21 ../
drwxr-xr-x 4 root root 4096 Aug 22 16:20 modsecurity/
drwxr-xr-x 11 root root 4096 Sep 14 14:22 nginx-1.11.4/
-rw-r--r-- 1 root root 133672 Sep 13 12:47 nginx_1.11.4-1
-rw-r--r-- 1 root root 1843 Sep 13 12:47 nginx_1.11.4-1~xenial.dsc
-rw-r--r-- 1 root root 949793 Sep 13 12:46 nginx_1.11.4.orig.tar.gz
drwxr-xr-x 6 root root 4096 Sep 14 14:19 pagespeed/
The text was updated successfully, but these errors were encountered: