Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Internet > HTTP (WWW)

    mod-log-mysql-simple 1.0

    Download button

    No screenshots available
    Downloads: 419  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Steve Kemp | More programs
    GPL / FREE
    October 6th, 2007, 23:05 GMT
    ROOT / Internet / HTTP (WWW)

     Read user reviews (0)  Refer to a friend  Subscribe

    mod-log-mysql-simple description

    mod-log-mysql-simple is an Apache 1.3.x module that can solve the problem of logging multiple virtual hosts to a single database

    mod-log-mysql-simple is an Apache 1.3.x module that can solve the problem of logging multiple virtual hosts to a single database. It is intentionally extremely simple.

    Requirements:

    To use this module you'll need a copy of Apache, and a machine running a mysql database. The database doesnt' necessarily have to be upon the same host as the webserver, so long as it is possible for a client to connect to it.

    If you wish to build the code from source you'll need the Apache development sources for your Linux platform and the mysqlclient development packages too.

    For Debian GNU/Linux systems the following command should be sufficient to install the dependencies:

    apt-get install apache-dev libmysqlclient10-dev

    Options:

    There are only a few configuration options to play with:
    DatabaseHost The hostname of the database server.

    DatabaseUser The username to connect as.
    DatabasePass The password for the given user.
    DatabaseName The name of the database to connect to.
    DatabaseTable The name of the table to insert entries into.

    Sample configuration would look like this:

    LoadModule mod_log_mysql_simple /usr/lib/apache/1.3/mod_log_mysql_simple.so

    < IfModule mod_log_sql_simple.c >
    DatabaseHost localhost
    DatabaseUser username
    DatabasePass password
    DatabaseName apache
    DatabaseTable requests
    < /IfModule >

    This would require the database table to be already setup as described in the README.

    Product's homepage

      


    TAGS:

    Apache module | MySQL logger | log virtual hosts | Apache | module | MySQL

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM