Hi I'm not sure whether this is the correct category for my question or not but I'll just give it a try:
Recently, I had some problems with data that was lost because of a glitch in one of the INSERT queries in MySQL. To make sure (and yes I'm a bit too paranoid about it

) that something like that never happens again, I would like to trace the data that's being passed from page to page. Therefore, my question as followed: Is there some default setting in Linux (I guess it would be the apache) that stores all the post data that's being passed on the server? If not, would you happen to know an application that is able to track such a thing (if any)?
Thanks in advance