ModSecurity compile error on nginx
- by user146481
I'm trying to install ModSecurity on nginx with the following instructions :
wget https://github.com/SpiderLabs/ModSecurity/archive/master.zip
unzip master
cd ModSecurity-master
./autogen.sh
./configure --enable-standalone-module
And i got the following error :
Checking plataform... Identified as Linux
configure: looking for Apache module…