On Fri, 22 Sep 2006 03:38:52 -0700
"Philip M. Gollucci" <[EMAIL PROTECTED]> wrote:

> Sean Davis wrote:
> >>> i not need to log some basic request info ( comparable to what is
> >>> in the access log ) , along with the value of a certain cookie if
> >>> it exists- for later parsing ( faster than tossing into a db )
> mod_log_sql (written in C) works in both httpd 1.x and 2.x.
> Its been "professionally" benched to be almost non existant overhead.
> 
> I use it all the time.

   Another option you can use is Sys::Syslog, it's very light weight if
   you just want to get data out to a file.  Plus, you get the added 
   benefits of logrotates, being able to send it off to a remote system,
   etc, etc. 

 ---------------------------------
   Frank Wiles <[EMAIL PROTECTED]>
   http://www.wiles.org
 ---------------------------------

Reply via email to