Hi,

I have a test perl script:

#!C:\Program Files\Perl\bin\perl.exe
use CGI qw(:standard) ;
print header();
print "Hello, world";

With apache_1.3.24-win32-x86-no_src.exe installation, the script runs fine.
With apache_2.0.35-win32-x86-no_ssl.msi installation, error occurs: "The
system cannot find the file specified.  : couldn't spawn child process:
C:/Program Files/Apache Group/Apache2/cgi-bin/first.pl".

Please help me figure this out. Thanks.

Reply via email to