From: Mark Wooding Date: Wed, 30 Jan 2013 01:14:36 +0000 (+0000) Subject: www-cgi/: Yet more environment variables to be passed about. X-Git-Url: https://git.distorted.org.uk/~mdw/userv-utils/commitdiff_plain/564fbf9bcb4ff56ff2fcbc018fd5a85cdfeb4ea2?hp=564fbf9bcb4ff56ff2fcbc018fd5a85cdfeb4ea2 www-cgi/: Yet more environment variables to be passed about. The `SSL_*' variables are used to pass information about SSL or TLS, including the cipher suite in use, and the status of client authentication. The `REDIRECT_*' variables are used to pass information about a failed request to a CGI script run as an Apache `ErrorDocument' or similar. ---