You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ta...@apache.org on 2008/06/20 00:56:55 UTC

svn commit: r669736 - in /httpd/httpd/trunk/docs/manual: mod/mod_proxy_fcgi.xml programs/index.xml

Author: takashi
Date: Thu Jun 19 15:56:55 2008
New Revision: 669736

URL: http://svn.apache.org/viewvc?rev=669736&view=rev
Log:
* mod/mod_proxy_fcgi.xml: fix the wrong module name
* programs/index.xml: add fcgistarter

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml
    httpd/httpd/trunk/docs/manual/programs/index.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml?rev=669736&r1=669735&r2=669736&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml Thu Jun 19 15:56:55 2008
@@ -22,7 +22,7 @@
 
 <modulesynopsis metafile="mod_proxy_fcgi.xml.meta">
 
-<name>mod_proxy_fcg</name>
+<name>mod_proxy_fcgi</name>
 <description>FastCGI support module for
 <module>mod_proxy</module></description>
 <status>Extension</status>

Modified: httpd/httpd/trunk/docs/manual/programs/index.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/index.xml?rev=669736&r1=669735&r2=669736&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/index.xml (original)
+++ httpd/httpd/trunk/docs/manual/programs/index.xml Thu Jun 19 15:56:55 2008
@@ -58,7 +58,12 @@
       <dd>Create and update user authentication files in DBM format
       for basic authentication</dd>
 
+      <dt><program>fcgistarter</program></dt>
+
+      <dd>Start a FastCGI program</dd>
+
       <dt><program>htcacheclean</program></dt>
+
       <dd>Clean up the disk cache</dd>
 
       <dt><program>htdigest</program></dt>