tracd -p 8080 --auth project1,/var/trac/.htdigest,trac_users /var/trac/project1
ならDigest認証できるのに
apacheだとできない。
ログを見ると
[Thu Jun 19 22:27:23 2008] [notice] caught SIGWINCH, shutting down gracefully
/usr/lib/python2.5/site-packages/trac/web/clearsilver.py:128: RuntimeWarning: Python C API version mismatch for module neo_util: This Python has API version 1013, module neo_util has version 1012.
/usr/lib/python2.5/site-packages/trac/web/clearsilver.py:128: RuntimeWarning: Python C API version mismatch for module neo_cs: This Python has API version 1013, module neo_cs has version 1012.
/usr/lib/python2.5/site-packages/trac/web/clearsilver.py:128: RuntimeWarning: Python C API version mismatch for module neo_cgi: This Python has API version 1013, module neo_cgi has version 1012.
[Thu Jun 19 22:27:27 2008] [warn] module dav_module is already loaded, skipping
[Thu Jun 19 22:27:27 2008] [notice] Digest: generating secret for digest authentication ...
[Thu Jun 19 22:27:27 2008] [notice] Digest: done
[Thu Jun 19 22:27:27 2008] [notice] mod_python: Creating 8 session mutexes based on 6 max processes and 25 max threads.
[Thu Jun 19 22:27:27 2008] [notice] mod_python: using mutex_directory /tmp
[Thu Jun 19 22:27:27 2008] [notice] Apache/2.2.8 (Ubuntu) DAV/2 SVN/1.4.6 mod_python/3.3.1 Python/2.5.2 configured -- resuming normal operations
うーん。