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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: