From 6d6d2e7ec7ee9020de39fdb1d9e3b11587bf8f79 Mon Sep 17 00:00:00 2001 From: dune73 Date: Wed, 19 Nov 2014 02:31:35 -0800 Subject: [PATCH] Additional infos about SecRemoteRulesFailAction (-> can be used to change the default behaviour or @ipMatchFromFile too) --- Reference Manual.mediawiki | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Reference Manual.mediawiki b/Reference Manual.mediawiki index b4ae8c9..c6ba510 100644 --- a/Reference Manual.mediawiki +++ b/Reference Manual.mediawiki @@ -1067,6 +1067,8 @@ The optional option "crypto" tells ModSecurity to expect some encrypted content The default action is to Abort whenever there is a problem downloading a given URL. +; Note : This directive also influences the behaviour of @ipMatchFromFile when used with a HTTPS URI to retrieve the remote file. + == SecRequestBodyAccess == '''Description''': Configures whether request bodies will be buffered and processed by ModSecurity. @@ -3804,6 +3806,8 @@ The file ips.txt may contain: ; Note : As of v2.9.0-RC1 this operator also supports to load content served by an HTTPS server. +; Note : When used with content served by a HTTPS server, the directive SecRemoteRulesFailAction can be used to configure a warning instead of an abort, when the remote content could not be retrieved. + == le == '''Description:''' Performs numerical comparison and returns true if the input value is less than or equal to the operator parameter. Macro expansion is performed on the parameter string before comparison.