From 90ccb953491061344aaac9400440690777b44c50 Mon Sep 17 00:00:00 2001 From: brenosilva Date: Fri, 22 Mar 2013 07:41:35 -0700 Subject: [PATCH] Updated Reference Manual (mediawiki) --- Reference-Manual.mediawiki | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Reference-Manual.mediawiki b/Reference-Manual.mediawiki index e0639fe..4798af1 100644 --- a/Reference-Manual.mediawiki +++ b/Reference-Manual.mediawiki @@ -174,6 +174,20 @@ You should now have ModSecurity 2.x up and running. #'''--enable-pcre-jit''' - Enables JIT support from pcre >= 8.20 that can improve regex performance. #'''--enable-lua-cache''' - Enables lua vm caching that can improve lua script performance. Difference just appears if ModSecurity must run more than one script per transaction. #'''--enable-request-early''' - On ModSecuricy 2.6 phase one has been moved to phase 2 hook, if you want to play around it use this option. +#'''--enable-htaccess-config''' - It will allow the follow directives to be used into .htaccess files when AllowOverride Options is set : +
+        - SecAction
+        - SecRule
+
+        - SecRuleRemoveByMsg
+        - SecRuleRemoveByTag
+        - SecRuleRemoveById
+
+        - SecRuleUpdateActionById
+        - SecRuleUpdateTargetById
+        - SecRuleUpdateTargetByTag
+        - SecRuleUpdateTargetByMsg
+
= Installation for NGINX = The extensibility model of the nginx server does not include dynamically loaded modules, thus ModSecurity must be compiled with the source code of the main server. Since nginx is available on multiple Unix-based platforms (and also on Windows), for now the recommended way of obtaining ModSecurity for nginx is compilation in the designated environment.