Re: The connection was refused when attempting to connect 127.0.0.1.

2004-08-15 Thread hcohen2
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

Re: The connection was refused when attempting to connect 127.0.0.1.

2004-08-15 Thread hcohen2
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

Re: The connection was refused when attempting to connect 127.0.0.1.

2004-08-15 Thread Owen
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

Re: The connection was refused when attempting to connect 127.0.0.1.

2004-08-15 Thread hcohen2
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.