From d42f5bb738de826fd76e550888b25dfeb0d11d7a Mon Sep 17 00:00:00 2001 From: Josh Chaney Date: Mon, 25 Aug 2014 01:05:45 -0700 Subject: [PATCH] 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. --- Reference-Manual.mediawiki | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Reference-Manual.mediawiki b/Reference-Manual.mediawiki index ce8366f..af4ba61 100644 --- a/Reference-Manual.mediawiki +++ b/Reference-Manual.mediawiki @@ -194,9 +194,8 @@ The first step in obtaining nginx server with built-in ModSecurity module is bui === Installation Steps === 1 - Compile standalone module:
-~/mod_security$ ./configure --enable-standalone-module
+~/mod_security$ ./configure --enable-standalone-module --disable-mlogc
 ~/mod_security$ make
-~/mod_security$ sudo make install
 
2 - Once the standalone library is built successfully, one can follow with building the nginx server, following the steps from the nginx build tutorial: