Hi all,
I have a cgi script that forks a child process. I close STDOUT so that the child can run when the browser is closed. Here's my question. Does the STDERR get closed automatically when I fork? Because I do not see any messages in the error logs. Where are the messages redirected and how do I capture them? Thanks a lot for your help.