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-Tag: 2.5.0-alpha~5094 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7df7f005c46180fc46df17c8a353000660bdd4af;p=apache 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 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