RE: [PHP] Piping/parsing Apache logs though PHP?

2001-02-13 Thread Balak, Frank
I don't know if this will do it for you, but try mod_log_mysql. This module logs all request to tables of your definition. It doesn't do the error log though. Frank -- Franklin J. Balak Jr. Quality Assurance Data Analyst Brown Printing Company Waseca Division Waseca,

RE: [PHP] Piping/parsing Apache logs though PHP?

2001-02-13 Thread Thor M. Steindorsson
try this script: http://www.wokzilla.com/usage/usage.php3 -Original Message- From: Michael McGlothlin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 1:17 PM To: [EMAIL PROTECTED] Subject: [PHP] Piping/parsing Apache logs though PHP? I'd like to pipe and parse my Apache

Re: [PHP] Piping/parsing Apache logs though PHP?

2001-02-13 Thread Kurth Bemis
At 04:17 PM 2/13/2001, Michael McGlothlin wrote: can i ask why you're doing this - it seems like a waste of resources to me. ~kurth I'd like to pipe and parse my Apache logs through PHP into a MySQL db. Is there a way to do this automaticlly for each entry and would that cause a major