Skip to content

Index of Module fcgi

Chris Petersen edited this page Oct 8, 2015 · 4 revisions

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
Clone this wiki locally