]> granicus.if.org Git - apache/commitdiff
elaborate on fastcgistarer, which is a) not yet supported on windows and
authorEric Covener <covener@apache.org>
Sun, 8 Sep 2013 15:02:18 +0000 (15:02 +0000)
committerEric Covener <covener@apache.org>
Sun, 8 Sep 2013 15:02:18 +0000 (15:02 +0000)
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

index eb8771ab8c2503a091f028e75ade453dab3530dc..fb3c7f8b5420ebe155f92b0db946989ba34c8090 100644 (file)
     <p>Unlike <a href="http://httpd.apache.org/mod_fcgid/">mod_fcgid</a>
     and <a href="http://www.fastcgi.com/">mod_fastcgi</a>,
     <module>mod_proxy_fcgi</module> has no provision for starting the
-    application process; <program>fcgistarter</program> is provided for
-    that purpose.</p>
+    application process; <program>fcgistarter</program> is provided
+    (on some platforms) for that purpose. Alternatively, external launching
+    or process management may be available in the FastCGI application
+    framework in use.</p>
 
     <note type="warning"><title>Warning</title>
       <p>Do not enable proxying until you have <a