Hi Apache users,
I am using windows 2000 and apache
2.0.
When I am trying to run the CGI
script, i am getting the following error recorded in the error.log of
apache server:
[Thu May 25 10:25:11 2006] [error]
[client 203.129.222.228] (OS 3)The system cannot find the path specified.
: couldn't create child process: 720003: 1.cgi
[Thu May 25 10:25:11 2006] [error] [client 203.129.222.228] (OS 3)The system cannot find the path specified. : couldn't spawn child process: C:/tempk/auto/1.cgi Server configuration
**********************************************
LoadModule cgi_module
modules/mod_cgi.so
ScriptAlias /status/
"C:/tempk/auto/"
<Directory "C:/tempk/auto"> Options None AllowOverride None Order allow,deny Allow from all </Directory> The CGI file is in the C:/tempk/auto
directory.
I have enabled the mod_cgi
module.
How can i fix this issue
?
Thanks and Regards,
Karthick P |