]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Synch with 2.4.x.
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 1 May 2017 08:17:16 +0000 (08:17 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 1 May 2017 08:17:16 +0000 (08:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1793291 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_fcgi.xml

index df8b69d6bf874f2059fc454bbda92f9a5b464606..9281d48cf144a128c96e55eea22aaca73c31fb78 100644 (file)
@@ -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.
-&lt;Proxy fcgi://localhost/ enablereuse=on max=10&gt;
+&lt;Proxy "fcgi://localhost/" enablereuse=on max=10&gt;
 &lt;/Proxy&gt;
 
 &lt;FilesMatch ...&gt;
@@ -203,7 +203,7 @@ ProxyPass "/myapp/" "balancer://myappcluster/"
 <contextlist><context>server config</context>
 <context>virtual host</context><context>directory</context>
 <context>.htaccess</context></contextlist>
-<compatibility>Available in version 2.5 and later</compatibility>
+<compatibility>Available in version 2.4.26 and later</compatibility>
 
 <usage>
 <p>This directive allows the type of backend FastCGI application to be
@@ -233,7 +233,7 @@ scenarios.</p>
 <contextlist><context>server config</context>
 <context>virtual host</context><context>directory</context>
 <context>.htaccess</context></contextlist>
-<compatibility>Available in version 2.5 and later</compatibility>
+<compatibility>Available in version 2.4.26 and later</compatibility>
 
 <usage>
 <p>Just before passing a request to the configured FastCGI server, the core of