|
An [Httpd Fast CGI] section of conf/texis.ini maps a URL prefix
on the Texis Web server to a FastCGI server. There is one
such section per configured FastCGI server. This section was added
in version 4.04.1079750000 Mar. 19 2004.
- URL Prefix
-
The URL prefix which is mapped to a FastCGI server.
- Command Line
-
The command line and args to start the local FastCGI server. This is only
needed if the FastCGI server is not already running on the Local Bind Path.
Arguments that potentially may have embedded spaces (e.g.
%INSTALLDIR%)
should be double-quoted: the quotes escape the spaces under Windows
for most programs, and are removed (but still delineate args) under Unix.
- Local Bind Path
-
The local host and port to bind and connect to the local FastCGI server.
The default is
localhost:11000 and up (port increments for each
FastCGI server configured).
- Buffer Size
-
The max size of I/O buffers (there are 3). Note: in current
versions this should not exceed 64k. Default is
64k.
- Pre Start
-
Set to 1 if local FastCGI server should be started at web server init,
rather than waiting for first web request (which is the default). Setting
this to 1 increases the startup load of the web server, but then the
FastCGI response is quicker on the first request. Useful for FastCGI
servers which take a long time to initialize.
- Kill On Exit
-
Set to 1 if local FastCGI server should be killed at web server exit.
The default is 0, which leaves the FastCGI server running.
Copyright © Thunderstone Software Last updated: Sun Mar 17 21:14:49 EDT 2013
|