Re: perl



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 <mani_nmk07@xxxxxxxxx> 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 <mani_nmk07@xxxxxxxxx> wrote:
>
>
>
> Hai all
> Get me to help this problem solved.
> ------------------------------
> Never miss an email again!
> Yahoo! Toolbar
> <http://us.rd.yahoo.com/evt=49938/*http://tools.search.yahoo.com/toolbar/features/mail/>alerts
> you the instant new Mail arrives. Check it out.
>
>
> ---------- Forwarded message ----------
> From: mani kandan <mani_nmk07@xxxxxxxxx>
> 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 <http://firs.pl/>
>
> The system cannot find the path
> specified : couldn't spawn processes:
> c:\programfiles\apahce2\cgi-bin\first.pl
>
>


Relevant Pages

  • Apache 2.x leaked descriptors
    ... I noticed a problem with apache 2.x back in October and contacted the ... descriptors go to the access and error log of each website. ... that it also leaks an open descriptor to the script being executed. ...
    (Vuln-Dev)
  • Update: tomcat startup
    ... we run Apache on this system, it is not for the benefit of tomcat. ... The relevant extract of the init script now looks like this: ... I get the expected tomcat startup lines in /tmp/tomcat_start.log. ...
    (Tru64-UNIX-Managers)
  • Re: HELP: send binary replies back and forth ???
    ... > My php application needs to do the following: ... > My PHP script loops through all records and sends each of them ONE BY ONE. ... > other than to be able to communicate with apache. ... All communication is binary because the connection used is pricy and ...
    (comp.lang.php)
  • Re: Apache Security Issue: File Access
    ... > I just recognized that with Apache configured for VirtualHosts, ... > - no one can ready files using a file system call in CGI or ASP ... Does the target program name have a / or .. ... Does the user who owns the target script exist on the system? ...
    (comp.security.unix)
  • Re: Fw: Re: problem with script execution
    ... This list is piped to sudo. ... so if you can see the script, you won't learn anything you don't already know. ... From what I understand, this script is being run only from apache, and you have password protected it from the apache server. ... any user on the system who can read the file can already run it without a password unless you have directory/script permissions set up to lock them out - apache password protection only protects you when the script is accessed through apache. ...
    (freebsd-questions)