summaryrefslogtreecommitdiff
path: root/gnu/services/web.scm
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2018-10-20 18:44:03 +0200
committerChristopher Baines <mail@cbaines.net>2018-10-27 14:08:45 +0100
commitabc98e3be5fbccf88fe69399db4d83f902b65a15 (patch)
tree519b98d91531c596612d966507e48affd507d770 /gnu/services/web.scm
parentcbea1e8dd22c01b8c228afc0b74dfe39ed356d37 (diff)
downloadpatches-abc98e3be5fbccf88fe69399db4d83f902b65a15.tar
patches-abc98e3be5fbccf88fe69399db4d83f902b65a15.tar.gz
services: httpd: Allow using it with PHP.
* gnu/services/web.scm (httpd): Make existing httpd-module API public. * doc/guix.texi (Apache HTTP Server): Document its usage with PHP-FPM. Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/services/web.scm')
-rw-r--r--gnu/services/web.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/services/web.scm b/gnu/services/web.scm
index 1edb1f4d34..fcf453c248 100644
--- a/gnu/services/web.scm
+++ b/gnu/services/web.scm
@@ -70,6 +70,11 @@
httpd-config-file-user
httpd-config-file-group
+ <httpd-module>
+ httpd-module
+ httpd-module?
+ %default-httpd-modules
+
httpd-service-type
<nginx-configuration>