summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG3
-rw-r--r--Documentation/documentation.lyx27
-rw-r--r--mod_log_sql.c1
3 files changed, 4 insertions, 27 deletioGravatar Christopher Powell 2002-11-17 * Further changes to the documentation and how it is generated.Gravatar Christopher Powell 2002-11-15 * More documentation work on the way to final 1.17 release.Gravatar Christopher Powell 2002-11-14 * Monster changes en route to 1.17. Esp. with new documentation.Gravatar Christopher Powell 2002-11-14 * *** empty log message ***1.17pre2Gravatar Christopher Powell 2002-09-04 * Added notes logging capability. This is a commit prior to a lot of workGravatar Christopher Powell 2002-05-14 * Significant bugfixes and feature additions on the way to 1.16...Gravatar Christopher Powell 2002-04-21 * *** empty log message ***Gravatar Christopher Powell 2002-04-08 * *** empty log message ***1.14Gravatar Christopher Powell 2002-02-24 * Minor but significant updates to the instructions for apxs users.Gravatar Christopher Powell 2002-02-24 * Ported to mysql_real_connect, made a change for the mass-virtual-hosting1.13Gravatar Christopher Powell 2002-01-15 * Added a mysql_close mechanism to the child exit process to fix MySQLGravatar Christopher Powell 2001-12-07 * 'make distro' now copies textfiles to html directory for online perusal.Gravatar Christopher Powell 2001-12-03 * Big changes including reworked cookie code, new directives, SSL logging,Gravatar Christopher Powell 2001-12-03 * Initial revision1.09Gravatar Christopher Powell 2001-11-28
    class='add'>the location of your Apache header files, find using 'locate 679 httpd.h' 679 httpd.h' 680\layout Description 680\layout Description 681 681 682MYSQLLIBRARIES: The location of your MySQL libraries, find using 'locate 682MYSQLLIBRARIES: the location of your MySQL libraries, find using 'locate 683 libmysqlclient.so' 683 libmysqlclient.so' 684\layout Description 684\layout Description 685 685 686MYSQLHEADERS: The location of your MySQL header files, find using 'locate 686MYSQLHEADERS: the location of your MySQL header files, find using 'locate 687 mysql.h' 687 mysql.h' 688\end_deeper 688\end_deeper 689\layout Enumerate 689\layout Enumerate@@ -5862,27 +5862,6 @@ Why do I get the message 5862\begin_inset Quotes eld 5862\begin_inset Quotes eld 5863\end_inset 5863\end_inset 5864 5864 5865configuration info is insufficient to log 5866\begin_inset Quotes erd 5867\end_inset 5868 5869 in my Apache error log? 5870\layout Standard 5871 5872At a minimum, 5873\noun on 5874LogSQLTransferLogTable 5875\noun default 5876 must be defined for the module to even attempt logging. 5877 If this directive is not defined for the server (or virtual server) you 5878 will receive this error message. 5879 5880\layout Subsubsection 5881 5882Why do I get the message 5883\begin_inset Quotes eld 5884\end_inset 5885 5886insufficient configuration info to establish database link 5865insufficient configuration info to establish database link 5887\begin_inset Quotes erd 5866\begin_inset Quotes erd 5888\end_inset 5867\end_inset
    diff --git a/mod_log_sql.c b/mod_log_sql.c
    index d604e78..f02243e 100644
    --- a/mod_log_sql.c
    +++ b/mod_log_sql.c
    @@ -1366,7 +1366,6 @@ int log_sql_transaction(request_rec *orig) 1366 1366 1367 /* Do we have enough info to log? */ 1367 /* Do we have enough info to log? */ 1368 if (!cls->transfer_table_name) { 1368 if (!cls->transfer_table_name) { 1369 ap_log_error(APLOG_MARK,ERRLEVEL,orig->server,"mod_log_sql: configuration info is insufficient to log (hint: LogSQLTransferLogTable)"); 1370 return DECLINED; 1369 return DECLINED; 1371 } else { 1370 } else { 1372 const char *thehost; 1371 const char *thehost;