Me too!!! I've tried to install the release candidates Trac-0.11.5rc1 and Trac-0.11.5rc2, I used the "SetInputFilter None" trick but the problem persists. The only (in my opinion bad solution) is to disable the mod_deflate.
On Jul 15, 6:00 pm, kevin <[email protected]> wrote: > I have exactly the same problem. I have tested it with Trac-0.11.4 > and Trac-0.11.5rc2 - both versions behave poorly using fastcgi. A > couple of observations: > > * This problem does not exist using the cgi script, only with fcgi > * On my system, the problem is resolved by disabling mod_deflate. It > is not resolved using the "SetInputFilter None" trick. > > On Jul 1, 1:52 am, Christian Boos <[email protected]> wrote: > > > Hello, > > > Stephan wrote: > > > Mytracinstallation was veryslowas well... > > > until I did the mentioned "SetInputFilter None"-trick! :) > > > > I'm runningTracon Windows2000 Server/Apache2/mod_python. > > > > Thanks a lot! > > > Could people having that issue also try the newly releasedTrac > > 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 foundtracveryslowand 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 > > >> PythonHandlertrac.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 -~----------~----~----~----~------~----~------~--~---
