thendal
Programmer
- Aug 23, 2000
- 284
Hi all!
I have installed the apache webserver and active state perl
in my laptop which is having windows 2000.when i try to run a perl script,it gives a internal server error the perl script is very simple,
just having a print statement ..when i look into the error log it states that couldn't spawn the child process ...
Is there any setting i need to change...
here is the script
#!c:\perl\bin\perl.exe
use CGI;
$op=new CGI;
print $op->header;
print "<h1>This is a Test</h1>";
Any help will be appriciated..
Thanks
I have installed the apache webserver and active state perl
in my laptop which is having windows 2000.when i try to run a perl script,it gives a internal server error the perl script is very simple,
just having a print statement ..when i look into the error log it states that couldn't spawn the child process ...
Is there any setting i need to change...
here is the script
#!c:\perl\bin\perl.exe
use CGI;
$op=new CGI;
print $op->header;
print "<h1>This is a Test</h1>";
Any help will be appriciated..
Thanks