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.

Josh Chaney
2014-08-25 01:05:45 -07:00
parent 98dd148a41
commit d42f5bb738

@@ -194,9 +194,8 @@ The first step in obtaining nginx server with built-in ModSecurity module is bui
=== Installation Steps ===
1 - Compile standalone module:
<pre>
~/mod_security$ ./configure --enable-standalone-module
~/mod_security$ ./configure --enable-standalone-module --disable-mlogc
~/mod_security$ make
~/mod_security$ sudo make install
</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: