Apache::DBILogConfig

Apache::DBILogConfig is a Perl module that logs access information in a DBI database.
Download

Apache::DBILogConfig Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jason Bodnar
  • Publisher web site:
  • http://search.cpan.org/~jbodnar/Apache-DBILogConfig-0.02/DBILogConfig.pm

Apache::DBILogConfig Tags


Apache::DBILogConfig Description

Apache::DBILogConfig is a Perl module that logs access information in a DBI database. Apache::DBILogConfig is a Perl module that logs access information in a DBI database.SYNOPSIS # In httpd.conf PerlLogHandler Apache::DBILogConfig PerlSetVar DBILogConfig_data_source DBI:Informix:log_data PerlSetVar DBILogConfig_username informix PerlSetVar DBILogConfig_password informix PerlSetVar DBILogConfig_table mysite_log PerlSetVar DBILogConfig_log_format "%b=bytes_sent %f=filename %h=remote_host %r=request %s=status"This module replicates the functionality of the standard Apache module, mod_log_config, but logs information in a DBI-compliant database instead of a file. (Some documentation has been borrowed from the mod_log_config documentation.)LIST OF TOKENSDBILogConfig_data_sourceA DBI data source with a format of "DBI::driver:database"DBILogConfig_usernameUsername passed to the database driver when connectingDBILogConfig_passwordPassword passed to the database driver when connectingDBILogConfig_tableTable in the database for loggingDBILogConfig_log_formatA string consisting of formats separated by white space that define the data to be logged (see FORMAT STRING below)Requirements:· Perl


Apache::DBILogConfig Related Software