[Trac] mod_python and colored diffs

Jeffrey E. Forcier jforcier at strozllc.com
Fri Jun 10 10:54:57 CDT 2005


I had the same problem (although I'd never ran it with tracd) and  
"solved" the problem by installing SilverCity, which seems to work  
fine. So I too will be interested to see if there's a way to solve  
this, I couldn't figure out what was wrong.

On Jun 10, 2005, at 11:50 AM, Matthew Gillen wrote:

> Hi,
> I'm using Apache+mod_python to run Trac, and the diffs are not  
> colored.
>  If I use 'tracd' to run Trac, I get colored diffs no problem.  So I'm
> thinking there must be something screwy in my apache config (ie it  
> can't
> run enscript or something).
>
> Here's the relavent parts of my apache config file:
>
> Alias /trac/ /usr/share/trac/htdocs/
> <Directory "/usr/share/trac/htdocs">
>  Options Indexes MultiViews
>  AllowOverride None
>  Order allow,deny
>  Allow from all
> </Directory>
>
> <Location /trac>
>    SetHandler mod_python
>    PythonHandler trac.ModPythonHandler
>    PythonOption TracUriRoot "/trac"
>    PythonOption TracEnvParentDir /path/to/trac/
> </Location>
>
> Anyone have ideas?
>
> Thanks,
> Matt
> _______________________________________________
> Trac mailing list
> Trac at lists.edgewall.com
> http://lists.edgewall.com/mailman/listinfo/trac
>


--
Jeffrey E. Forcier
Junior Developer, Research and Development
Stroz Friedberg, LLC
15 Maiden Lane, 12th Floor
New York, NY 10038
[main]212-981-6540 [direct]212-981-6546
http://www.strozllc.com

This message is for the named person's use only.  It may contain
confidential, proprietary or legally privileged information. No right to
confidential or privileged treatment of this message is waived or lost
by any error in transmission.  If you have received this message in
error, please immediately notify the sender by e-mail or by telephone at
212.981.6540, delete the message and all copies from your system and
destroy any hard copies.  You must not, directly or indirectly, use,
disclose, distribute, print or copy any part of this message if you are
not the intended recipient.



More information about the Trac mailing list