From owner-freebsd-questions@FreeBSD.ORG Wed Jan 25 23:18:01 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 AD46B16A420 for ; Wed, 25 Jan 2006 23:18:01 +0000 (GMT) (envelope-from jimmn_1999@yahoo.com) Received: from web33003.mail.mud.yahoo.com (web33003.mail.mud.yahoo.com [68.142.206.67]) by mx1.FreeBSD.org (Postfix) with SMTP id 57BC943D60 for ; Wed, 25 Jan 2006 23:17:52 +0000 (GMT) (envelope-from jimmn_1999@yahoo.com) Received: (qmail 33674 invoked by uid 60001); 25 Jan 2006 23:17:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Qq3HGByooPfKmCkLHZTJGJRvFuM+zNB/MUJsXtg5El0zAmZ0/TKiys3bPFYb52VRdvakfI3YhvZVNaLXvpjqxdaLPlzHrF2lfWDhatVkGhupR5RAog7NWPhDuawSycYPHqz1zb0SCd8shePpr5dpZfpugqbmF92i7NPiC+zX4M0= ; Message-ID: <20060125231752.33672.qmail@web33003.mail.mud.yahoo.com> Received: from [136.182.2.222] by web33003.mail.mud.yahoo.com via HTTP; Wed, 25 Jan 2006 15:17:52 PST Date: Wed, 25 Jan 2006 15:17:52 -0800 (PST) From: James Munro To: Dan O'Connor , freebsd-questions@freebsd.org In-Reply-To: <01cb01c62201$600af3c0$0599460a@dan> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: 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 23:18:01 -0000 Good point. Just was curious since that seemed like a large change but I see what you mean. I'll just give it a pkg_add. :) Cheers, -Jim M. Dan O'Connor wrote: > 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. Well, which one do you want? Bare bones apache 1.3? # cd /usr/ports/www/apache13 && make install clean apache 1.3 + IPv6? # cd /usr/ports/www/apache13+ipv6 && make install clean apache 1.3 w/ built-in mod_perl? # cd /usr/ports/www/apache13-modperl && make install clean apache 1.3 w/ built-in mod_ssl? # cd /usr/ports/www/apache13-modssl && make install clean apache 1.3 w/ built-in mod_ssl and IPv6? # cd /usr/ports/www/apache13-modssl+ipv6 && make install clean apache 1.3 w/ SSL? # cd /usr/ports/www/apache13-ssl && make install clean apache 2.0? # cd /usr/ports/www/apache20 && make install clean apache 2.1? # cd /usr/ports/www/apache21 && make install clean apache 2.2? # cd /usr/ports/www/apache22 && make install clean There's just too many flavors to include in sysinstall... ~Dan -- FreeBSD Cheat Sheets http://www.mostgraveconcern.com/freebsd/ --------------------------------- Do you Yahoo!? With a free 1 GB, there's more in store with Yahoo! Mail.