Closed
Description
Hello,
This is what I did :
I first compiled libmodsecurity in /usr/local/httpd-2.4.33 and edited the configure to find libmodsecurity
Here is my script
export LIBRARY_PATH=/usr/local/httpd-2.4.33/lib/
cd /somepath/ModSecurity-apache-master
./autogen.sh
./configure --with-apxs=/usr/local/httpd-2.4.33/bin/apxs --with-libmodsecurity=/usr/local/httpd-2.4.33
make -j4
make install
So now I can't find the module and I don't know how to install it with apache
Can you help please?