Hi Andrei,
I think your issue is *CherryPy* related (web.py uses it as dev server). Try
running web.py under apache+mod_wsgi if you can.
Ok, thanks for the pointer. I don't want to use apache+mod_wsgi if I
can as I'm building a bit test of code for rapid developers and I want
them just to be able to do "python myapp.py" and have the server I've
written ready for coding against.
So, I took up the CherryPy angle, and found this:
http://www.cherrypy.org/ticket/951
which claims to have been fixed (perhaps in a newer version of CherryPy
than is bundled with web.py?). Nonetheless, I tried issuing my curl
requests with --http1.0 and things seem to be working now, so it's clear
that whatever the underlying problem is it is that.
Thanks for the tip,
Richard
--
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en.