Remove non-ASCII chars.

This commit is contained in:
brectanus
2007-08-02 21:14:49 +00:00
parent 42edcab6ab
commit f02349263a

View File

@@ -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>