Owen wrote:
On Sun, 15 Aug 2004 09:18:32 -0400
hcohen2 <[EMAIL PROTECTED]> wrote:
-rw-r--r--1 root root 172 Aug 10 19:29
/usr/local/apache/cgi-bin/cgihello.pl
Well you have to make it execitable (as su)
chmod 755 /usr/local/apache/cgi-bin/cgihello.pl
This is a bad sign
On Sun, 15 Aug 2004 09:18:32 -0400
hcohen2 <[EMAIL PROTECTED]> wrote:
> -rw-r--r--1 root root 172 Aug 10 19:29
> /usr/local/apache/cgi-bin/cgihello.pl
Well you have to make it execitable (as su)
chmod 755 /usr/local/apache/cgi-bin/cgihello.pl
--
Owen
--
To unsubs
Chris Devers wrote:
You say this is a custom installed Apache? Does that imply that you
didn't have a copy of Apache available from Mandrake? I'd be very
surprised if any version of Linux distributed today didn't come with
it, so why not use that one?
I'm not a Mandrake user (or a Red Hat user)
On Sun, 15 Aug 2004, hcohen2 wrote:
Chris Devers wrote:
You're saying that Apache is responding to requests, but you want it
to respond to your CGI script. You need to configure it to do this,
and you need to give it a URL that correctly translates into the
location of a file that Apache knows t
Chris Devers wrote:
You're saying that Apache is responding to requests, but you want it
to respond to your CGI script. You need to configure it to do this,
and you need to give it a URL that correctly translates into the
location of a file that Apache knows to serve as a CGI script.
I have sin