[Trac] Trac 0.8.4 + Mod_Python
Kenny Sanders
kos at cachecrop.net
Fri Oct 7 15:23:52 CDT 2005
Thanks for the help, seems that my issue was that I needed
<c>
Alias /trac /usr/local/share/trac/htdocs
<Location /trac>
SetHandler none
</Location>
</c>
Regards,
Kenny
Christopher Lenz wrote:
> Am 07.10.2005 um 21:30 schrieb Kenny Sanders:
>
>> 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.
>
>
> I've just updated the TracModPython page to point out that the
> instructions there are provided for deployers of Trac 0.9, and not
> 0.8.x. Please see <http://projects.edgewall.com/trac/wiki/
> TracModPython?version=38> for the previous instructions.
>
> In your situation, you're probably missing an Alias to map the Trac
> static htdocs to the URL that Trac expects them to be at.
>
> Cheers,
> Chris
> --
> Christopher Lenz
> cmlenz at gmx.de
> http://www.cmlenz.net/
>
>
> _______________________________________________
> Trac mailing list
> Trac at lists.edgewall.com
> http://lists.edgewall.com/mailman/listinfo/trac
>
>
>
More information about the Trac
mailing list