Bruce,
    Connie's point is important. bruce2.pl shebang line (the first line in
the script) must match your perl install because Apache uses it to determine
what program to use to run the script. Also any references to files or
folders in that script must be available on your server. I suspect the
upload directory 'D:/cygwin/...' is one of the offending references. Most
importantly, read the Apache docs specific to running cgi scripts. Your
httpd.conf does not enable cgi execution.

Options ExecCGI

needs to be part of the <Directory assertion for your script aliased cgi-bin
directory.

"Bruce Ambraal" <[EMAIL PROTECTED]> wrote in message
news:sd4ab245.062@/MH-10.128.0.128...
> Check out the errors I am getting when I run the bruce.html on my
> Appache
> (Apache/1.3.26 Server at 165.25.207.246 Port 80)
>
> my Perl have been install in dir c:/program files/perl/bin.
> When I view any Perl program via the web then I get the same errors.
>
> What am I doing wrong.
>
> Please help
>



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to