From owner-freebsd-questions@FreeBSD.ORG Wed Dec 14 20:09:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5AFF816A41F for ; Wed, 14 Dec 2005 20:09:34 +0000 (GMT) (envelope-from dan@ferrarishields.com) Received: from mail.ferrarishields.com (mail.ferrarishields.com [216.82.146.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD38343D5D for ; Wed, 14 Dec 2005 20:09:33 +0000 (GMT) (envelope-from dan@ferrarishields.com) Received: from ws4 (ws4 [10.70.153.5]) by mail.ferrarishields.com (Postfix) with SMTP id 623EC73022; Wed, 14 Dec 2005 12:09:33 -0800 (PST) Message-ID: <003a01c600ea$504675a0$0599460a@ws4> From: "Dan O'Connor" To: "Jose Borquez" , "FreeBSD Questions group" References: <439FD9FC.6040101@sbcglobal.net> Date: Wed, 14 Dec 2005 12:09:37 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Cc: Subject: Re: Can't open Apache web page X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2005 20:09:34 -0000 >I have set up Apache and when I attempt to enter the ip address of the >server I just get a Connecting to 172.16.1.10 and then it times out. >What do I need to check to try and troubleshoot this problem? > httpd is currently running. Here is the output of top: > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU > COMMAND > 533 mysql 20 0 56640K 26280K kserel 0:02 0.00% 0.00% > mysqld > 492 jose 96 0 6116K 2964K select 0:00 0.00% 0.00% sshd > 558 root 96 0 8808K 6548K select 0:00 0.00% 0.00% httpd > 380 root 96 0 2900K 1732K select 0:00 0.00% 0.00% ntpd > 552 root 20 0 2284K 1760K pause 0:00 0.00% 0.00% csh > 169 root 8 0 1780K 1384K nanslp 0:00 0.00% 0.00% ipmon > 400 root 96 0 3456K 2668K select 0:00 0.00% 0.00% > sendmail > 493 jose 20 0 2280K 1756K pause 0:00 0.00% 0.00% tcsh > 489 root 4 0 6136K 2892K sbwait 0:00 0.00% 0.00% sshd > 609 root 96 0 2312K 1580K RUN 0:00 0.00% 0.00% top > 515 mysql 8 0 1664K 1264K wait 0:00 0.00% 0.00% sh > 551 jose 8 0 1608K 1296K wait 0:00 0.00% 0.00% su > 272 root 96 0 1324K 864K select 0:00 0.00% 0.00% > syslogd > 416 root 8 0 1364K 1052K nanslp 0:00 0.00% 0.00% cron > 481 root 5 0 1288K 952K ttyin 0:00 0.00% 0.00% getty > 482 root 5 0 1288K 952K ttyin 0:00 0.00% 0.00% getty > 485 root 5 0 1288K 952K ttyin 0:00 0.00% 0.00% getty Make sure you have port 80 open in your firewall... ~Dan