summaryrefslogtreecommitdiffstatsabout
path: root/docs
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-06-03 04:32:08 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-06-03 04:32:08 (GMT)
commit21122f1bb734aa00fc14564d801ea9dc4804c793 (patch)
tree3d4920b9a47a3528de8c4ac80c402853e9d14719 /docs
parentf73dc64cd6dba290a7e062520a421de2b02f82a4 (diff)
moved quoting of fields to DB driver
fixed segfault in the mysql escape string function DBi driver working with postgresql.
Diffstat (limited to 'docs')
-rw-r--r--docs/manual.xml23
1 files changed, 20 insertions, 3 deletions
diff --git a/docs/manual.xml b/docs/manual.xml
index 880bf03..267e9e0 100644
--- a/docs/manual.xml
+++ b/docs/manual.xml
@@ -707,6 +707,23 @@ where a.id=n.id and a.id='PPIDskBRH30AAGPtAsg';</screen>
707 </listitem> 707 </listitem>
708 </varlistentry> 708 </varlistentry>
709 <varlistentry> 709 <varlistentry>
710 <term>LogSQLDisablePreserve</term>
711 <listitem>
712 <cmdsynopsis>
713 <command>LogSQLDisablePreserve</command>
714 <arg choice="req">flag</arg>
715 </cmdsynopsis>
716 <simpara>Example: LogDisablePreserve On</simpara>
717 <simpara>Default: Off</simpara>
718 <simpara>Context; main server config</simpara>
719 <para>This option can be enabled to completely disable the preserve file fail back. This may be useful for servers where the file-system is read-only.</para>
720 <para>If the database is not available those log entries will be lost.</para>
721 <note>
722 <para>This is defined only once in the <filename moreinfo="none">httpd.conf</filename> file.</para>
723 </note>
724 </listitem>
725 </varlistentry>
726 <varlistentry>
710 <term>LogSQLMachineID</term> 727 <term>LogSQLMachineID</term>
711 <listitem> 728 <listitem>
712 <cmdsynopsis sepchar=" "> 729 <cmdsynopsis sepchar=" ">
@@ -1104,7 +1121,7 @@ where a.id=n.id and a.id='PPIDskBRH30AAGPtAsg';</screen>
1104 <listitem> 1121 <listitem>
1105 <cmdsynopsis sepchar=" "> 1122 <cmdsynopsis sepchar=" ">
1106 <command moreinfo="none">LogSQLRequestAccept</command> 1123 <command moreinfo="none">LogSQLRequestAccept</command>
1107 <arg choice="req" rep="repeat"><replaceable>hostname</replaceable></arg> 1124 <arg choice="req" rep="repeat"><replaceable>substring</replaceable></arg>
1108 </cmdsynopsis> 1125 </cmdsynopsis>
1109 <simpara>Example: LogSQLRequestAccept .html .php .jpg</simpara> 1126 <simpara>Example: LogSQLRequestAccept .html .php .jpg</simpara>
1110 <simpara>Default: if not specified, all requests are 'accepted'</simpara> 1127 <simpara>Default: if not specified, all requests are 'accepted'</simpara>
@@ -1121,7 +1138,7 @@ where a.id=n.id and a.id='PPIDskBRH30AAGPtAsg';</screen>
1121 <listitem> 1138 <listitem>
1122 <cmdsynopsis sepchar=" "> 1139 <cmdsynopsis sepchar=" ">
1123 <command moreinfo="none">LogSQLRequestIgnore</command> 1140 <command moreinfo="none">LogSQLRequestIgnore</command>
1124 <arg choice="req" rep="repeat"><replaceable>hostname</replaceable></arg> 1141 <arg choice="req" rep="repeat"><replaceable>substring</replaceable></arg>
1125 </cmdsynopsis> 1142 </cmdsynopsis>
1126 <simpara>Example: LogSQLRequestIgnore root.exe cmd.exe default.ida favicon.ico</simpara> 1143 <simpara>Example: LogSQLRequestIgnore root.exe cmd.exe default.ida favicon.ico</simpara>
1127 <simpara>Context: virtual host</simpara> 1144 <simpara>Context: virtual host</simpara>
@@ -1578,7 +1595,7 @@ ErrorLog /var/log/httpd/server-messages </programlisting>
1578 API said: error 2013, Lost connection to MySQL server during query 1595 API said: error 2013, Lost connection to MySQL server during query
1579[Tue Nov 12 19:04:10 2002] [error] mod_log_sql: reconnect successful 1596[Tue Nov 12 19:04:10 2002] [error] mod_log_sql: reconnect successful
1580[Tue Nov 12 19:04:10 2002] [error] mod_log_sql: second attempt successful</screen> 1597[Tue Nov 12 19:04:10 2002] [error] mod_log_sql: second attempt successful</screen>
1581 <para>Reference: <ulink url="http://www.mysql.com/documentation/mysql/bychapter/manual_Problems.html#Gone_away">MySQL documentation</ulink></para> 1598 <para>Reference: <ulink url="http://dev.mysql.com/doc/mysql/en/Gone_away.html">MySQL documentation</ulink></para>
1582 </answer> 1599 </answer>
1583 </qandaentry> 1600 </qandaentry>
1584 <qandaentry> 1601 <qandaentry>