in reply to Piping Apache log info to a Perl app

There's a module on CPAN called AuthDBI that handles authentication and it has some built-in logging features.

Celebrate Intellectual Diversity

  • Comment on Re: Piping Apache log info to a Perl app

Replies are listed 'Best First'.
Re^2: Piping Apache log info to a Perl app
by inman (Curate) on Feb 23, 2006 at 09:52 UTC
    Thanks, but this wasn't quite what I was after. The authorization aspect is already taken care of and the rest of the application is a set of static HTML pages without an active front end.

    I was looking to capture the log information that Apache normally writes to the logs using a Perl app. Apache provides a facility where it can pipe the logging information to an app and I figured that a Perl app would fit the bill.

    Cheers!