From: Eric Covener
Date: Sun, 8 Sep 2013 15:02:18 +0000 (+0000)
Subject: elaborate on fastcgistarer, which is a) not yet supported on windows and
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb836d38c1e61555355aa913c0f397ba7b3b64e9;p=thirdparty%2Fapache%2Fhttpd.git
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/trunk@1520875 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy_fcgi.xml b/docs/manual/mod/mod_proxy_fcgi.xml
index eb8771ab8c2..fb3c7f8b542 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