Please send *all* replies to the list, not me directly. Thanks.

On Fri, 13 Aug 2004, hcohen2 wrote:

http://learn.perl.org/library/beginning_perl/

Oh, ok, I wasn't familiar with that one.

OK, my problem is that the attempt to connect using 127.0.0.1 gets a message something like connection refused by the server.

Is there some location in the httpd.conf file to list an acceptable client?

Is the web server running on your desktop? Yes or no?

If it's on a different computer, than the address 127.0.0.1 will never work, because all communication to 127.0.0.1/localhost stays on the computer that the communication originated from.

If it's on a different computer, you need to figure out what the server's real address is. It is not & never will be 127.0.0.1.

If it's on the computer you're using, that's a different matter, and we can go over that, but it sounds to me like you're using a bad address.


-- Chris Devers

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to