- (cgi-default-environment [env-alist]) procedure
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"))