Index of Module fcgi - part-cw/lambdanative GitHub Wiki
Module: fcgi
The fcgi module provides FastCGI support through the libFastCGI library.
Functions in this module:
| Function | Short Description |
|---|---|
| (FCGI-Accept) | Accepts a connection from the web server |
| (FCGI-Finish) | Ends a connection from the web server |
| (FCGI-display string) | Echo data to the web client |
| (FCGI-getenv string) | Returns an environment variable |
| (fcgi-server init-proc session-proc close-proc) | Handle an FCGI session |