新手求解:Apache + CGI + win2000 问题
环境: win2000 + apache_2.0.47
现象:
从一个html提交到一个cgi中,总是出现如下错误,无论将cgi怎么修改,都是一样
[Fri Aug 29 14:47:13 2003] [error] [client 127.0.0.1] (OS 3)系统找不到指定的路径。 : couldn't create child process: 720003: msgboard.cgi, referer: http://localhost/msgboard/msgboard/postmsg.html
[Fri Aug 29 14:47:14 2003] [error] [client 127.0.0.1] (OS 3)系统找不到指定的路径。 : couldn't spawn child process: C:/Program Files/Apache Group/Apache2/htdocs/msgboard/cgi-bin/msgboard.cgi, referer: http://localhost/msgboard/msgboard/postmsg.html
请问这是什么原因造成的?