Author
|
Topic: couldn't create child process: 720003: env.cgi (Read 25417 times)
|
anicol
Newbie

Posts: 2
|
 |
couldn't create child process: 720003: env.cgi
« on: September 19, 2007, 02:50:43 PM »
|
Reply with quote
|
Server error!
The server encountered an internal error and was unable to complete your request.
Error message: couldn't create child process: 720003: env.cgi
If you think this is a server error, please contact the webmaster. Error 500 adam123.com 09/19/07 14:44:59 Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e mod_autoindex_color PHP/5.2.2 mod_perl/2.0.3 Perl/v5.8.8
I can't get i to run
|
|
|
|
Eric
Administrator
    
Posts: 2761

|
 |
Re:couldn't create child process: 720003: env.cgi
« Reply #1 on: September 19, 2007, 06:05:23 PM »
|
Reply with quote
|
Make sure the path to perl is correct.
Thanks, Eric
|
|
|
|
anicol
Newbie

Posts: 2
|
 |
Re:couldn't create child process: 720003: env.cgi
« Reply #2 on: September 19, 2007, 08:05:59 PM »
|
Reply with quote
|
Thank you for the fast reply and working solution!!!!
xampp users #!"C:\xampp\perl\bin\perl.exe"
|
|
|
|
Idus
Newbie

Posts: 1
|
 |
Re:couldn't create child process: 720003: env.cgi
« Reply #3 on: August 09, 2010, 03:19:38 PM »
|
Reply with quote
|
Much thanks for answering this question. I recently installed Apache 2.2 on my home machine to work as a test server and was baffled as to why I couldn't get CGI up and running. While I had considered the path as being a problem, I was confused by the various perl interpreter locations (I'm running Cygwin, thought it might want to reference that, or perhaps I needed to download an Apache specific Perl interpreter.)
I'm running W7, using Active Perl for my interpreter. If you're in the same boat, just search for "Perl.exe" and use that as the header. Mine ended up being:
#!"C:\Perl64\bin\perl.exe"
Thanks again!
|
|
|
|
|
|
|