From owner-freebsd-questions Tue Sep 25 21:53:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp016.mail.yahoo.com (smtp016.mail.yahoo.com [216.136.174.113]) by hub.freebsd.org (Postfix) with SMTP id A419737B418 for ; Tue, 25 Sep 2001 21:53:55 -0700 (PDT) Received: from nightcrawler.wavephil.com (HELO nightcrawler) (206.49.81.18) by smtp.mail.vip.sc5.yahoo.com with SMTP; 26 Sep 2001 04:53:55 -0000 X-Apparently-From: Message-ID: <003f01c14648$466fb480$125131ce@wavephil.com> From: "Rick Hunter" To: , References: <3BB1208E.11367.201EFBA@localhost> Subject: Re: Apache Woes Date: Wed, 26 Sep 2001 13:01:15 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 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 What does # ps -ax | grep "httpd" show ??? I have a FreeBSD 4.3 box, apache-2.0.16_1 running and something simliar has happened to me I think. When I do a # killall -HUP httpd to reload the config, the httpd children processes die and only 1 remains when I do a # ps -ax | grep "httpd" Although there is still one httpd daemon left, when I access the web pages of the box from a browser, I do not see any page at all. The remedy was a # killall -TERM httpd And, I basically just restarted apache with a /usr/local/sbin/httpd And, everything is back to normal again. Hope this helps. -- ----- Original Message ----- From: "Gene Bomgardner" To: Sent: Wednesday, September 26, 2001 12:25 PM Subject: Apache Woes > Hi all: > > I'm running Apache on a 4.3 box. It runs stand-alone. If I access it > from a browser on the LAN it works fine. However, if I attempt to > use it from another location on the Net, it fails to respond. I've > verified that the box is reachable (ie. I can telnet to it, ftp from it, > etc). Nothing shows up in the the access or error logs. It appears > that packets from remote sites aren't reaching httpd. I've tried > checking over the httpd.conf file and I've even tried to make sure > that inetd isn't somehow intercepting the packets. The firewall rules > are simply any to any, no restrictions of any kind. Still nothing. > > I need a few troubleshooting suggestions. For example, is there > any way to record incoming packets from the outside world for > inspection? Can they be traced through the system to see where > they are going? > > Thanx for any help. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message