Dispatcher: fastcgidispatch
fastcgidispatch is the dispatcher for Web servers supporting FastCgi protocol.
It can be started by the Web server or in command line. See FastCGI Installation and Web Server Configuration for more details.
Syntax
fastcgidispatch [options]
Options
Option | Description |
---|---|
|
Specify the Genero Application Server directory. |
|
Specify which configuration file to use when starting the Genero Application Server dispatcher. If not specified, the default configuration file, $FGLASDIR/etc/as.xcf, is used. |
|
Overwrites the resource defined in the configuration file or creates a new one. Example:
If in the configuration file "res.dvm.wa" has another value it is now set to myrun. The final value is the one set in the option. |
|
Start the fastcgi dispatcher in standalone mode, where the dispatcher is started prior to any actual request from an application or Web server. The Web server's FastCGI extension must be configured to connect to an external GAS. |
|
Displays help information. |
|
Displays version information. |
--pid-file
filename
|
Write the dispatcher process-id to the specified file. The file is created. If the file exists, it is overwritten. |
For information on restarting the fastcgidispatch, see Restarting fastcgidispatch without losing current sessions.