Apache's suexec cgi-wrapper has been modified so that it can be configured to pass additional environment variables apart from those considered "safe" at the time it is compiled.
In order to add additional variables to this list of "safe" variables, place the names of the additional environment variables in the file, /etc/suexec.env.ensim
, one variable per line.
Important: To ensure security, this file must be owned by root, with only user read and write permissions enabled (indicated by 0600 UNIX permission).
If you want to allow Apache to pass an environment variable named MY_TRUSTED_ENV
to a CGI program, place the following line in the file, /etc/suexec.env.ensim
.
MY_TRUSTED_ENV