summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL21
1 files changed, 3 insertions, 18 deletions
diff --git a/INSTALL b/INSTALL
index 072f738..3cc8a94 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,20 +1,5 @@
1$Id: INSTALL,v 1.1 2003/12/20 07:16:05 urkle Exp $
2
1This document has been superseded by the new documentation in the 3This document has been superseded by the new documentation in the
2docs/ directory. There you will find the docs in a variety of 4Documentation/ directory. There you will find the docs in a variety of
3formats, including PostScript, plaintext, and HTML. 5formats, including PostScript, plaintext, and HTML.
4
5Basic overview is..
6
7./configure --with-apxs=/path/to/apxs --enable-ssl
8
9gmake
10
11gmake install
12
13
14edit httpd.conf and add the following.
15
16LoadModule log_sql_module modules/mod_log_sql.so
17LoadModule log_sql_mysql_module modules/mod_log_sql_mysql.so
18<IfModule mod_ssl.c>
19LoadModule log_sql_ssl_module modules/mod_log_sql_ssl.so
20</IfModule>