SVN: r25706 - branches/quixote1/doc

Neil Schemenauer <nascheme-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Mon, 6 Dec 2004 19:02:46 -0500
Newsgroups gmane.comp.web.quixote.cvs
Message-ID <[email protected]>
Author: nascheme
Date: 2004-12-06 18:59:36 -0500 (Mon, 06 Dec 2004)
New Revision: 25706

Modified:
   branches/quixote1/doc/web-server.txt
Log:
Add extra instructions for using FastCGI.


Modified: branches/quixote1/doc/web-server.txt
===================================================================
--- branches/quixote1/doc/web-server.txt	2004-12-06 23:58:15 UTC (rev 25705)
+++ branches/quixote1/doc/web-server.txt	2004-12-06 23:59:36 UTC (rev 25706)
@@ -224,7 +224,8 @@
 
     AddHandler fastcgi-script .fcgi
 
-and rename demo.cgi to demo.fcgi.  If you're using a URL rewrite to map
+rename demo.cgi to demo.fcgi and change ``app.publish_cgi()`` to
+``app.publish_fcgi()``.  If you're using a URL rewrite to map
 requests for (eg.) ``/qdemo`` to ``/www/cgi-bin/demo.cgi``, be sure to
 change the rewrite -- it should now point to ``/www/cgi-bin/demo.fcgi``.