[Trac] Trac 0.8.4 + Mod_Python

Kenny Sanders kos at cachecrop.net
Fri Oct 7 14:30:53 CDT 2005


Greetings,

I have a minor issue with my Trac installation (which uses mod_python). 
I am using version 0.8.4. The problem I am facing is that images, css, 
etc are not showing up. I'm not sure what Directive I have entered 
incorrectly, but everything works except it';s just plain text.

/usr/local/trac/<project> = trac environment
/usr/home/svn/repos/<project> = subversion repository

Configuration file:

<VirtualHost 1.2.3.4>
     ServerName svn.domain.net
     ServerAlias trac.domain.net

     <Directory />
         SetHandler mod_python
         PythonHandler trac.ModPythonHandler
         PythonOption TracEnvParentDir /usr/local/trac
         PythonOption TracUriRoot /
     </Directory>

     <LocationMatch "/[^/]+/login">
         AuthType Basic
         AuthName "Cache Crop Trac Server"
         PythonAuthenHandler trac.projects
         Require valid-user
     </LocationMatch>
</VirtualHost>

TIA

Kenny


More information about the Trac mailing list