Conrad Classen wrote:
>
> Change all the '/' chars to a '\\' char set.
>
> I don't think Win98 supports the / char in a path, although NT/W2K do.
>
> CHC
>
> ----- Original Message -----
> From: "leigh silvester" <[EMAIL PROTECTED]>
> To: "Perl-Win32-Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Wednesday, May 10, 2000 11:18 PM
> Subject: spawning season
>
> > While this may well be an Apache installation problem can't find any
> > solution elsewhere so be gentle.
> >
> > Am running recent Perl on a Win98 machine to work up some scripts for an
> > NT site.
> > The perlscript I am playing with runs fine on a Unix with Apache but on
> > my machine gives:
> >
> > >>>
> > [client 127.0.0.1] (2)No such file or directory: couldn't spawn child
> > process: d:/apache/htdocs/fertilitynews/cgi-bin/subscribe.cgi
> > <<<
If you'd think about it a minute, you would realize that the / has nothing to
do with it since it's the server (Apache) that is creating the path from a
URL. Leigh has no control over how the path is specified since he has to
supply something like '/cgi-bin/subscribe.cgi' as a URL. Apache is quite
capable of creating a new process and getting the /s correct. Even if \s are
used internally to create the process, they don't have to be used in the error
message above.
PS: Make sure that .cgi is supported in your conf (AddHandler directive) and
make sure your shebang and scriptalias are correct.
--
,-/- __ _ _ $Bill Luebkert ICQ=14439852
(_/ / ) // // DBE Collectibles http://www.wgn.net/~dbe/
/ ) /--< o // // Mailto:[EMAIL PROTECTED] http://dbecoll.webjump.com/
-/-' /___/_<_</_</_ http://www.freeyellow.com/members/dbecoll/
---
You are currently subscribed to perl-win32-users as: [[email protected]]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]