Just recently I need some software to browse one of our svn repository as an interface so the manager could monitoring the progress from their dev team. I usualy not need this independently since I always maintain the development using trac that has a built in module for svn repository. This time the dev team […]
Read MorePosts tagged trac
trac on klixs
Here is the trac config handler on mod_python.conf I use for trac mybiz3web development project : <Location /mybiz3web> SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracEnv /var/www/html/mybiz3web PythonOption TracUriRoot /mybiz3web </Location> Add them to /etc/httpd/modules.d/16_mod_python.conf as a handler to apache web server. And I use this config to authenticate user via htpasswd password file : […]
Read More