On Thu, 13 Jun 2002, Eldon Lewis wrote: > I'm running a binary build and thanks to the help that I have received I now > have it loading up and displaying web pages. However, when I try and run > localhost/cgi-bin/printenv.pl, I get and error and the error.log file shows: > > [Thu Jun 13 14:17:53 2002] [error] [client 127.0.0.1] (22503)The system > cannot find the path specified. : couldn't create child process: 22503: > C:/WebServer/Apache2/cgi-bin/printenv.pl > [Thu Jun 13 14:17:53 2002] [error] [client 127.0.0.1] (22503)The system > cannot find the path specified. : couldn't spawn child process: > C:/WebServer/Apache2/cgi-bin/printenv.pl > > I have installed to C:/WebServer/Apache2 and I have modified the httpd.conf > file to reflect this. The path is correct. What could I be missing now? > This should be the last problem before I stop bothering everybody, > hopefully. <g>
This usually indicates the first line of your script #!C:/Perl/bin/perl.exe (with the .exe extension) isn't properly pointing to the location of your perl binary ... By the way, questions like these would probably be more appropriate to the general modperl users list, for the benefit of others who might run across the same sorts of problems ... best regards, randy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
