Apache Reference: mod_env, SetEnv

SetEnv

Set an Environment Variable for SSI/CGI Environment
Syntax: SetEnv variable A
Example: SetEnv PATH /bin:/usr/bin:/usr/local/bin
Since: Apache 1.1

This directive sets an environment variable (variable) to value, which is then passed to SSI/CGI scripts.