From owner-freebsd-apache@FreeBSD.ORG Tue Apr 22 07:48:55 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 43EFFD7E for ; Tue, 22 Apr 2014 07:48:55 +0000 (UTC) Received: from mail-yk0-x235.google.com (mail-yk0-x235.google.com [IPv6:2607:f8b0:4002:c07::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 062C3111A for ; Tue, 22 Apr 2014 07:48:54 +0000 (UTC) Received: by mail-yk0-f181.google.com with SMTP id 131so4313336ykp.12 for ; Tue, 22 Apr 2014 00:48:54 -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=y7fxaWfSQKH7jkovpDSRkjaljcA0cNNXOlJeqQNeWD8=; b=yx+9i59bxoRPgHZ3bs7U7ZsuwM1SWWObTGKYVZJnt6AXmXw9N03jbmlT7ongxgbf3g i7kMiaM7fJ7O/JzawPGyaVkFSfiuqDMDcBZK3Z56VzqsmqrGWAe8FySBt6zRRtuxFt+f A2HG8vNP7S1GE7RP+1qUtpJXIf1G0/4yVJpDWF77cULXz/Op2qcKoELMQkyElDdM1kuJ cTMTipN0vCU7w6IbtDW7nv5dXD9u29Gv5+wryqPFH1q6+++jcGrOWK6qHakDMIiSGGlM jbENegAuVWyNSs4BJFPmJszPrSTZ1F0Bbg3OkkSHH8HkYn/oZqhETXC7auFVg8OxqkLB 1lxA== MIME-Version: 1.0 X-Received: by 10.236.132.134 with SMTP id o6mr58879yhi.147.1398152934142; Tue, 22 Apr 2014 00:48:54 -0700 (PDT) Received: by 10.170.60.87 with HTTP; Tue, 22 Apr 2014 00:48:54 -0700 (PDT) In-Reply-To: <53561E4F.3050304@gmx.de> References: <53561E4F.3050304@gmx.de> Date: Tue, 22 Apr 2014 11:48:54 +0400 Message-ID: Subject: Re: Apach24 and mod_php5 From: Alexey Smirnov To: olli hauer Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-apache@freebsd.org 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:48:55 -0000 Hey Olli There is now make.conf in /etc Do i need to create it ? FreeBSD arko-suite.com 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr 8 06:43:36 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 2014-04-22 11:46 GMT+04:00 olli hauer : > 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 >