From owner-freebsd-questions@FreeBSD.ORG Sat Oct 30 05:37:36 2004 Return-Path: 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 4857416A4D3 for ; Sat, 30 Oct 2004 05:37:36 +0000 (GMT) Received: from pd3mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1FFA43D1D for ; Sat, 30 Oct 2004 05:37:33 +0000 (GMT) (envelope-from flowers@nekulturny.org) Received: from pd2mr3so.prod.shaw.ca (pd2mr3so-qfe3.prod.shaw.ca [10.0.141.108]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I6D00EZYUALTNA0@l-daemon> for freebsd-questions@freebsd.org; Fri, 29 Oct 2004 23:37:33 -0600 (MDT) Received: from pn2ml5so.prod.shaw.ca ([10.0.121.149]) by pd2mr3so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I6D00DAZUALHH00@pd2mr3so.prod.shaw.ca> for freebsd-questions@freebsd.org; Fri, 29 Oct 2004 23:37:33 -0600 (MDT) Received: from procyon.nekulturny.org (S0106000c41b2b9a3.cg.shawcable.net [68.144.45.143]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I6D0049TUALON@l-daemon> for freebsd-questions@freebsd.org; Fri, 29 Oct 2004 23:37:33 -0600 (MDT) Received: from procyon.nekulturny.org (localhost.nekulturny.org [127.0.0.1]) i9U5bW9o001211; Fri, 29 Oct 2004 23:37:32 -0600 (MDT envelope-from flowers@nekulturny.org) Received: (from flowers@localhost) by procyon.nekulturny.org (8.12.10/8.12.10/Submit) id i9U5bWMN001210; Fri, 29 Oct 2004 23:37:32 -0600 (MDT envelope-from flowers) Date: Fri, 29 Oct 2004 23:37:31 -0600 From: Danny MacMillan In-reply-to: <20041030042928.78C6A43D54@mx1.FreeBSD.org> To: Clay Message-id: <20041030053731.GB776@procyon.nekulturny.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline References: <20041030042928.78C6A43D54@mx1.FreeBSD.org> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: Apache 2.0.52 help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2004 05:37:36 -0000 On Fri, Oct 29, 2004 at 10:28:21PM -0600, Clay wrote: > I just did a default install of FreeBSD 4.10 and used > CVSup to download the newest port of Apache (2.0.52), did a make, > then make install everything looked like it went well. Used > /usr/local/sbin/apachectl start, to start up the httpd and put this > line in to my /etc/rc.conf so it will start up when the server > boots. Does this describe everything you did to the machine? In particular, would it be correct to assume that you didn't install or configure a firewall on the box, edit hosts.allow, or do anything else that might have a deleterious effect on traffic? Does the box answer to only one IP address? More to the point, does netstat -f inet show that httpd is listening to the address you are trying to connect to? Does it have more than one interface, and if so, is the same interface receiving requests from both the machine that can see the web site and the one that can't? The other box, the one fed from the different ISP, is it able to connect to other web sites? Do you have any other testing boxes you can use to try connecting to your web site? Adding DNS entries for the box will not aid in troubleshooting, unless you're using name-based virtual hosting in Apache. That seems unlikely since you can access the site by IP from the same subnet. The Windows box you had operating as a server, was it running a web server? If not, is it possible that your upstream ISP is blocking port 80? Try configuring Apache to listen on a wonky port and connecting to that instead. -- Danny