|
@@ -93,6 +93,27 @@ modparam("utils", "http_query_timeout", 2)
|
|
|
</programlisting>
|
|
|
</example>
|
|
|
</section>
|
|
|
+ <section id="utils.p.http_response_trim">
|
|
|
+ <title><varname>http_response_trim</varname> (int)</title>
|
|
|
+ <para>
|
|
|
+ Control if white space, tab and end of line characters should be
|
|
|
+ trimmed from leading and trailing parts of HTTP response.
|
|
|
+ </para>
|
|
|
+ <para>
|
|
|
+ <emphasis>
|
|
|
+ Default value is 0 (don't trim).
|
|
|
+ </emphasis>
|
|
|
+ </para>
|
|
|
+ <example>
|
|
|
+ <title>Set <varname>http_response_trim</varname> parameter</title>
|
|
|
+ <programlisting format="linespecific">
|
|
|
+...
|
|
|
+modparam("utils", "http_response_trim", 1)
|
|
|
+...
|
|
|
+ </programlisting>
|
|
|
+ </example>
|
|
|
+ </section>
|
|
|
+
|
|
|
<section id="utils.p.forward_active">
|
|
|
<title><varname>forward_active</varname> (int)</title>
|
|
|
<para>
|