As part of a server move, I went on to reinstall Trac. I’ve tried to install it as FastCGI but I failed to configure the clean URLs properly. I got the clean URLs to work if the user access them, but Trac insisted on addeing trac.fcgi
to the beginning of every link it generated. So I’ve decided to use the Trac standalone server, tracd
.
The next problem I faced was how to start the Trac automatically upon startup. The solution was to use an init.d
script for stating Trac. After some searching, I didn’t find an init.d
script for tracd
that were satisfactory (mostly poorly written). So I went on an wrote my own init.d
script for tracd
.
Continue reading Start Trac on Startup – Init.d Script for tracd