From: Eric Covener
Date: Sun, 8 Sep 2013 15:02:57 +0000 (+0000)
Subject: Merge r1520875 from trunk:
X-Git-Tag: 2.4.7~261
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f2910f16bbc3bd370c85afcbaa5cd503cc5ddc8;p=apache
Merge r1520875 from trunk:
elaborate on fastcgistarer, which is a) not yet supported on windows and
b) only needed when the frameworker doesn't have something built-in.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1520876 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy_fcgi.xml b/docs/manual/mod/mod_proxy_fcgi.xml
index eb8771ab8c..fb3c7f8b54 100644
--- a/docs/manual/mod/mod_proxy_fcgi.xml
+++ b/docs/manual/mod/mod_proxy_fcgi.xml
@@ -42,8 +42,10 @@
Unlike mod_fcgid
and mod_fastcgi,
mod_proxy_fcgi has no provision for starting the
- application process; fcgistarter is provided for
- that purpose.
+ application process; fcgistarter is provided
+ (on some platforms) for that purpose. Alternatively, external launching
+ or process management may be available in the FastCGI application
+ framework in use.
Warning
Do not enable proxying until you have