From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 31 16:12:35 2014 Return-Path: Delivered-To: freebsd-hackers@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 F0D27E25 for ; Mon, 31 Mar 2014 16:12:34 +0000 (UTC) Received: from mail-oa0-x232.google.com (mail-oa0-x232.google.com [IPv6:2607:f8b0:4003:c02::232]) (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 B3A54349 for ; Mon, 31 Mar 2014 16:12:34 +0000 (UTC) Received: by mail-oa0-f50.google.com with SMTP id i7so9511411oag.23 for ; Mon, 31 Mar 2014 09:12:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=/W+TL1tMpKX5hBMLSyaU6nKiHLFPweoTna1NnjyPHd8=; b=Q2IyJDikHy9eahx7HXALHEw0MdswlyHfiSXUids/0GwDb4nAjvBGPsAYaAT0VyMJh/ uLfOPSRL8TEDIor6lXYdr1TeWl11a6Qkf8xesq8Gt6XI7mt+fMhUocCQV0kukVoB1IYe BGl6ictK4PRZ7uPn2rH3ix/+XjWSVMIhz+lwq3YG7nN6vDiPjrpeaH6oqmuZNeK7Abvd ObN7Naf1or3GnsUf8NtBiKe5X++0H/Qco1cneVNyA+GUW1TUHHf9+x5QDd7SsZ7D9ZPI 6yFcWUvoO/9lqp2adA5eJjz/bRZ+348f6R6Z0DhOAie2FRupR/4xguTs9DK6S/eDFpvz Hdew== MIME-Version: 1.0 X-Received: by 10.182.126.167 with SMTP id mz7mr2385979obb.69.1396282353979; Mon, 31 Mar 2014 09:12:33 -0700 (PDT) Sender: aled.w.morris@googlemail.com Received: by 10.182.14.35 with HTTP; Mon, 31 Mar 2014 09:12:33 -0700 (PDT) In-Reply-To: References: <8b74e1be5e620292f9fc005e137dae8b.authenticated@ultimatedns.net> Date: Mon, 31 Mar 2014 17:12:33 +0100 X-Google-Sender-Auth: y6U5YYaFw7478Qy5EdLDdtzFZss Message-ID: Subject: Re: despairing with apache httpd + php From: Aled Morris To: Carlos Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 16:12:35 -0000 On 31 March 2014 17:07, Carlos wrote: > > Have you read this entry on port's UPDATING file? > > 20140327: > AFFECTS: users of lang/php5 and lang/php55 with Apache module > AUTHOR: ale@FreeBSD.org > > The Apache PHP module has been separated from the main PHP port. > If it is needed, install either www/mod_php5 or www/mod_php55. > > Good find! But... $ sudo pkg install mod_php55 Updating repository catalogue pkg: No packages matching 'mod_php55' available in the repositories $ cd /usr/ports/www/mod_php55 -bash: cd: /usr/ports/www/mod_php55: No such file or directory This is how my whole day has been so far :-) Aled