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.

The connection was refused when attempting to connect 127.0.0.1.

2004-08-14 Thread hcohen2
This is the exact message when I try using the defaulted server address. Any ideas why. Proved the server is running and listening when contacted via the Linux command prompt. See earlier emails under RE: Here is the URL for Beginning Perl Trying this: http://127.0.0.1:8080/ I came into a

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

2004-08-14 Thread Chris Devers
On Sat, 14 Aug 2004, hcohen2 wrote: This is the exact message when I try using the defaulted server address. Any ideas why? Sorry, I'm confused -- you just pasted the contents of your server's start page. Where was the connection failure coming into the scene? However, I really was expected to