You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2017/05/01 08:17:16 UTC

svn commit: r1793291 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml

Author: jailletc36
Date: Mon May  1 08:17:16 2017
New Revision: 1793291

URL: http://svn.apache.org/viewvc?rev=1793291&view=rev
Log:
Synch with 2.4.x.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml?rev=1793291&r1=1793290&r2=1793291&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml Mon May  1 08:17:16 2017
@@ -142,7 +142,7 @@ ProxyPass "/myapp/" "balancer://myappclu
 # 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://myappclu
 <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