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>
ass='left'>DownloadAuthorAge 0.5.10commit 09bce31abf...Gravatar Dash Shendy 15 years 0.5.8commit c223258e7c...Gravatar Nikos Mavrogiannopoulos 15 years 0.5.7commit 47e0ccc66d...Gravatar Nikos Mavrogiannopoulos 15 years 0.5.6commit e272d2c01c...Gravatar Nokis Mavrogiannopoulos 16 years 0.5.4commit f30552add8...Gravatar Nokis Mavrogiannopoulos 17 years 0.5.3commit 5353b12db4...Gravatar Nokis Mavrogiannopoulos 17 years 0.5.2commit b31b434598...