summaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 072f7385722ef74130b3a6edeaf2120b68ab1439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This document has been superseded by the new documentation in the
docs/ 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
<IfModule mod_ssl.c>
LoadModule log_sql_ssl_module modules/mod_log_sql_ssl.so
</IfModule>
7&id=6cefab259d0b783b85df4518d0d48dab0e11389b'>Changes on the way to 1.19. This is probably going to be 1.19b1. Detail:1.19b1Gravatar Christopher Powell 2003-07-22 * Some minor additions / edits to the docs.Gravatar Christopher Powell 2003-03-27 * Removed message about insufficient info to log.1.18Gravatar Christopher Powell 2002-12-18 * Delayed inserts, includes, better table creation, renamed global vars,Gravatar Christopher Powell 2002-12-18 * Changes on route to 1.18 release (better table creation logic and workarounds...Gravatar Christopher Powell 2002-12-10 * 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.