I guess I'll keep replying to myself. :) I found this which seems to point to patches to fix the problem:
http://osdir.com/ml/cherrypy-users/2010-04/msg00003.html It raises the question as to whether there is something unique in my configuration - but I suspect there isn't, and many people will be hit with this problem. Why is cherrypy not releasing bug-fix releases? Cherrypy 3.1.2 was released 20 months ago. Is anyone running on the 3.1.2 trunk? I understand that TG 1.5 is in Beta - but cherrypy should be production ready. It's making me nervous. -Sam On Jan 6, 9:16 pm, Sam <[email protected]> wrote: > Okay I've learned something. > > Although my browser shows a blank page - and my app seems never to get > called, Apache is returning a 408 error according to the logs. A > quick search of 408 and cherrypy 3.1 shows lots of information. > Presumably this 408 is being returned by cherrypy. I'll keep reading > and working on it unless someone knows something. > > Thanks > Sam > > On Jan 6, 9:02 pm, Sam <[email protected]> wrote: > > > > > > > > > So I'm in the midst of moving my application to a whole new server: > > > - Much improved hardware > > - Moving from TG 1 to 1.5 Beta > > - From Ubuntu 8.04 to 10.10 > > - From Python 2.5 to Python 2.6 > > > Essentially everything is different. > > > I use mod_proxy with Apache in front of CherryPy. > > > My issue is this: about one out of every 10 pages I request never get > > served. The web browser just sits there with a blank page, and > > cherrypy never seems to get the request. > > > I can't reproduce this consistently - and I don't even know where to > > get started looking for the problem. Any ideas are greatly > > appreciated. > > > Thanks -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

