Hi,
I'm trying to pass data to a .dll from a form using POST running locally on Apache. The cgi-bin dir where the library resides has ExecCGI permission, the paths are all ok (the URL is definitely correct when the form is submitted) but I get an Internal Server Error.
The Apache error log says "(2)No such file or directory: couldn't spawn child process: <path>", which isn't very helpful since the dir and file certainly do exist in the location it states )
This works fine on IIS and PWS btw.
Maybe it's not allowing write access to the cgi-bin dir or something, but I'm just clutching at straws here. Anyone got any ideas?
I'm trying to pass data to a .dll from a form using POST running locally on Apache. The cgi-bin dir where the library resides has ExecCGI permission, the paths are all ok (the URL is definitely correct when the form is submitted) but I get an Internal Server Error.
The Apache error log says "(2)No such file or directory: couldn't spawn child process: <path>", which isn't very helpful since the dir and file certainly do exist in the location it states )
This works fine on IIS and PWS btw.
Maybe it's not allowing write access to the cgi-bin dir or something, but I'm just clutching at straws here. Anyone got any ideas?