summaryrefslogtreecommitdiffstatsabout
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/manual.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual.xml b/docs/manual.xml
index 7c4aac8..53d6842 100644
--- a/docs/manual.xml
+++ b/docs/manual.xml
@@ -585,7 +585,7 @@ where a.id=n.id and a.id='PPIDskBRH30AAGPtAsg';</programlisting>
585 LogSQLWhichCookies bluecookie redcookie greencookie 585 LogSQLWhichCookies bluecookie redcookie greencookie
586 LogSQLWhichNotes mod_gzip_result mod_gzip_compression_ratio 586 LogSQLWhichNotes mod_gzip_result mod_gzip_compression_ratio
587 LogSQLWhichHeadersOut Expires Content-Type Cache-Control 587 LogSQLWhichHeadersOut Expires Content-Type Cache-Control
588 LogSQLWhichHeadersIn UserAgent Accept-Encoding Host 588 LogSQLWhichHeadersIn User-Agent Accept-Encoding Host
589 (snip) 589 (snip)
590&lt;/VirtualHost&gt;</programlisting> 590&lt;/VirtualHost&gt;</programlisting>
591 </listitem> 591 </listitem>
@@ -1216,7 +1216,7 @@ where a.id=n.id and a.id='PPIDskBRH30AAGPtAsg';</programlisting>
1216 <command>LogSQLWhichHeadersIn</command> 1216 <command>LogSQLWhichHeadersIn</command>
1217 <arg choice="req" rep="repeat"><replaceable>header-name</replaceable></arg> 1217 <arg choice="req" rep="repeat"><replaceable>header-name</replaceable></arg>
1218 </cmdsynopsis> 1218 </cmdsynopsis>
1219 <simpara>Example: LogSQLWhichHeadersIn UserAgent Accept-Encodeing Host</simpara> 1219 <simpara>Example: LogSQLWhichHeadersIn User-Agent Accept-Encoding Host</simpara>
1220 <simpara>Context: virtual host</simpara> 1220 <simpara>Context: virtual host</simpara>
1221 <para>Defines the list of inbound headers you would like logged. This works in conjunction with LogSQLHeadersInLogTable. This directive does not require any additional characters to be added to the LogSQLTransferLogFormat string. The feature is activated simply by including this directive, upon which you will begin populating the separate inbound-headers table with data.</para> 1221 <para>Defines the list of inbound headers you would like logged. This works in conjunction with LogSQLHeadersInLogTable. This directive does not require any additional characters to be added to the LogSQLTransferLogFormat string. The feature is activated simply by including this directive, upon which you will begin populating the separate inbound-headers table with data.</para>
1222 <para>Each string may contain a + or - prefix in a &lt;VirtualHost&gt; context and will cause those strings to be added (+) or removed (-) from the global configuration. Otherwise the global is completely ignored and overridden if defined in a &lt;VirtualHost&gt;</para> 1222 <para>Each string may contain a + or - prefix in a &lt;VirtualHost&gt; context and will cause those strings to be added (+) or removed (-) from the global configuration. Otherwise the global is completely ignored and overridden if defined in a &lt;VirtualHost&gt;</para>