Skip to content
Chris Petersen edited this page Oct 8, 2015 · 1 revision

Handles a CGI session. While the separation in initialization, session and termination is not required for a standard CGI, observing this structure allows trivial migration to FastCGI with the fcgi module.

Parameter Description
init-proc Server initialization hook
session-proc Server session hook
close-proc Server termination hook

Example

> (cgi-server project-init project-session project-close)
Clone this wiki locally