Hi,
I am about to modify Apache with some custom logging for GET/POST
requests (and more). It is for the purpose of research. If possible, I
would like to get some guidance in how to implement my ideas. I will
explain...
Every GET/POST request to Apache will carry a request identifier.
Adding the
> Can all this be done in an Apache module?
Yes, just about anything can be done in an
Apache module. Based on your other questions,
it sounds like you need a thorough exposition
of the Apache API and probably the HTTP protocol,
so I'd suggets your next step is to study some
good documenta