From 93e1a0a9cd10a2c16a19f8ae28d245725c43422f Mon Sep 17 00:00:00 2001 From: kadogo Date: Tue, 7 Feb 2017 16:03:30 +0100 Subject: [PATCH] Update README for new mod (xsendfile, fastcgi, proxy_fcgi) --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.rst b/README.rst index 57c2ba7..b207a42 100644 --- a/README.rst +++ b/README.rst @@ -55,6 +55,11 @@ Enables the Apache module mod_proxy. (Debian and FreeBSD only) Enables the Apache module mod_proxy_http and requires the Apache module mod_proxy to be enabled. (Debian Only) +``apache.mod_proxy_fcgi`` +------------------------- + +Enables the Apache module mod_proxy_fcgi and requires the Apache module mod_proxy to be enabled. (Debian Only) + ``apache.mod_wsgi`` ------------------- @@ -100,6 +105,11 @@ Enables mod_cgi. (FreeBSD only) Installs and enables the mod_fcgid module +``apache.mod_fastcgi`` +-------------------- + +Installs and enables the mod_fastcgi module + ``apache.mod_dav_svn`` -------------------- @@ -144,6 +154,11 @@ Enables the Apache module vhost_alias (Debian Only) Enables and configures the Apache module mod_remoteip using data from Pillar. (Debian Only) +``apache.mod_xsendfile`` +---------------------- + +Installs and enables mod_xsendfile module. (Debian Only) + ``apache.own_default_vhost`` --------------------------