From owner-freebsd-questions@FreeBSD.ORG Mon Apr 28 11:06:34 2003 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 3368B37B401 for ; Mon, 28 Apr 2003 11:06:34 -0700 (PDT) Received: from web1.nexusinternetsolutions.net (web1.nexusinternetsolutions.net [206.47.131.12]) by mx1.FreeBSD.org (Postfix) with SMTP id 41CB743F85 for ; Mon, 28 Apr 2003 11:06:33 -0700 (PDT) (envelope-from dave@hawk-systems.com) Received: (qmail 93552 invoked from network); 28 Apr 2003 18:06:31 -0000 Received: from unknown (HELO ws1) (24.157.103.51) by web1.nexusinternetsolutions.net with SMTP; 28 Apr 2003 18:06:31 -0000 From: "Dave [Hawk-Systems]" To: Date: Mon, 28 Apr 2003 14:06:31 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Subject: lost port 80, netstat shows not listening... 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: Mon, 28 Apr 2003 18:06:34 -0000 Figured I have done something stupi, not sure what. Rebooted a server an noticed that the web server (apache) was no longer servicng pages, despite the server apparently being up and configured correctly (was doing fine prior to reboot). Did a quick "netstat -na | grep LISTEN" and noticed that *.80 is not listed... probably the reason tha the web server isn't getting or serving requests. Any ideas? FreeBSD 4.x stable Dave