From owner-freebsd-ports@freebsd.org Wed Mar 1 09:56:35 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DF09CF3AE9 for ; Wed, 1 Mar 2017 09:56:35 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 0A1F9AE5 for ; Wed, 1 Mar 2017 09:56:35 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: by mailman.ysv.freebsd.org (Postfix) id 06AB9CF3AE8; Wed, 1 Mar 2017 09:56:35 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 065EFCF3AE7 for ; Wed, 1 Mar 2017 09:56:35 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C340EAE4 for ; Wed, 1 Mar 2017 09:56:34 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id B60A428429; Wed, 1 Mar 2017 10:56:30 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id DF6432840C; Wed, 1 Mar 2017 10:56:29 +0100 (CET) Subject: Re: www/lighttpd 1.4.45 broken mod_fastcgi for PHP To: Piotr Kubaj Cc: FreeBSD Ports References: <58B6098E.1080004@quip.cz> <20170301075920.GA98696@chujemuje> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <58B69ACD.2060507@quip.cz> Date: Wed, 1 Mar 2017 10:56:29 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: <20170301075920.GA98696@chujemuje> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 09:56:35 -0000 Piotr Kubaj wrote on 2017/03/01 08:59: > Hi, > > I use Lighttpd 1.4.45_1 on 11.0-RELEASE with mod_fastcgi and php-cgi. There are no problems with this setup. Are you sure php-cgi processes are running are the socket file is present? Yes, there ara php-cgi processes. The strange thing is PHP web site is runing - phpinfo() works. But there are too many errors in the log - 33548 in about 40 minutes. This is production machine so I must solved it fast and converted to php-fpm which works fine. If you want some more info, let me know what and I'll try to run this at night again. Miroslav Lachman