From owner-freebsd-questions@FreeBSD.ORG Wed Nov 30 02:16:14 2005 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 764AC16A455 for ; Wed, 30 Nov 2005 02:16:14 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from constellation.thenetnow.com (thenetnow.com [69.90.69.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D87043DD9 for ; Wed, 30 Nov 2005 02:15:43 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.54) id 1EhHVJ-00019d-4r for freebsd-questions@freebsd.org; Tue, 29 Nov 2005 21:15:29 -0500 Message-ID: <000501c5f553$f6106f10$6401a8c0@GRANT> From: "Grant Peel" To: Date: Tue, 29 Nov 2005 21:15:37 -0500 Organization: The Net Now Internet 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.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: FreeBSD 6 Apache Port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2005 02:16:14 -0000 Hi all, I am quite proficient at installing Apache, mod_ssl, mysql php (as a static module) on FreeBSD < 5.0. I always do this from source as I do not understand how to use the ports system ... as far as linking all the mods together. I have recently installed a new server using FreeBSD 6.0. Does anyone know a good tutorial or guide on how to compile Apache 2.x mod_ssl and php to gether from the ports collection? I know how to cd /usr/ports/port_name_here , make , [make test] , make install, but have never understood how to tie the mods together to procuce a complete setup. Also, what is the prefered method for adding ./configure args to a port? FYI, all I am looking to do is to compile Apache 2.x mod_ssl and php together so as to have a ports build of the apache webserver. Any help will be appreciated. -Grant