From d4e1f13f5e2791ffc6b34dedba917092260acef4 Mon Sep 17 00:00:00 2001
From: martinhsv <55407942+martinhsv@users.noreply.github.com>
Date: Thu, 13 Jan 2022 18:09:17 -0500
Subject: [PATCH] Updated Reference Manual (v3.x) (mediawiki)
---
Reference-Manual-(v3.x).mediawiki | 52 +++----------------------------
1 file changed, 4 insertions(+), 48 deletions(-)
diff --git a/Reference-Manual-(v3.x).mediawiki b/Reference-Manual-(v3.x).mediawiki
index 91abc13..66cbd73 100644
--- a/Reference-Manual-(v3.x).mediawiki
+++ b/Reference-Manual-(v3.x).mediawiki
@@ -1278,46 +1278,10 @@ If SecStatusEngine directive is not present, it is disabled. If SecStatusEngine
== SecStreamInBodyInspection ==
-'''Description:''' Configures the ability to use stream inspection for inbound request data in a re-allocable buffer. For security reasons we are still buffering the stream.
-
-'''Syntax:''' SecStreamInBodyInspection On|Off
-
-'''Example Usage:''' SecStreamInBodyInspection On
-
-'''Scope:''' Any
-
-'''Version:''' 2.6.0-2.9.x
-
-'''Default:''' Off
-
-'''Supported on libModSecurity:''' No
-
-This feature enables the creation of the STREAM_INPUT_BODY variable and is useful for data modification or to match data in raw data for any content-types.
-
-; Note : This directive provides full access to REQUEST_BODY payload data. It does not include REQUEST_URI or REQUEST_HEADER data. Also it provides data to all kind of content types, different than REQUEST_BODY.
-
-; Note : This directive is NOT supported for libModSecurity (v3). Naturally, STREAM_INPUT_BODY is also NOT supported on libModSecurity.
-
-; Note : This directive may significantly impact file upload times. The impact depends on server resources and the nature of operations being performed on the request bodies being streamed in.
+'''Not supported in v3'''
== SecStreamOutBodyInspection ==
-'''Description:''' Configures the ability to use stream inspection for outbound request data in a re-allocable buffer. For security reasons we are still buffering the stream.
-
-'''Syntax:''' SecStreamOutBodyInspection On|Off
-
-'''Example Usage:''' SecStreamOutBodyInspection On
-
-'''Scope:''' Any
-
-'''Version:''' 2.6.0-2.9.x
-
-'''Supported on libModSecurity:''' TBD
-
-'''Default:''' Off
-
-This feature enables the creation of the STREAM_OUTPUT_BODY variable and is useful when you need to do data modification into response body.
-
-; Note : This directive provides access to RESPONSE_BODY payload data. It does not include RESPONSE_HEADER data.
+'''Not supported in v3'''
== SecTmpDir ==
'''Description:''' Configures the directory where temporary files will be created.
@@ -1818,18 +1782,10 @@ Contains the time, in microseconds, spent processing phase 2.
'''Supported on libModSecurity:''' TBI
== PERF_PHASE3 ==
-Contains the time, in microseconds, spent processing phase 3.
-
-'''Version:''' 2.6.0-2.9.x
-
-'''Supported on libModSecurity:''' TBI
+Not supported in v3
== PERF_PHASE4 ==
-Contains the time, in microseconds, spent processing phase 4.
-
-'''Version:''' 2.6.0-2.9.x
-
-'''Supported on libModSecurity:''' TBI
+Not supported in v3
== PERF_PHASE5 ==
Not supported in v3