From owner-freebsd-questions@FreeBSD.ORG Tue Mar 24 15:46:22 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10CE91065670 for ; Tue, 24 Mar 2009 15:46:22 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id 8BC2C8FC18 for ; Tue, 24 Mar 2009 15:46:21 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.2/8.14.2) with ESMTP id n2OFkHgp037579; Tue, 24 Mar 2009 16:46:17 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.2/8.14.2/Submit) id n2OFkGRx037576; Tue, 24 Mar 2009 16:46:16 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Tue, 24 Mar 2009 16:46:16 +0100 From: Ruben de Groot To: Mel Flynn Message-ID: <20090324154616.GA34742@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Mel Flynn , freebsd-questions@freebsd.org, Christoph Kukulies References: <49C8EA8D.10401@kukulies.org> <200903241520.26199.mel.flynn+fbsd.questions@mailing.thruhere.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200903241520.26199.mel.flynn+fbsd.questions@mailing.thruhere.net> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Tue, 24 Mar 2009 16:46:20 +0100 (CET) Cc: Christoph Kukulies , freebsd-questions@freebsd.org Subject: Re: mod_php5 and apache22 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: Tue, 24 Mar 2009 15:46:22 -0000 On Tue, Mar 24, 2009 at 03:20:26PM +0100, Mel Flynn typed: > On Tuesday 24 March 2009 15:13:33 Christoph Kukulies wrote: > > I moved a site from some FreeBSD 5.2 or something (with apache2 and > > mod_php5 at that time, > > about 3 years old) to 7.1 (Beta though) and apache22. > > > > Now I don't find something that looks like mod_php5 in /usr/ports/www. > > > > Has that changed somehow? > > lang/php5 with APACHE_MODULE ticked in options dialog. The apache module compile is off by default since somewhere in 2006 and I keep forgetting that occasionally :( So people using pkg_add -r php5 will not get mod_php5. This is probably not what they expected. Would it not be a good idea to (re)introduce www/mod_php5? Ruben