From owner-freebsd-apache@FreeBSD.ORG Tue Apr 22 07:51:09 2014 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B699ED8 for ; Tue, 22 Apr 2014 07:51:09 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9BE9511CA for ; Tue, 22 Apr 2014 07:51:08 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0M7HGA-1WoEp50ZcM-00x5zk; Tue, 22 Apr 2014 09:45:53 +0200 Message-ID: <53561E4F.3050304@gmx.de> Date: Tue, 22 Apr 2014 09:46:23 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: freebsd-apache@freebsd.org Subject: Re: Apach24 and mod_php5 References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:ktrcVmNgtnkWAH3Ozo/SSqRmGqlss8Z+phu82FQz7NulO17+s4Y G0QpB1Lyu/T3Xym6vRyHyXJxxmEXDIDl0MbWucE/4AXBB4mRirTUrF+E+PlVcMbZzokkAIF YaXttONW1Oh6OZlUkniFbuJEp+GoQxOzM8wqckZ/rmGCX6dJLaYS7eh6te4Vtkjue5xchmH Tfa5Zus2dxFgeFCQnq/8g== X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 07:51:09 -0000 On 2014-04-22 09:06, Alexey Smirnov wrote: > Hello everyone. > For now i am setuping new freebsd 10 webserver. > The question is mo_php5 requires apache22 to be installed. > Is this meen that apache24 would not work with mod_php5 ? > If no how can i configure bothe ports apache22 and apach24 to exist > together an use apache24 and mod_php5. The reason why i don't want use > apache22 is the branch is legacy. > Thank you. Hi Alexey, try with DEFAULT_VERSIONS=apache=2.4 in /etc/make.conf -- Regards, olli