If you are going to reply to this email, please send the reply directly to my email address, not to the mailing list. I use the digest version.
I thought I'd want to add some CGI scripts to my website yesterday. I followed the documentation, and created a test page that should print "Hello World!" to the screen. When I executed the script by typing
http://24.156.102.171/cgi-bin/simplest.pl, I get "500 Internal Server Error". When I checked my error logs, I found these two entries:
[Fri Feb 25 19:43:23 2005] [error] [client 192.168.1.6] (OS 3)The system cannot find the path specified. : couldn't create child process: 720003: simplest.pl
[Fri Feb 25 19:43:23 2005] [error] [client 192.168.1.6] (OS 3)The system cannot find the path specified. : couldn't spawn child process: C:/Program Files/Apache Group/Apache2/cgi-bin/simplest.pl
From,
William