summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_proxy_fcgi.html.en
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2014-11-30 18:19:48 +0000
committerEric Covener <covener@apache.org>2014-11-30 18:19:48 +0000
commite000b3262469221fd5b0104293cd226805a7610c (patch)
tree2121342be99974042a97ea175b5be4311fd67d53 /docs/manual/mod/mod_proxy_fcgi.html.en
parent8a3a909bb07a5114dbc83f1af076f687790ec3a1 (diff)
downloadhttpd-e000b3262469221fd5b0104293cd226805a7610c.tar.gz
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1642589 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy_fcgi.html.en')
-rw-r--r--docs/manual/mod/mod_proxy_fcgi.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy_fcgi.html.en b/docs/manual/mod/mod_proxy_fcgi.html.en
index 9f4c65135a..e3b5998a55 100644
--- a/docs/manual/mod/mod_proxy_fcgi.html.en
+++ b/docs/manual/mod/mod_proxy_fcgi.html.en
@@ -101,7 +101,7 @@
<p> The following example passes the request URI as a filesystem
path for the PHP-FPM daemon to run. In this case, PHP-FPM is listening on
a unix domain socket (UDS). Requires 2.4.9 or later. With this syntax,
- the hostname and optional port following fci:// are ignored.</p>
+ the hostname and optional port following fcgi:// are ignored.</p>
<div class="example"><h3>PHP-FPM with UDS</h3><pre class="prettyprint lang-config">ProxyPassMatch ^/(.*\.php(/.*)?)$ "unix:/var/run/php5-fpm.sock|fcgi://localhost/var/www/"</pre>
</div>