How to debug a program that's running under web server env? I am spaeking about a C program writen with the CGI library, et that only work under a web server ( because the STDIN and the STDOUT will be difered to the web server). And if we lunch them under the OS (like any other program), we will have an error.






