On Jun 17, 2016 16:52, "Volker Braun" <vbraun.n...@gmail.com> wrote: > > Possibly because trac static assets need to be served by the web server instead of trac's own handler? Otherwise trac is really slow, we had that before.
No it has nothing to do with that. Need to dig a little deeper, but I'm going home for the night. I put some debug code in the mod_wsgi script to see what's going on but it's not telling me much. It blocks on reading environ['wsgi.input'] [1], which is a file-like handle to the form post data in the body of the request. This happens regardless of whether Trac tries to read or my own code. The request body just never makes it, like Apache is just dropping the connection before the request body can be read. I wonder if we're being DoS'd (except GETs are working just fine). http://wsgi.readthedocs.io/en/latest/definitions.html#envvar-wsgi.input > On Friday, June 17, 2016 at 4:39:22 PM UTC+2, Erik Bray wrote: >> >> On Fri, Jun 17, 2016 at 1:52 PM, Jeroen Demeyer <jdem...@cage.ugent.be> wrote: >> > On 2016-06-16 09:09, Jeroen Demeyer wrote: >> >> >> >> On 2016-06-16 00:05, William Stein wrote: >> >>> >> >>> I have also rebooted the live actual trac.sagemath.org server now. >> >>> Hopefully this will make it faster... >> >> >> >> >> >> It still doesn't work. I am not able to change the description of ticket >> >> #20686 for example. >> > >> > >> > For what it's worth: it really seems to depend on the ticket number. Most >> > tickets work without problems, but #20686 for example is still broken. >> >> Bizarrely I was able to update this ticket fine over SSL, but not without SSL. >> >> Wasn't someone talking about doing something with CloudFlare? Could >> that be related? > > -- > You received this message because you are subscribed to the Google Groups "sage-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. > To post to this group, send email to sage-devel@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-devel. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.