You mean in httpd.conf? I could use that but what I
hoped to do was pull http vars into a database for
each server request. This is so someone could
interactively view accesses rather than reviewing
static pregenerated files. 

The overhead of opening and closing readonly
filehandles on different files which apache writes to
and then processing that data seems a little messier
than a simple sql insert.

I'm reading the apache modules book by L Stein and D
MacEachern to get a better understanding apache
internals. 


--- Perrin Harkins <[EMAIL PROTECTED]> wrote:
> > I am writing an apache perl module which logs HTTP
> > environment variables. This is fine for static
> content
> > (html, images) but is a problem for dynamic
> content
> > such as php. 
> 
> Why doesn't Log Format work for you?
> 
> - Perrin
> 


=====
Mr. Michael Turley
Gracious winner, Generous lover, All round great guy.

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

Reply via email to