From owner-freebsd-questions@FreeBSD.ORG Wed Jan 25 22:47:30 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 1410C16A429 for ; Wed, 25 Jan 2006 22:47:30 +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 C0E4143D46 for ; Wed, 25 Jan 2006 22:47:29 +0000 (GMT) (envelope-from dan@ferrarishields.com) Received: from dan (dan [10.70.153.5]) by mail.ferrarishields.com (Postfix) with SMTP id C016C7302C; Wed, 25 Jan 2006 14:47:28 -0800 (PST) Message-ID: <01cb01c62201$600af3c0$0599460a@dan> From: "Dan O'Connor" To: "James Munro" , References: <20060125213407.6168.qmail@web33002.mail.mud.yahoo.com> Date: Wed, 25 Jan 2006 14:47:52 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original 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: 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 22:47:30 -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. 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/