[mapserver-commits] r10014 - trunk/docs/en/optimization

svn at osgeo.org svn at osgeo.org
Thu Mar 25 11:22:10 EDT 2010


Author: warmerdam
Date: 2010-03-25 11:22:08 -0400 (Thu, 25 Mar 2010)
New Revision: 10014

Modified:
   trunk/docs/en/optimization/fastcgi.txt
Log:
add note on renaming mapserv to mapserv.cgi (#3213)

Modified: trunk/docs/en/optimization/fastcgi.txt
===================================================================
--- trunk/docs/en/optimization/fastcgi.txt	2010-03-25 15:04:19 UTC (rev 10013)
+++ trunk/docs/en/optimization/fastcgi.txt	2010-03-25 15:22:08 UTC (rev 10014)
@@ -87,7 +87,11 @@
       -appConnTimeout 60 -idle-timeout 60 -init-start-delay 1 
       -minProcesses 2 -maxClassProcesses 20 -startDelay 5
 
-4.  In your mapfile, set a PROCESSING directive to tell FastCGI to cache 
+4.  Install a copy of the mapserv executable into the cgi-bin directory 
+    with the extension .fcgi (ie. mapserv.fcgi).  Use this executable when
+    you want to utilize fastcgi support.
+
+5.  In your mapfile, set a PROCESSING directive to tell FastCGI to cache 
     the connections and layer information on all layers for which connection 
     caching is desired - ie. all slow layers.
 



More information about the mapserver-commits mailing list