From owner-freebsd-questions Wed Feb 5 8:31:20 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99FB837B401 for ; Wed, 5 Feb 2003 08:31:18 -0800 (PST) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16BB643F43 for ; Wed, 5 Feb 2003 08:31:18 -0800 (PST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by rwcrmhc51.attbi.com (rwcrmhc51) with ESMTP id <2003020516311205100hugdbe>; Wed, 5 Feb 2003 16:31:12 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.6) with ESMTP id h15GVA79006989; Wed, 5 Feb 2003 11:31:10 -0500 (EST) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id h15GV9l2006986; Wed, 5 Feb 2003 11:31:09 -0500 (EST) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: Cc: Subject: Re: Apache built correctly? References: <000801c2ccf0$17c1a820$0301a8c0@mike> From: Lowell Gilbert Date: 05 Feb 2003 11:31:09 -0500 In-Reply-To: <000801c2ccf0$17c1a820$0301a8c0@mike> Message-ID: <44y94uelki.fsf@be-well.ilk.org> Lines: 35 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Mike Loiterman" writes: > > On Tuesday, February 04, 2003 9:11 AM lowell@be-well.no-ip.com wrote: > > > "Mike Loiterman" writes: > > > >> Absolutly nothing appears in the httpd-access.log file when I try to > >> access the index.html. > >> > >> When I try to do http://localhost I get nothing. Just this: > >> unable to connect to remote host. > >> > >> I've restarted apache many times with the same results. I restarted > >> my machine with the same results. > >> > >> I can telnet into port 80 but Apache doesn't appear to answer. > >> Something tells me that the daemon isn't running correctly or that > >> Apache was installed incorrectly, although 'ps -aux | grep httpd' > >> shows: > > > > What does "doesn't appear to answer" mean? The fact that you can > > telnet in tells you that it isn't a network-layer issue. Did you try > > a legitimate HTTP request? > > Well I telnet to 80 and it just says refused: > > [02:22:47 root@little_boy: /etc/mail]# telnet localhost 80 > Trying 127.0.0.1... > telnet: connect to address 127.0.0.1: Connection refused > telnet: Unable to connect to remote host Ah. So you *can't* telnet into port 80. That's different. Use sockstat(1) to see if anything is bound to port 80, and look at firewall rules to see if something's blocking it before it gets there. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message