"Fossies" - the Fresh Open Source Software Archive

Member "mod_log_sql-1.101/INSTALL" (11 Jan 2005, 518 Bytes) of package /linux/www/apache_httpd_modules/old/mod_log_sql-1.101.tar.bz2:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 This document has been superseded by the new documentation in the
    2 docs/ directory.  There you will find the docs in a variety of
    3 formats, including PostScript, plaintext, and HTML.
    4 
    5 Basic overview is..
    6 
    7 ./configure --with-apxs=/path/to/apxs --enable-ssl
    8 
    9 gmake
   10 
   11 gmake install
   12 
   13 
   14 edit httpd.conf and add the following.
   15 
   16 LoadModule log_sql_module modules/mod_log_sql.so
   17 LoadModule log_sql_mysql_module modules/mod_log_sql_mysql.so
   18 <IfModule mod_ssl.c>
   19 LoadModule log_sql_ssl_module modules/mod_log_sql_ssl.so
   20 </IfModule>