chickadee » spiffy-cgi-handlers » cgi-default-environment

cgi-default-environment #!optional env-alistprocedure

The environment variables that should be in the default environnment of every CGI program. Variables like SCRIPT_NAME will be added dynamically to the end of this alist.

Default:

(("GATEWAY_INTERFACE" . "CGI/1.1"))