danielbigham
Programmer
The access_log file logs what GET CGI variables get passed to a script, but it doesn't log what POST CGI variables get passed.
I need to find some way to log these variables so that when problems occur with a script, I can go back and use the CGI POST variables to run the script in a debugger.
Anyone know how to do this?
I need to find some way to log these variables so that when problems occur with a script, I can go back and use the CGI POST variables to run the script in a debugger.
Anyone know how to do this?