http://www.perlmonks.org?node_id=532229


in reply to Re: Piping Apache log info to a Perl app
in thread Piping Apache log info to a Perl app

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!