Hello everyone,
I'm currently working on a project where Apache server is being used with a database. I need to find out which HTTP request maps to which database call without modifying the server code(eg., Logs). I read the documentation regarding logging and the parameters don't seem to be of any help in this case. So is there any other way in which we can do this
Thank you