NAME

fcgirunner - A utility to setup FastCGI programs as remote responders


SYNOPSIS

fcgirunner port fastcgi-program [ parameters for fcgi ]


DESCRIPTION

The fcgirunner program sets up the specified FastCGI program as a remote responder, forks, and put the responder into the background.


OPTIONS

port

This sets the port which the responder listens on

fastcgi-program

The full path to the fastcgi program to execute.


COMPARISON WITH <STRONG>fcgirunner.pl</STRONG>

Zeus Web Server comes with fcgirunner (a compiled C program) and fcgirunner.pl. The perl version of the runner requires the Socket and POSIX perl modules and a recent version of perl. If you require behaviour which is substantially different to the default for fcgirunner then you may modify fcgirunner.pl to do that which you need. As shipped, the functionality of fcgirunner and fcgirunner.pl is the same.


COPYRIGHT

Copyright (C) 2000-2001 Zeus Technology Limited. All rights reserved.