Hello, Stephan wrote: > My trac installation was very slow as well... > until I did the mentioned "SetInputFilter None"-trick! :) > > I'm running Trac on Windows2000 Server/Apache2/mod_python. > > Thanks a lot! >
Could people having that issue also try the newly released Trac 0.11.5rc1 *without* that trick, to see if the underlying problem was fixed? (see TracDownload#LatestReleaseCandidate) -- Christian > On 19 Jun., 21:01, itbhp <[email protected]> wrote: > >> I also found trac very slow and after reading what you have written >> about it I came up with a solution. >> >> <Location /tracProj> >> SetInputFilter None ## This line disable deflate module >> only for this site. <--- >> SetHandler mod_python >> PythonInterpreter main_interpreter >> PythonHandler trac.web.modpython_frontend >> PythonOption TracEnv /var/trac/proj >> </Location> >> >> Hope it helps. >> > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
