diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual.xml | 9 |
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 |
367 | LogSQLRequestIgnore statistics.html bluedot.jpg</programlisting> | 367 | LogSQLRequestIgnore 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> |