From 21122f1bb734aa00fc14564d801ea9dc4804c793 Mon Sep 17 00:00:00 2001
From: Edward Rudd
Date: Thu, 3 Jun 2004 04:32:08 +0000
Subject: moved quoting of fields to DB driver fixed segfault in the mysql
escape string function DBi driver working with postgresql.
---
docs/manual.xml | 23 ++++++++++++++++++++---
1 file changed, 20 insertions(+), 3 deletions(-)
(limited to 'docs')
diff --git a/docs/manual.xml b/docs/manual.xml
index 880bf03..267e9e0 100644
--- a/docs/manual.xml
+++ b/docs/manual.xml
@@ -706,6 +706,23 @@ where a.id=n.id and a.id='PPIDskBRH30AAGPtAsg';
+
+ LogSQLDisablePreserve
+
+
+ LogSQLDisablePreserve
+ flag
+
+ Example: LogDisablePreserve On
+ Default: Off
+ Context; main server config
+ 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.
+ If the database is not available those log entries will be lost.
+
+ This is defined only once in the httpd.conf file.
+
+
+
LogSQLMachineID
@@ -1104,7 +1121,7 @@ where a.id=n.id and a.id='PPIDskBRH30AAGPtAsg';
LogSQLRequestAccept
- hostname
+ substring
Example: LogSQLRequestAccept .html .php .jpg
Default: if not specified, all requests are 'accepted'
@@ -1121,7 +1138,7 @@ where a.id=n.id and a.id='PPIDskBRH30AAGPtAsg';
LogSQLRequestIgnore
- hostname
+ substring
Example: LogSQLRequestIgnore root.exe cmd.exe default.ida favicon.ico
Context: virtual host
@@ -1578,7 +1595,7 @@ ErrorLog /var/log/httpd/server-messages
API said: error 2013, Lost connection to MySQL server during query
[Tue Nov 12 19:04:10 2002] [error] mod_log_sql: reconnect successful
[Tue Nov 12 19:04:10 2002] [error] mod_log_sql: second attempt successful
- Reference: MySQL documentation
+ Reference: MySQL documentation
--
cgit