summaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 38fb9bd369c298c1090de918ae1f51b36d2c7bea (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
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
<IfModule mod_ssl.c>
LoadModule log_sql_ssl_module modules/mod_log_sql_ssl.so
</IfModule>
0547844a0d9109eb57a820e?s=13&d=retro' width='13' height='13' alt='Gravatar' /> Christopher Powell 2002-11-14 | * *** empty log message ***1.17pre2Gravatar Christopher Powell 2002-09-04 | * Lots of changes & bugfixes as requested on the list. Pre-1 of 1.17.1.17pre1Gravatar Christopher Powell 2002-06-27 | * More effort toward next release. Now include headers in/out.Gravatar Christopher Powell 2002-05-24 | * Further changes on the way to 1.17, big one was the segfault fix.Gravatar Christopher Powell 2002-05-16 | * Removed (TM)s.Gravatar Christopher Powell 2002-05-14 | * Added notes logging capability. This is a commit prior to a lot of workGravatar Christopher Powell 2002-05-14 | | | | | that will rename mod_log_mysql to mod_log_sql. * Moved the create_tables flag to the 'main server' and out of virtual-host1.16Gravatar Christopher Powell 2002-04-23 | | | | | space. * Significant headway toward a releasable 1.16, passed ab testing and myGravatar Christopher Powell 2002-04-23 | | | | | own hand tests. Mods documented in CHANGELOG. * Significant bugfixes and feature additions on the way to 1.16...Gravatar Christopher Powell 2002-04-21 | * Fixed buglet with preserve file (needed semicolon) and updated README.1.15