From: Eric Covener Date: Sat, 20 Dec 2014 16:02:25 +0000 (+0000) Subject: show a worker+uds+sethandler configuration X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=344351a4491de978deceb0749b4582b8845a902d;p=thirdparty%2Fapache%2Fhttpd.git show a worker+uds+sethandler configuration git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647011 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_fcgi.xml b/docs/manual/mod/mod_proxy_fcgi.xml index a52e37cd5aa..a92989ef245 100644 --- a/docs/manual/mod/mod_proxy_fcgi.xml +++ b/docs/manual/mod/mod_proxy_fcgi.xml @@ -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/" </FilesMatch> + # 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. + <Proxy fcgi://localhost/ enablereuse=on max=10> + </Proxy> <FilesMatch ...> SetHandler "proxy:fcgi://localhost:9000"