From 344351a4491de978deceb0749b4582b8845a902d Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sat, 20 Dec 2014 16:02:25 +0000 Subject: [PATCH] show a worker+uds+sethandler configuration 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 | 6 ++++++ 1 file changed, 6 insertions(+) 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" -- 2.47.3