mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-16 08:27:10 +03:00
NGINX Install fixes: make install not necessary for mod_security part, added --disable-mlogc to configure or you will run into a lot of errors and it's not necessary for Nginx from what I have read.
@@ -194,9 +194,8 @@ The first step in obtaining nginx server with built-in ModSecurity module is bui
|
|||||||
=== Installation Steps ===
|
=== Installation Steps ===
|
||||||
1 - Compile standalone module:
|
1 - Compile standalone module:
|
||||||
<pre>
|
<pre>
|
||||||
~/mod_security$ ./configure --enable-standalone-module
|
~/mod_security$ ./configure --enable-standalone-module --disable-mlogc
|
||||||
~/mod_security$ make
|
~/mod_security$ make
|
||||||
~/mod_security$ sudo make install
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
2 - Once the standalone library is built successfully, one can follow with building the nginx server, following the steps from the nginx build tutorial:
|
2 - Once the standalone library is built successfully, one can follow with building the nginx server, following the steps from the nginx build tutorial:
|
||||||
|
|||||||
Reference in New Issue
Block a user