= 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: [http://www.rickk.com/sslwrap/ sslwrap] can be used instead. == Usage examples == A single project on port 8080. (http://localhost:8080/) ---- See also: TracGuide, TracInstall, TracModPython