From owner-freebsd-apache@FreeBSD.ORG Tue Apr 22 07:06:45 2014 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7094213 for ; Tue, 22 Apr 2014 07:06:45 +0000 (UTC) Received: from mail-yh0-x22a.google.com (mail-yh0-x22a.google.com [IPv6:2607:f8b0:4002:c01::22a]) (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 7ED1D1C06 for ; Tue, 22 Apr 2014 07:06:45 +0000 (UTC) Received: by mail-yh0-f42.google.com with SMTP id v1so2632713yhn.29 for ; Tue, 22 Apr 2014 00:06:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=355rsTm8YCSO4kqzYZAabQMXOfFNB2vsAOtdlZ0rAFQ=; b=rjI+LKQljrX7MfKj9/y4wp8Ohnaxh+kQYhzWQWk7PBW/zPXs2fiwJiHYxFVpQmnHqR OnMbS2+IysRSKG9tO4tHLkW79GkepPMZbKMdemiYw5B6NGmKY0QAfEQBmrSwaEApZeCs 6vCXFjZfpPEDRnsD3AehLYjRwPknAb7qgcj17FDla0jggoprXh2N09mgFyx90Cwsq320 YSyutxTvFriAbQeqoHu51Isf/Rc4ijbL6+AtaPUk0CivKRCrpdlhnuN3NkdY0dk6MXr7 QTSEp/uXL6vO2qgij5WCGoqH8Kz6rXhoBJVmaf65TE3ZGGwL+nz4crFKMo8sDwwzTDJj WQYA== MIME-Version: 1.0 X-Received: by 10.236.181.165 with SMTP id l25mr8756565yhm.97.1398150404485; Tue, 22 Apr 2014 00:06:44 -0700 (PDT) Received: by 10.170.60.87 with HTTP; Tue, 22 Apr 2014 00:06:44 -0700 (PDT) Date: Tue, 22 Apr 2014 11:06:44 +0400 Message-ID: Subject: Apach24 and mod_php5 From: Alexey Smirnov To: freebsd-apache@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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:06:45 -0000 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.