環境変数エラー

Trac detected an internal error: The environment options “TRAC_ENV” or “TRAC_ENV_PARENT_DIR” or the mod_python options “TracEnv” or “TracEnvParentDir” are missing. Trac requires one of these options to locate the Trac environment(s).
というエラーが発生した。
原因は、TRAC_ENVがhttpd.confなどに設定されていないことによる。
<Location /xxx>
SetEnv TRAC_ENV “/trac_path
</Location>
などの記載を行う。

カテゴリーtrac

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です