Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (133 - 135 of 196)

Ticket Resolution Summary Owner Reporter
#87 worksforme On an autoinstalled trac using git, going to Browse Source can time out and get a 500 xavid
Description

This even happens with small git repos with little history. The fact that it's so slow is probably an upstream thing, but we might be able to hack the autoinstaller's fcgi to make timeouts not happen.

#86 fixed Running multiple autoinstalled instances of Trac causes them all to look the same xavid
Description

This is because the trac.fcgis are all symlinks to the same executable, so Apache thinks they're the same script and reuses old processes from one site for the other site. A simple solution is to copy /mit/scripts/deploy/trac/trac.fcgi into place instead of symlinking it.

#85 fixed Trac autoinstaller should configure trac.ini properly when using git xavid
Description

Specifically, it should add the line:

gitplugin.* = enabled

to the

[components]

section.

Note: See TracQuery for help on using queries.