From owner-freebsd-stable@FreeBSD.ORG Fri Nov 7 12:48:15 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C7ED16A4CE for ; Fri, 7 Nov 2003 12:48:15 -0800 (PST) Received: from smtp2.surewest.net (smtp2.surewest.net [208.45.228.17]) by mx1.FreeBSD.org (Postfix) with SMTP id B881343FA3 for ; Fri, 7 Nov 2003 12:48:14 -0800 (PST) (envelope-from dislists@updegrove.net) Received: (qmail 15487 invoked from network); 7 Nov 2003 20:48:14 -0000 Received: from unknown (HELO updegrove.net) (64.30.97.117) by smtp2.surewest.net with SMTP; 7 Nov 2003 20:48:14 -0000 Received: (qmail 10706 invoked from network); 7 Nov 2003 20:48:19 -0000 Received: from unknown (HELO updegrove.net) (192.168.0.2) by updegrove.net with SMTP; 7 Nov 2003 20:48:19 -0000 Message-ID: <3FAC0568.7060107@updegrove.net> Date: Fri, 07 Nov 2003 12:49:44 -0800 From: Rick Updegrove User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030827 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org References: <3FABF48E.5030505@updegrove.net> <003b01c3a56f$7fec6ea0$13fd2fd8@Admin02> In-Reply-To: <003b01c3a56f$7fec6ea0$13fd2fd8@Admin02> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TST: smtp2 SNWK2 Subject: Re: Apache ports confusion! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2003 20:48:15 -0000 Scot W. Hetzel wrote: > From: "Rick Updegrove" > >>Ok, I need Apache with http and https support. >> >>I also need Apache::ASP, and frontpage, php4, and mod_perl. >> > > You'll want to install the following ports: Thanks Scot! I will assume ths is the correct order in which to install : ) I am a litle confused still about mod_frontpage and apache13-fp > www/apache13-modssl > www/mod_frontpage > www/frontpage (NOTE: you may need to create the security key, see > apache.sh in www/apache13-fp) OK do I need to install apache13-fp? Or do I simply need to read apache.sh and then create the key? > www/frontpage-* (optional - Support for other languages for FP Web > Administration) > portuguese/frontpage-pt_BR (optional - Support for Portuguese language > for > FP Web Administration) > www/mod_perl > www/mod_php4 > www/p5-Apache-ASP > > Scot Thanks again!