[Trac] Shared Hosting setup

Kai Hendry hendry at iki.fi
Mon Oct 10 22:34:33 CDT 2005


I managed to get my host to install trac from the Debian package
0.8.1-3sarge2 instead of going through this horrible guide:

http://wiki.dreamhost.com/index.php/Trac

I don't have access to the httpd.conf so I tried for ages with htaccess
with Rewriterules without luck.

Finally I managed to get it running with a bash script:

pico$ cat trac2.natalian.org/index.cgi
#!/bin/bash
export TRAC_ENV="/home/hendry/trac"
/usr/share/trac/cgi-bin/trac.cgi

Though I still need some advice how to get the Alias working (without
using alias), so the images show up.

Also how to hide index.cgi from the URL.

http://trac2.natalian.org/index.cgi/browser/projects/

Please CC: replies as I am not subscribed to the list.


More information about the Trac mailing list