Re: perl



Dear all

Earlier i did not see the error message properly sorry!!!!!
I found my apache installed in the C:\Program Files\Apache Group\Apache2, Is that,it is correct or it should be read as C:\Program Files\Apache2\ ....

Please read my error message:
[error] client [127.0.0.1] OS3 The system cannot specified the path specified: Couldn't create child process: 72003 : first.pl
[error] client [127.0.0.1] OS3 The system cannot specified the path specified: C:\Program Files\Apache Group\Apache2\cgi-bin\first.pl

regards
mani


That means that it is looking in that location for the file and it can't
find the file there.
Did you try running "perl c:\programfiles\apahce2\cgi-bin\first.pl"?
That will execute the script if the script is there (ie the path is
correct).
If that does not work, then there is nothing wrong with Apache. It's just
being told to look for a file where none exist.
If that does work, and it runs your script, then there is something wrong
with Apache. Try it out.

On 3/30/07, mani kandan wrote:

The location is perl c:\program files\apahce2\cgi-bin\first.pl
I am sure about it shows very clear in error message The system cannot
find the path
specified : couldn't spawn processes:
c:\programfiles\apahce2\cgi-bin\first.pl. Instead of programfiles in my
system it is program files

**

Are you sure the file is at that location?
Try running "perl c:\programfiles\apahce2\cgi-bin\first.pl"
I suspect it ought to be:
- program files opposed to programfiles
- apache2 opposed to apahce2

On 3/30/07, mani kandan wrote:



Hai all
Get me to help this problem solved.
------------------------------
Never miss an email again!
Yahoo! Toolbar
alerts
you the instant new Mail arrives. Check it out.


---------- Forwarded message ----------
From: mani kandan
To: beginners-faq@xxxxxxxx
Date: Tue, 27 Mar 2007 21:33:40 -0700 (PDT)
Subject: perl
sir
I would much appreciate if you help me in finding the
problem

I am using apache 2.0.04 win32 version in window XP, I got error
message saying internal server error

I checked the error log and My error logs says as reads below

The system cannot find the path specified : couldn't create child
processes: 720003: first.pl

The system cannot find the path
specified : couldn't spawn processes:
c:\programfiles\apahce2\cgi-bin\first.pl





---------------------------------
The fish are biting.
Get more visitors on your site using Yahoo! Search Marketing.

Relevant Pages

  • Re: removing php on a mac with tiger
    ... I tried using darwinport but got an error message, ... with both apache and fastcgi. ... I moved the package php5 to a php5old so I would know if my install ...
    (comp.lang.php)
  • Re: xampp installation
    ... I assume that this is not the reason for the php error on Apache ... several other dll. ... When I direct it to http://localhost:8080/ I get an error message. ...
    (comp.lang.php)
  • Re: Apache config question
    ... Subject: Re: Apache config question ... > From: Kjell Midtseter ... > To: LW Ellis ... In that case I believe you will receive your error message. ...
    (freebsd-questions)
  • Problem related to oracletool ...
    ... I am facing some problem related to a Oracle Tool called "oracletool" ... example.cgi works very well from perl and Apache Webserver also. ... Running on Apache gives the error message "500 Internal Server Error" ...
    (perl.dbi.users)
  • Re: perl
    ... That will execute the script if the script is there (ie the path is ... then there is nothing wrong with Apache. ... program files opposed to programfiles ... > I checked the error log and My error logs says as reads below ...
    (perl.beginners)