Situation:
I have a user login (auth) done with phplib. Therefore the Apache can not log the user in its access.log, as it does when using http authentication.
Problem:
To analyse user activities on the site I want to write back the current user login into each record of the Apache access.log.
Question:
How can I write back the current user login into the Apache access.log??
I apprechiate any hint. 🙂
Yovallai