mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-10 02:04:36 +03:00
Remove non-ASCII chars.
This commit is contained in:
@@ -617,17 +617,17 @@ 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
|
<para><literal moreinfo="none">B</literal> - request
|
||||||
headers</para>
|
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>
|
||||||
@@ -638,7 +638,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
|
||||||
@@ -649,13 +649,13 @@ SecAuditLogStorageDir logs/audit
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<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
|
headers (excluding the Date and Server headers, which are always
|
||||||
added by Apache in the late stage of content delivery).</para>
|
added by Apache in the late stage of content delivery).</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<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>
|
actual response body, not implemented yet.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@@ -682,7 +682,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>
|
||||||
@@ -1758,7 +1758,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>
|
||||||
@@ -3276,7 +3276,7 @@ SecRule REQUEST_URI "^/cgi-bin/script\.pl" \
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<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
|
see fit but do not use this range for rules that are distributed to
|
||||||
others.</para>
|
others.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@@ -4243,4 +4243,4 @@ SecRule XML "<emphasis role="bold">@validateSchema /path/to/apache2/conf/xml.xsd
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
Reference in New Issue
Block a user