From 7df7f005c46180fc46df17c8a353000660bdd4af Mon Sep 17 00:00:00 2001
From: Eric Covener
Date: Sun, 8 Sep 2013 15:02:18 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_proxy_fcgi.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
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