From owner-freebsd-apache@FreeBSD.ORG Mon Feb 13 05:31:47 2006 Return-Path: X-Original-To: freebsd-apache@freebsd.org Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D71C116A420 for ; Mon, 13 Feb 2006 05:31:47 +0000 (GMT) (envelope-from appleshampooid@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70E3243D45 for ; Mon, 13 Feb 2006 05:31:47 +0000 (GMT) (envelope-from appleshampooid@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so949372wri for ; Sun, 12 Feb 2006 21:31:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dYsCbSerekqnONQmNeaMVpeBoS4SAU2jmjbqmsFmvs4GQWn4gy2oS5ubip7V/Y2xLI9AEA15pfqiAxURnnRcTGUPBLkw3CiwXCgw7T7iDRvtXnq0R+CSEQkUbWeitK8aLRLrAAq66wcyQrqqBzAomM44MYqZyaaG1Hw2j84OGco= Received: by 10.54.109.12 with SMTP id h12mr1177369wrc; Sun, 12 Feb 2006 21:31:46 -0800 (PST) Received: by 10.54.125.12 with HTTP; Sun, 12 Feb 2006 21:31:46 -0800 (PST) Message-ID: Date: Mon, 13 Feb 2006 00:31:46 -0500 From: Nicholas Aaron Philbrook To: freebsd-apache@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Installation question X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2006 05:31:48 -0000 I am setting up apache on a FreeBSD server running 4.10-RELEASE. I was looking in the ports tree and saw versions of apache with mod_perl support and with mod_ssl support, but I am wanting to have both enabled. I apologize if this is a dumb question, I am a FreeBSD newbie and am used to working with Gentoo Linux, where I would just enable the perl and ssl use flags and then emerge apache. I am wondering if there is a similar procedure, since Gentoo's portage system is based on the FreeBSD ports system. All else failed, I suppose I can just grab the apache sources and configure/compile it myself. Thank you, appleshampoo