summaryrefslogtreecommitdiffstatsabout
path: root/docs
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2005-01-11 21:01:35 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2005-01-11 21:01:35 (GMT)
commitdf24e310cd73194f7657569c959861f6ed871db1 (patch)
tree86e266e2a6edcd23b6a6f8642efeeeaf74561efe /docs
parentdad2278a454e09653e2bc66626a87e0a2177f253 (diff)
fixed docues for LogSQLRequestAccept
Added docs about new "V" log format
Diffstat (limited to 'docs')
-rw-r--r--docs/manual.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/manual.xml b/docs/manual.xml
index 267e9e0..4178dde 100644
--- a/docs/manual.xml
+++ b/docs/manual.xml
@@ -363,7 +363,7 @@ Enter password:</screen>
363 </listitem> 363 </listitem>
364 </orderedlist> 364 </orderedlist>
365 <para>This means that you can have a series of directives similar to the following:</para> 365 <para>This means that you can have a series of directives similar to the following:</para>
366 <programlisting>LogSQLRequestAccept *.html *.gif *.jpg 366 <programlisting>LogSQLRequestAccept .html .gif .jpg
367LogSQLRequestIgnore statistics.html bluedot.jpg</programlisting> 367LogSQLRequestIgnore statistics.html bluedot.jpg</programlisting>
368 <para>So the first line instructs the module to only log files with html, gif and jpg suffixes; requests for "formail.cgi" and "shopping-cart.pl" will never be considered for logging. ("LeftArrow.JPG" will also never be considered for logging -- remember, the comparison is case sensitive.) The second line prunes the list further -- you never want to log requests for those two objects.</para> 368 <para>So the first line instructs the module to only log files with html, gif and jpg suffixes; requests for "formail.cgi" and "shopping-cart.pl" will never be considered for logging. ("LeftArrow.JPG" will also never be considered for logging -- remember, the comparison is case sensitive.) The second line prunes the list further -- you never want to log requests for those two objects.</para>
369 <tip> 369 <tip>
@@ -1049,6 +1049,13 @@ where a.id=n.id and a.id='PPIDskBRH30AAGPtAsg';</screen>
1049 <entry>varchar(255)</entry> 1049 <entry>varchar(255)</entry>
1050 <entry>www.foobar.com</entry> 1050 <entry>www.foobar.com</entry>
1051 </row> 1051 </row>
1052 <row>
1053 <entry>V</entry>
1054 <entry>requested Virtual host name (mass virtualhosting)</entry>
1055 <entry>virtual_host</entry>
1056 <entry>varchar(255)</entry>
1057 <entry>www.foobar.org</entry>
1058 </row>
1052 </tbody> 1059 </tbody>
1053 </tgroup> 1060 </tgroup>
1054 </table> 1061 </table>