From: Lucien Gentis
Date: Sat, 29 Nov 2014 17:43:43 +0000 (+0000)
Subject: Typo.
X-Git-Tag: 2.4.11~139
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26a9849b8037b96ddc2baf9702c9ed30da0c84a1;p=thirdparty%2Fapache%2Fhttpd.git
Typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1642454 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy_fcgi.xml b/docs/manual/mod/mod_proxy_fcgi.xml
index 33dcaebb2b5..d69848987c4 100644
--- a/docs/manual/mod/mod_proxy_fcgi.xml
+++ b/docs/manual/mod/mod_proxy_fcgi.xml
@@ -98,7 +98,7 @@
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.
+ the hostname and optional port following fcgi:// are ignored.
PHP-FPM with UDS
ProxyPassMatch ^/(.*\.php(/.*)?)$ "unix:/var/run/php5-fpm.sock|fcgi://localhost/var/www/"