mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-08 23:32:27 +03:00
Remove non-ASCII characters.
This commit is contained in:
@@ -617,16 +617,16 @@ SecAuditLogStorageDir logs/audit
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><literal moreinfo="none">A</literal> – audit log header
|
<para><literal moreinfo="none">A</literal> - audit log header
|
||||||
(mandatory)</para>
|
(mandatory)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><literal moreinfo="none">B</literal> – request headers</para>
|
<para><literal moreinfo="none">B</literal> - request headers</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<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
|
only if the request body exists and ModSecurity is configured to
|
||||||
intercept it)</para>
|
intercept it)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@@ -637,7 +637,7 @@ SecAuditLogStorageDir logs/audit
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<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
|
body (present only if ModSecurity is configured to intercept
|
||||||
response bodies, and if the audit log engine is configured to record
|
response bodies, and if the audit log engine is configured to record
|
||||||
it). Intermediary response body is the same as the actual response
|
it). Intermediary response body is the same as the actual response
|
||||||
@@ -648,13 +648,13 @@ SecAuditLogStorageDir logs/audit
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><literal moreinfo="none">F</literal> – final response headers
|
<para><literal moreinfo="none">F</literal> - final response headers
|
||||||
(excluding the Date and Server headers, which are always added by
|
(excluding the Date and Server headers, which are always added by
|
||||||
Apache in the late stage of content delivery).</para>
|
Apache in the late stage of content delivery).</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><literal moreinfo="none">G</literal> – RESERVED for the actual
|
<para><literal moreinfo="none">G</literal> - RESERVED for the actual
|
||||||
response body, not implemented yet.</para>
|
response body, not implemented yet.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@@ -681,7 +681,7 @@ SecAuditLogStorageDir logs/audit
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<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>
|
signifies the end of the entry (mandatory)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
@@ -1862,7 +1862,7 @@ SecRule REQUEST_HEADERS:Host "!^$" "deny,<emphasis role="bold">phase:1</emphasis
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>multipart/form-data – used for file transfers</para>
|
<para>multipart/form-data - used for file transfers</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@@ -3512,7 +3512,7 @@ SecRule REQUEST_URI "^/cgi-bin/script\.pl" \
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>1 – 99,999; reserved for local (internal) use. Use as you see
|
<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
|
fit but do not use this range for rules that are distributed to
|
||||||
others.</para>
|
others.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@@ -4666,4 +4666,4 @@ SecAction "pass,setvar:'tx.allowed_methods=get,post,head'"
|
|||||||
SecRule REQUEST_METHOD "!<emphasis role="bold">@within %{tx.allowed_methods}</emphasis>" t:lowercase,deny,status:403</programlisting>
|
SecRule REQUEST_METHOD "!<emphasis role="bold">@within %{tx.allowed_methods}</emphasis>" t:lowercase,deny,status:403</programlisting>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
|
Reference in New Issue
Block a user