\begin{Jeff Waugh}
> Okay, do you really need php to do the logging, etc? When Apache does all
> this for you, you may as well use it's logging features. Much easier. :)
> 
> CustomLog /home/jdub/public_html/stats/access.log full

if you need something super exotic, you can write your own logging
function in perl and (once you've loaded mod_perl) just do:

 PerlLogHandler My::Logger

a common use is to log directly to a database. there's probably some
already-written modules that will do just that (check the module list
on perl.apache.org)

-- 
 - Gus


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to