Tag: trac

Here you can see a listing of all the posts tagged with trac on this website.

  • Multiple Tracs with the Same User Database

    Posted on Nov. 14, 2007 at 19:13 +0100 Tagged with ,

    For my master thesis I'm working with a couple of other people on quite a big project which consists of multiple sub-projects. To get some order into the whole process and documentation we are about to use Trac, the free project management tool by the folks at edgewall. It simply let's you handle one project per instance with its own SVN repository and user base. But what if you want to have multiple instances with the same users but just different permissions per instance?

    [more ...]

    0 comments

  • Correcting pretty-URLs for FCGI in Trac 0.10.x

    Posted on Feb. 23, 2007 at 23:22 +0100 Tagged with ,

    I'm currently in the process of installing Trac on my Dreamhost account and came across the problem, that the server doesn't allow me to work with Aliases and ScriptAliases in .htaccess files. So I had to go back to using symlinks and RewriteRules.

    The problem here now seems to be, that if you for example have a dispatch.fcgi in your htdocs, all your URLs will look for example like this: http://domain/path/dispatch.fcgi/wiki.

    [more ...]

    0 comments