]> granicus.if.org Git - apache/commitdiff
show a worker+uds+sethandler configuration
authorEric Covener <covener@apache.org>
Sat, 20 Dec 2014 16:02:25 +0000 (16:02 +0000)
committerEric Covener <covener@apache.org>
Sat, 20 Dec 2014 16:02:25 +0000 (16:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647011 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_fcgi.xml

index a52e37cd5aa576d4d74bba32d80191ab910ca609..a92989ef2453ab192424b08c5a211d3dad3943dc 100644 (file)
@@ -136,6 +136,12 @@ ProxyPass /myapp/ balancer://myappcluster/
     # Note: The only part that varies is /path/to/app.sock
     SetHandler  "proxy:unix:/path/to/app.sock|fcgi://localhost/"
 &lt;/FilesMatch&gt;
+   # Define a matching worker.
+   # 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&gt;
 
 &lt;FilesMatch ...&gt;
     SetHandler  "proxy:fcgi://localhost:9000"