Updated Reference Manual (mediawiki)

brenosilva
2013-02-05 14:10:28 -08:00
parent 21760911d2
commit fcebbe937a

@@ -183,7 +183,8 @@ The first step in obtaining nginx server with built-in ModSecurity module is bui
1 - Compile standalone module: 1 - Compile standalone module:
<pre> <pre>
~/mod_security$ ./configure --enable-standalone-module ~/mod_security$ ./configure --enable-standalone-module
~/mod_security$ make && make install ~/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: