[an error occurred while processing this directive]
[an error occurred while processing this directive]いろいろいじってみるために、 FreeBSD 7.0にインストールしてみた。 いつも通り、portsで延々とコンパイル。 apache2のcgiで動かそうと思ったら、 環境変数の設定がないと怒られた。 なので、/usr/local/www/cgi-bin/trac.cgiに
#!/bin/sh export TRAC_ENV=/home/trac/repos/ /usr/local/share/trac/cgi-bin/trac.cgi
と書き込んでおいた。 しかし、とてつもなく遅い。 mod_pythonを使わないと実用にならなさそう。 tracdだとさすがに軽快に動くのだが。