Hello,
We have NCSA HTTPd NCSA/1.5.0a running as a web server.
Here's the question:
I have a CGI script that accepts a file from
the user using Netscape's fileupload feature.
Then I fork a new child process in background
to convert the file into PDF format since it
may take from 10sec to 1min.
However, after the parent process finished,
Netscape is still connected to the server as
if it still waiting for more output.
But, the above does not happen in NCSA HTTPd NCSA/1.5.1.
Is there a directive in httpd.conf or somewhere else
where I can make 1.5.0a act like 1.5.1.
Thank you very much.
Raymond Yu