From owner-freebsd-questions@FreeBSD.ORG Wed Jan 25 21:58:26 2006 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 9629E16A420 for ; Wed, 25 Jan 2006 21:58:26 +0000 (GMT) (envelope-from freebsd@philip.pjkh.com) Received: from wolf.pjkh.com (wolf.pjkh.com [66.228.196.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4066E43D48 for ; Wed, 25 Jan 2006 21:58:26 +0000 (GMT) (envelope-from freebsd@philip.pjkh.com) Received: from localhost (localhost [127.0.0.1]) by wolf.pjkh.com (Postfix) with ESMTP id 69CCA172CF; Wed, 25 Jan 2006 13:58:22 -0800 (PST) Received: from wolf.pjkh.com ([127.0.0.1]) by localhost (wolf.pjkh.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04087-08; Wed, 25 Jan 2006 13:58:21 -0800 (PST) Received: by wolf.pjkh.com (Postfix, from userid 1000) id E4CD3172A4; Wed, 25 Jan 2006 13:58:21 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by wolf.pjkh.com (Postfix) with ESMTP id DEB68170B2; Wed, 25 Jan 2006 13:58:21 -0800 (PST) Date: Wed, 25 Jan 2006 13:58:21 -0800 (PST) From: Philip Hallstrom To: James Munro In-Reply-To: <20060125213407.6168.qmail@web33002.mail.mud.yahoo.com> Message-ID: <20060125135715.Q4994@wolf.pjkh.com> References: <20060125213407.6168.qmail@web33002.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: amavisd-new at pjkh.com Cc: freebsd-questions@freebsd.org Subject: Re: Apache not included 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, 25 Jan 2006 21:58:26 -0000 > I'm a bit of a new user to BSD from Windows/Linux. But I recently went > thru the 5.4 version installer and was pleased at how simple it was to > install the Apache web server thru the sysinstall menus. After > reinstalling with 6.0 I was surprised to find that apache wasn't an > option from this menu. > > Any ideas if this is an omission or intentional? I would think a > webserver would definitely be included in the basic config. I'm guessing it was intentional. I can think of a lot of reasons I wouldn't want a webserver on my box (desktop, mail server, database server, chat server, etc...) Easy to add though via ports or packages. -philip