mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-09 17:54:37 +03:00
Retag 2.1.2 with minor doc changes.
This commit is contained in:
@@ -617,17 +617,17 @@ SecAuditLogStorageDir logs/audit
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><literal moreinfo="none">A</literal> â audit log header
|
||||
<para><literal moreinfo="none">A</literal> - audit log header
|
||||
(mandatory)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><literal moreinfo="none">B</literal> â request
|
||||
<para><literal moreinfo="none">B</literal> - request
|
||||
headers</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><literal moreinfo="none">C</literal> â request body (present
|
||||
<para><literal moreinfo="none">C</literal> - request body (present
|
||||
only if the request body exists and ModSecurity is configured to
|
||||
intercept it)</para>
|
||||
</listitem>
|
||||
@@ -638,7 +638,7 @@ SecAuditLogStorageDir logs/audit
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><literal moreinfo="none">E</literal> â intermediary response
|
||||
<para><literal moreinfo="none">E</literal> - intermediary response
|
||||
body (present only if ModSecurity is configured to intercept
|
||||
response bodies, and if the audit log engine is configured to record
|
||||
it). Intermediary response body is the same as the actual response
|
||||
@@ -649,13 +649,13 @@ SecAuditLogStorageDir logs/audit
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><literal moreinfo="none">F</literal> â final response
|
||||
<para><literal moreinfo="none">F</literal> - final response
|
||||
headers (excluding the Date and Server headers, which are always
|
||||
added by Apache in the late stage of content delivery).</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><literal moreinfo="none">G</literal> â RESERVED for the
|
||||
<para><literal moreinfo="none">G</literal> - RESERVED for the
|
||||
actual response body, not implemented yet.</para>
|
||||
</listitem>
|
||||
|
||||
@@ -682,7 +682,7 @@ SecAuditLogStorageDir logs/audit
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><literal moreinfo="none">Z</literal> â final boundary,
|
||||
<para><literal moreinfo="none">Z</literal> - final boundary,
|
||||
signifies the end of the entry (mandatory)</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
@@ -1758,7 +1758,7 @@ SecRule REQUEST_HEADERS:Host "!^$" "deny,<emphasis role="bold">phase:1</emphasis
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>multipart/form-data â used for file transfers</para>
|
||||
<para>multipart/form-data - used for file transfers</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
@@ -3276,7 +3276,7 @@ SecRule REQUEST_URI "^/cgi-bin/script\.pl" \
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>1 â 99,999; reserved for local (internal) use. Use as you
|
||||
<para>1-99,999; reserved for local (internal) use. Use as you
|
||||
see fit but do not use this range for rules that are distributed to
|
||||
others.</para>
|
||||
</listitem>
|
||||
@@ -4243,4 +4243,4 @@ SecRule XML "<emphasis role="bold">@validateSchema /path/to/apache2/conf/xml.xsd
|
||||
</itemizedlist>
|
||||
</section>
|
||||
</section>
|
||||
</article>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user