From: Christophe Jaillet Date: Mon, 1 May 2017 08:17:16 +0000 (+0000) Subject: Synch with 2.4.x. X-Git-Tag: 2.5.0-alpha~439 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2b05de137268293b4f2c6f1d9d254fb57ba0f2b;p=thirdparty%2Fapache%2Fhttpd.git Synch with 2.4.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1793291 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_fcgi.xml b/docs/manual/mod/mod_proxy_fcgi.xml index df8b69d6bf8..9281d48cf14 100644 --- a/docs/manual/mod/mod_proxy_fcgi.xml +++ b/docs/manual/mod/mod_proxy_fcgi.xml @@ -142,7 +142,7 @@ ProxyPass "/myapp/" "balancer://myappcluster/" # The part that is matched to the SetHandler is the part that # follows the pipe. If you need to distinguish, "localhost; can # be anything unique. -<Proxy fcgi://localhost/ enablereuse=on max=10> +<Proxy "fcgi://localhost/" enablereuse=on max=10> </Proxy> <FilesMatch ...> @@ -203,7 +203,7 @@ ProxyPass "/myapp/" "balancer://myappcluster/" server config virtual hostdirectory .htaccess -Available in version 2.5 and later +Available in version 2.4.26 and later

This directive allows the type of backend FastCGI application to be @@ -233,7 +233,7 @@ scenarios.

server config virtual hostdirectory .htaccess -Available in version 2.5 and later +Available in version 2.4.26 and later

Just before passing a request to the configured FastCGI server, the core of