From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFmMI-0001Rk-87 for guix-patches@gnu.org; Thu, 25 Oct 2018 16:35:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFmAj-0004pR-Vt for guix-patches@gnu.org; Thu, 25 Oct 2018 16:24:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38643) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gFmAj-0004pG-Rq for guix-patches@gnu.org; Thu, 25 Oct 2018 16:24:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gFmAj-0006kq-Ni for guix-patches@gnu.org; Thu, 25 Oct 2018 16:24:01 -0400 Subject: [bug#33104] [PATCH] services: httpd: Allow using it with PHP. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181020164401.ylh63egrl4mbz3qb@florianbeaglebone.fritz.box> Date: Thu, 25 Oct 2018 22:23:07 +0200 In-Reply-To: <20181020164401.ylh63egrl4mbz3qb@florianbeaglebone.fritz.box> (Florian Pelz's message of "Sat, 20 Oct 2018 18:44:03 +0200") Message-ID: <87h8h9srmc.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Florian Pelz , Christopher Baines Cc: 33104@debbugs.gnu.org Hi Florian! Florian Pelz skribis: > * gnu/services/web.scm (httpd): Make existing httpd-module API public. > * doc/guix.texi (Apache HTTP Server): Document its usage with PHP-FPM. At first sight this LGTM but I=E2=80=99m no expert. Chris, WDYT? Please a= pply if it looks good to you! Thank you, Ludo=E2=80=99.