Sun Java System Web Server 6.1 SP11 FastCGI Plug-in Release Notes

responder-fastcgi

The responder-fastcgi SAF forwards a request to a FastCGI application that acts as a Responder, for further processing. responder-fastcgi sends the request data to the listener onto which the app-path application processes are listening. Once the application responds to the request, service-fastcgi process is the response headers before sending them back to the user-agent.

For a list of parameters accepted by responder-fastcgi SAF, see FastCGI SAF Parameters.

The following obj.conf code example demonstrates the use of responder-fastcgi:

Service fn="responder-fastcgi" app-path="/foo/bin/perl" bind-path="fooPerl"