Anand

See below.

Cheers
Ron Savage
[EMAIL PROTECTED]
http://savage.net.au/index.html
----- Original Message ----- 
From: "Anand R" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 13, 2001 3:05 PM
Subject: Spawn Child Pro


> "couldn't spawn child process: e:/apache/cgi-bin/weblink/simple/find.pl"
> 
> This is the error I am getting when I try it out with CGI-BIN.
> Can anyone try helping me out of this spawn child,.....

Most likely the first line of your script does not point to perl.exe. Eg:

#!/usr/bin/perl
(Yes, under Windows. I copy perl.exe to d:\usr\bin)
or
#!/perl/bin/perl
or
#!\perl\bin\perl
or even with d: in these.

I run Apache under WinNT.


Reply via email to