From owner-freebsd-apache@FreeBSD.ORG Tue Apr 22 08:50:07 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 DD77334E for ; Tue, 22 Apr 2014 08:50:07 +0000 (UTC) Received: from mail-yh0-x22d.google.com (mail-yh0-x22d.google.com [IPv6:2607:f8b0:4002:c01::22d]) (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 A0E3D17E6 for ; Tue, 22 Apr 2014 08:50:07 +0000 (UTC) Received: by mail-yh0-f45.google.com with SMTP id a41so4546531yho.32 for ; Tue, 22 Apr 2014 01:50:06 -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=+50DzlJTT9fP6jeFjDZq4CBt2H7bH1lgii1Vr96+Z0s=; b=QOsABbUdBjvmYa4ZsDbDIHPlFgK1IiqbizMHfyv4H4Q/JtcRCtKXa2lwutcsxYyq7q qcgBRWh8+Ee1hHGzzGFjkIPDr0EQgfbaY+9Bm7h2kw8z70KxNQkNlhuuDduXN1OZMtmV vxnOS9qVDQGeBjNgoSFKI+m6iB5TPmGyhiHxFQovvEaFKBAnxej/YwmoUYrfnOpM0QRb OMaifoMrL9OOrDp7Zskwly4+xtLbTQuWDIMF521IFt/URqNw5yqLefj5JT8ReaoGqqYA p4RAbeSNGjLr07Cs4wB66OXBnYLj4Jg7djsIeqCCdq0TloRtTtQ5d0/ii3df9xxPgbOw rw0w== MIME-Version: 1.0 X-Received: by 10.236.45.69 with SMTP id o45mr31141626yhb.64.1398156606836; Tue, 22 Apr 2014 01:50:06 -0700 (PDT) Received: by 10.170.60.87 with HTTP; Tue, 22 Apr 2014 01:50:06 -0700 (PDT) In-Reply-To: <53562609.7060505@li.ru> References: <53561EE0.8010109@ksu.ru> <53562609.7060505@li.ru> Date: Tue, 22 Apr 2014 12:50:06 +0400 Message-ID: Subject: Re: Apach24 and mod_php5 From: Alexey Smirnov To: "Marat N.Afanasyev" 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 08:50:07 -0000 Ok. Found it. I'll try to install it. Is there any reason to use acpache22 buy default instead of 24 ? 2014-04-22 12:19 GMT+04:00 Marat N.Afanasyev : > Alexey Smirnov wrote: > >> Hey Marat. >> Where can i get this infor ? >> root@arko-suite:/usr/ports/www/mod_php5 # cat Makefile >> # Created by: marcus@FreeBSD.org >> # $FreeBSD: head/www/mod_php5/Makefile 349977 2014-04-03 08:09:56Z ale $ >> >> PORTEPOCH= 1 >> CATEGORIES= www devel >> PKGNAMEPREFIX= mod_ >> >> MAINTAINER= ale@FreeBSD.org >> >> PHP_PORT= lang/php5 >> MASTERDIR= ${.CURDIR}/../../${PHP_PORT} >> >> OPTIONS_DEFINE= AP2FILTER >> AP2FILTER_DESC= Use Apache 2.x filter interface (experimental) >> OPTIONS_EXCLUDE= CGI CLI FPM EMBED >> >> .include "${MASTERDIR}/Makefile" >> root@arko-suite:/usr/ports/www/mod_php5 # >> >> So when i find it i just need to edit 22+ on 24+ ? >> >> >> 2014-04-22 11:48 GMT+04:00 Marat N.Afanasyev > >: >> >> >> 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. >> _________________________________________________ >> freebsd-apache@freebsd.org >> mailing list >> http://lists.freebsd.org/__mailman/listinfo/freebsd-__apache >> >> >> To unsubscribe, send any mail to >> "freebsd-apache-unsubscribe@__freebsd.org >> " >> >> >> >> mod_php5 requires >> >> USE_APACHE= 22+ >> >> i.e., 2.2 or 2.4 or even higher version, when one will be available >> >> -- >> SY, Marat >> >> >> in lang/php5/Makefile* ;) > > -- > SY, Marat > >