I'm running a CGI script which forks into the background and continues processing while the main script returns a message to the browser.
I would like to know how I can see any errors which might occur in the forked part.
Normally the CGI gets printed to the apache error log but I'm not seeing anything in there comming from the fork (and I know it is having errors).