Additional infos about SecRemoteRulesFailAction (-> can be used to change the default behaviour or @ipMatchFromFile too)

dune73
2014-11-19 02:31:35 -08:00
parent 2aeac397b2
commit 6d6d2e7ec7

@@ -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. 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 == == SecRequestBodyAccess ==
'''Description''': Configures whether request bodies will be buffered and processed by ModSecurity. '''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 : 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 == == 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. '''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.