]> granicus.if.org Git - apache/commitdiff
Typo.
authorLucien Gentis <lgentis@apache.org>
Sat, 29 Nov 2014 17:43:43 +0000 (17:43 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 29 Nov 2014 17:43:43 +0000 (17:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1642454 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_fcgi.xml

index 33dcaebb2b57757f48450cffc1f9b5580bc3707c..d69848987c4d523296bf5d2f43de24b13202f09c 100644 (file)
@@ -98,7 +98,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>
     <example><title>PHP-FPM with UDS</title>
     <highlight language="config">
       ProxyPassMatch ^/(.*\.php(/.*)?)$ "unix:/var/run/php5-fpm.sock|fcgi://localhost/var/www/"