From owner-freebsd-questions@FreeBSD.ORG Wed Mar 3 07:19:20 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 7E5B016A4CE for ; Wed, 3 Mar 2004 07:19:20 -0800 (PST) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB5E643D1F for ; Wed, 3 Mar 2004 07:19:19 -0800 (PST) (envelope-from nkinkade@fastmail.fm) X-Sasl-enc: 9SOzO9Bwa3KEMs/X17EsAw 1078327158 Received: from [206.26.199.146] (unknown [206.27.244.214]) by www.fastmail.fm (Postfix) with ESMTP id C5BC06AFBBF; Wed, 3 Mar 2004 10:19:17 -0500 (EST) Received: from nkinkade by [206.26.199.146] with local (Exim 4.12) id 1AyY99-0006ik-00; Wed, 03 Mar 2004 09:18:55 -0600 Date: Wed, 3 Mar 2004 09:18:55 -0600 From: Nathan Kinkade To: Michael Banta Message-ID: <20040303151855.GV13775@nkinkade.bmp.ub> Mail-Followup-To: Michael Banta , freebsd-questions@freebsd.org References: <007301c400a2$2f6fe220$780a000a@grizzly> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FZIkiClxIZ9JeWSb" Content-Disposition: inline In-Reply-To: <007301c400a2$2f6fe220$780a000a@grizzly> User-Agent: Mutt/1.4.1i Sender: Nathan Kinkade cc: freebsd-questions@freebsd.org Subject: Re: Apache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nathan Kinkade List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 15:19:20 -0000 --FZIkiClxIZ9JeWSb Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 02, 2004 at 05:03:24PM -0500, Michael Banta wrote: >=20 > Hello. >=20 > I just installed Apache wilthout error. I started apache and did a ps > aux. It appears to be running fine. However I cannot bring up the > default webpage. Doing lynx localhost does not work. I set the > Servername variable in the config file to localhost, just to test. > Everything appears to be in order. Any suggestions? >=20 > Thanks > Mike Does the machine have any type of firewall running? What error does the browser give you? Page not found? Connection refused? Just to be sure that Apache is listening on port 80, does `sockstat -l4 | grep httpd' return results that indicate that Aapache is listening? Is there and index file at /usr/local/www/data? Also, remember that once you edit httpd.conf you must restart or HUP Apache. Nathan --=20 gpg --keyserver pgp.mit.edu --recv-keys D8527E49 --FZIkiClxIZ9JeWSb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQFARfdfO0ZIEthSfkkRAil+AKCCpeEtiHTFBxv6YoRswtGFtMfUpQCg4KaR K2e24R0GfaOKFK7XsrxnAWE= =uXtV -----END PGP SIGNATURE----- --FZIkiClxIZ9JeWSb--