I'm having ongoing problems with IOErrors from one of my web2py apps deployed on Windows with Apache & mod_wsgi. Looks to me like the error maybe happening at a lower level before it even gets to my app code?
Traceback (most recent call last): File "C:\\dashboard\\web2py\\gluon\\main.py", line 447, in wsgibase parse_get_post_vars(request, environ) File "C:\\dashboard\\web2py\\gluon\\main.py", line 275, in parse_get_post_vars request.body = copystream_progress(request) ### stores request body File "C:\\dashboard\\web2py\\gluon\\main.py", line 143, in copystream_progress copystream(source, dest, size, chunk_size) File "C:\\dashboard\\web2py\\gluon\\fileutils.py", line 374, in copystream data = src.read(size) IOError: request data read error