Trac is an open source, web-based project management and bug-tracking tool. The program is inspired by CVSTrac, and was originally named svntrac due to its ability to interface with Subversion.

learn more… | top users | synonyms

0
votes
2answers
187 views

How can I set up Trac to run on a webserver?

I'm setting up Trac for a project on a Windows Server 2003 which already has Apache2.2 and Virtual SVN already installed and in use. I managed to install Trac and run it on its in built stand alone ...
1
vote
1answer
73 views

trac: keep trac_auth cookie after web browser closes

Is there a way to set how long the trac_auth cookie should live, so that I may stay logged in even after closing the web browser? From what I can see now, it is set to be deleted at browser exit. I ...
1
vote
1answer
180 views

Trac problem: AttributeError: Cannot find an implementation of the “IRequestHandler” interface named “WikiModule”

This problem already has been described mutliple times in different mailing lists, but no solution has yet been published. My original setup is as follows (but in the mean time i have a simpler one ...
0
votes
1answer
249 views

Setting Trac with Apache and mod_fcgi results in either 404 or 403

I am trying to create a trac installation on my private server in order to use it for project management. I followed the instructions for installation and connecting to the apache server that can be ...
0
votes
1answer
82 views

How can you get x509 to work with Trac?

Hi I have been trying to find a way to get x509 certs for authentication for Trac but I could not find any plugins on TracHacks or tutorials on this. The closest I've seen so far is this post on ...
0
votes
1answer
189 views

My apache is giving file not found error

I am installing trac. But My apache is not working properly. It shows me the file not found error. Why this error comes. I follows the link http://trac.edgewall.org/wiki/MySqlDb Help me out. Apache ...
2
votes
0answers
197 views

Trac permission denied for SVN repo

I'm running Apache2,SVN & Trac on OpenSUSE. SVN works like a charm. I've initialized trac environment for one of my SVN repositories for trac to show source code in it's repo browser and I set the ...
1
vote
0answers
176 views

Trac standalone reading htpasswd file, but still says Authentication information not available

I am having some problems correctly configuring my trac server. I'm running Tracd 0.12.1 on a Synology DS411. I've followed this guide, I can browse the issues in trac, but if I try to log in, it ...
1
vote
0answers
52 views

Running trac on a debian server - error writing to trac.ini

I have trac running on my debian server and I set it up using mod_wsgi through apache. Now I have everything setup nicely, except I can never seem to write to a projects trac.ini file through the ...
1
vote
0answers
97 views

Migrate Trac to Redmine on Different Server

I have two servers - one with trac and one with a new Redmine installation. The trac server has a lot of valuable information on it (wiki pages, etc) that I would like to get to the Redmine server. ...
1
vote
0answers
131 views

Can't find the correct configuration of apache on Centos 5.6 for Trac 0.12.2

I've been trying to get Apache to serve Trac on CentOS 5.6 for the past few days. The missing link is almost certainly the Apache configuration. I know this because I can get trac to run locally with ...
1
vote
0answers
556 views

Way to export/import TRAC Wiki pages?

I've been using an external hosting service for my project management, however recently it became very unstable. I'm now willing to find another service however the major problem is migration. The ...
1
vote
0answers
306 views

lighttpd 1.5 reverse-proxy to trac

I'm running lighttpd 1.5 freshly compiled off svn. I have a trac daemon listening on port 8000 and I want to proxy all requests matching ^http://xx.xx.xx.xx/trac(*.) to that daemon. Here is what it ...
0
votes
0answers
66 views

Trac server never produces meaningful HTTP error responses

I'm serving Trac (1.0) through an nginx(1.0.5)/uwsgi(0.9.8.1-debian) setup on Ubuntu 11.10 and everything is working fine except for error handling. Every error generated by Trac produces an nginx 502 ...
0
votes
0answers
13 views

trac: customize 'Error: Forbidden' page

I have a trac instance that is accessible externally. In order to protect content from unauthorized viewing, I have moved all privileges from anonymous users to authenticated users. Can I customize ...