Version 3 (modified by anonymous, 20 years ago)

--

HTML parsing error: malformed start tag: line 872, column 64
<a href="http://armchair.zerohosting.org/leather-arm-chair.html"">leather arm chair</a>

Tracd

Tracd is a lightweight stand-alone Trac server. In most cases it's easier to setup and runs faster than trac.cgi.

Note: tracd is still experimental.

Pros

  • Fewer dependencies: You don't need to install apache or any other web-server.
  • Fast: Should be as fast as the ModPython? version (much faster than the cgi).

Cons

  • Less features: Tracd implements a very simple web-server and is not as configurable as apache.
  • Only htdigest authentication: Tracd can currently only authenticate users against apache-htdigest files.
  • No native https support: sslwrap can be used instead.

Usage examples

A single project on port 8080. (http://localhost:8080/)


See also: TracGuide, TracInstall, TracModPython