Hi folks,
I am trying to get a CGI program running under Apache on windows, it
originally targeted IIS and is written in C++.
My problem is that the system("fop.bat ...") call causes an internal
server error, whereas a test shows that the windows API call
CreateProcess() does not have this problem.
Can anyone suggest a configuration setting that might affect the
operation of the system() call?
Thanks for your help.
