From 0eb391e9f9e44f15c03f1d8d5414c806413f50fb Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sat, 17 Apr 2004 15:14:12 +0000 Subject: beginnings of postgresql driver integrated into autoconf removed log_error from apache20.h (aliased to ap_log_rerror) --- (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 033a3ff..38fb9bd 100644 --- a/INSTALL +++ b/INSTALL @@ -1,3 +1,20 @@ This document has been superseded by the new documentation in the Documentation/ directory. There you will find the docs in a variety of formats, including PostScript, plaintext, and HTML. + +Basic overview is.. + +./configure --with-apxs=/path/to/apxs --enable-ssl + +gmake + +gmake install + + +edit httpd.conf and add the following. + +LoadModule log_sql_module modules/mod_log_sql.so +LoadModule log_sql_mysql_module modules/mod_log_sql_mysql.so + +LoadModule log_sql_ssl_module modules/mod_log_sql_ssl.so + -- cgit v0.9.2