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>
などの記載を行う。