
marco.kleefman at cmg
Nov 2, 2001, 8:02 AM
Post #1 of 1
(545 views)
Permalink
|
|
RE: fork/CGI/Apache problem - solved!
|
|
I solved the problem myself... it was a bufferproblem of STDOUT. When I tried that, I made modifications to the wrong script, that is why I thought it did not work out! Stupid me! ;) Thanx everybody who reacted, sorry to have bothered you! Regards, Marco > -----Original Message----- > From: Marco Kleefman [mailto:marco.kleefman[at]cmg.nl] > Sent: vrijdag 2 november 2001 14:30 > To: modperl[at]apache.org > Subject: fork/CGI/Apache problem > I have this script which forks off a process which does > something. > Somehow all print statements in my script which occur before > the fork-part > of the script are printed twice! I have tried to unbuffer > STDOUT, but no > luck until now...
|