From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGQ4N-000561-0T for guix-patches@gnu.org; Sat, 27 Oct 2018 11:00:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGQ4I-0003uE-US for guix-patches@gnu.org; Sat, 27 Oct 2018 11:00:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41354) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gGQ4I-0003u2-QE for guix-patches@gnu.org; Sat, 27 Oct 2018 11:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gGQ4I-00034i-OA for guix-patches@gnu.org; Sat, 27 Oct 2018 11:00:02 -0400 Subject: [bug#33104] [PATCH] services: httpd: Allow using it with PHP. Resent-Message-ID: Date: Sat, 27 Oct 2018 16:59:06 +0200 From: "pelzflorian (Florian Pelz)" Message-ID: <20181027145906.nelsvh2zq3xz6emu@florianbeaglebone.fritz.box> References: <20181020164401.ylh63egrl4mbz3qb@florianbeaglebone.fritz.box> <87h8h9srmc.fsf@gnu.org> <87d0rvwmvs.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87d0rvwmvs.fsf@cbaines.net> 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: Christopher Baines Cc: 33104@debbugs.gnu.org Thank you! On Sat, Oct 27, 2018 at 02:16:23PM +0100, Christopher Baines wrote: > I think when I was writing the httpd service originally, I ended up just > sticking the module loading in the extra configuration, but this looks > like a good way of handling it. > Your original httpd service had a modules field, it was already documented in the Guix manual, only the httpd-module was not public API and the field was therefore unusable. Regards, Florian