Apache HTTP サーバ バージョン 2.2
This document refers to a legacy release (2.2) of Apache httpd. The active release (2.4) is documented here. If you have not already upgraded, please follow this link for more information.
You may follow this link to go to the current version of this document.
説明: | CGI スクリプト及び SSI ページに渡される環境変数を変更する機能を提供する |
---|---|
ステータス: | Base |
モジュール識別子: | env_module |
ソースファイル: | mod_env.c |
このモジュールにより CGI スクリプトと SSI
ページに適用される環境変数を制御することができるようになります。
環境変数は httpd
プロセスを起動したシェルから渡されます。また、
設定ファイルで環境変数を設定したり、削除したりすることができます。
説明: | シェルからの環境変数を渡す |
---|---|
構文: | PassEnv env-variable [env-variable]
... |
コンテキスト: | サーバ設定ファイル, バーチャルホスト, ディレクトリ, .htaccess |
上書き: | FileInfo |
ステータス: | Base |
モジュール: | mod_env |
httpd
プロセスを起動したシェルの環境から CGI スクリプトと
SSI ページに渡す環境変数を一つ以上指定します。
PassEnv LD_LIBRARY_PATH