NAME
Apache::Yaalr - Yet Another Apache Log Reader
SYNOPSIS
use Apache::Yaalr qw( @readable_httpd_conf );
my $files = Apache::Yaalr->new;
my @file_array = $files->guess;
print, print "\n" for @file_array;
DESCRIPTION
Apache::Yaalr will ultimately parse an Apache log file. Since there are a number of kinds of log files and a number of different versions of Apache, we need to determine if an Apache web server exists on the computer we are running on. If we find an Apache web server, then we try to find the configuration file and the type of log being used. Finally we will parse the log and report back.
Methods
Right now the module provides only guess()
SEE ALSO
More information can be found regarding Yaalr here: http://yaalr.sourceforge.net
Also Apache(1)
AUTHOR
Jeremiah Foster, <jeremiah@jeremiahfoster.com>
COPYRIGHT AND LICENSE
Copyright (C) 2007 by Jeremiah Foster
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.