From owner-freebsd-questions@FreeBSD.ORG Thu May 21 04:17:48 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A0D48193 for ; Thu, 21 May 2015 04:17:48 +0000 (UTC) Received: from mail-ob0-x22f.google.com (mail-ob0-x22f.google.com [IPv6:2607:f8b0:4003:c01::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 68CEC1808 for ; Thu, 21 May 2015 04:17:48 +0000 (UTC) Received: by obbea2 with SMTP id ea2so17455789obb.3 for ; Wed, 20 May 2015 21:17:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=WVXlVDi5Jgwxv6TtIZq/9o7HqBI3Z/kDHD1qRqfchU0=; b=VaDWPdCAhEnCt2Njof/YWcgYFa2E0KBrTNJ03aPe7hU9D782XJX+AhDQ4Npgp4zsUG ngzsqiANJupFsu7efqpJCJRV24FxoauGgUTFsZdqvAwy4m9oruWF8os1Ya2UDKuMd19Z dNvFRIbQT07JJA29tdeEQBdmbPk4dRhUtZ7a1V7YQuIxM3uNas3Epk644iHm+BennRWE t840mmXzc7zWW214wrYPxF38c8IZ+xkvErBsyBNNu7HWEHvxuOthaEn6rBqc/OffSfCJ zF00Nxo2TB+Ken3min4JX3FGYsbXih34aiay2Jx85V4tpP3g5PUVSvw5aDAsx5j2e6VW sZKQ== MIME-Version: 1.0 X-Received: by 10.202.71.1 with SMTP id u1mr619177oia.2.1432181867591; Wed, 20 May 2015 21:17:47 -0700 (PDT) Received: by 10.202.54.196 with HTTP; Wed, 20 May 2015 21:17:47 -0700 (PDT) In-Reply-To: References: Date: Wed, 20 May 2015 22:17:47 -0600 Message-ID: Subject: Re: from ports Apache install missing options From: Paul Smith To: Jeffry Killen Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2015 04:17:48 -0000 On Wed, May 20, 2015 at 9:38 PM, Jeffry Killen wrote: > I just installed apache22 and was not given an option to include support for > php > There is no evidence in the httpd.conf file that there is any support for > it. > > I deinstalled apache22 and made and installed apache24. Same story. > I don't see a port the expressly include support for any such extension with > apache. > > At the very start of the make stage, a long list of options is presented but > no mention of mod_perl, mod_python, mod_php5, nor any ruby related modules > > Is there a way to do this from ports with a ./configure script? Or, what is > the > alternative? > > Just prior I went through the trouble of building and installing php with a > bunch of extensions. This is intended to be used with apache. > > I could just abandon ports and do a manual build of apache myself I > suppose. > > I've done that without memorable trouble on at least 4 machines with FreeBSD > 6.2 > (about 8 or 9 years ago). But now I am getting hooked on using ports > > Thanks for time attention and patience. > JK Take a look at the ports www/mod_php5 www/mod_php55 www/mod_php56 Paul