hi team

Problems with the Windows version of XAMPP, questions, comments, and anything related.

hi team

Postby arunajsa » 04. June 2009 16:47

hi i am new to this Perl CGI world.... i jus started doing some example scripts, here i will mention the code,

#!c:\xampp\perl\bin\perl.exe

print "content-type: text/html\n\n";

print "Environment:";
print "<HR>\n";
print "<PRE>\n";

foreach (sort(keys %ENV)) {
print "$_ = $ENV{$_}\n";
}
print "</PRE>";
print "<HR><PRE>\n";
print "PWD = ",`pwd`;
print "</PRE><HR>\n";


after executing the sccript i am getting the error as below
--------------------------------------------------------------------------------
Server error!
The server encountered an internal error and was unable to complete your request.

Error message:
couldn't create child process: 720003: plot.cgi

If you think this is a server error, please contact the webmaster.

Error 500
localhost
6/4/2009 6:32:00 PM
Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i PHP/5.2.9 mod_perl/2.0.4 Perl/v5.10.0
-----------------------------------------------------------------------------------


Kindly let me know whether i need to change any environment variable settings

Thanks in advance

regards

Aruna
arunajsa
 
Posts: 2
Joined: 01. June 2009 15:40

Re: hi team

Postby Wiedmann » 04. June 2009 16:50

Error 500

What can you read in Apaches' "error.log"?
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Re: hi team

Postby arunajsa » 04. June 2009 17:25

Hi Wiedmann,

Sorry to ask this silly question, where i can get this error.log file... as i am very new to this scripting.....


Thank for ur reply...

regards

Aruna
arunajsa
 
Posts: 2
Joined: 01. June 2009 15:40


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 157 guests