what config are you using ?
failed to write data is usually meaning that the client terminated the 
socket before apache being able to stream the response back to it. kinda of 
"close the browser in the middle of a download".

On Tuesday, March 31, 2015 at 12:33:14 AM UTC+2, weheh wrote:
>
> On a Windows 7 server running the latest Apache, I'm getting the following 
> mod_wsgi errors showing up in the Apache error.log file:
>
> mod_wsgi (pid=1233) Exception occurred processing WSGI script 
> 'C:/web2py/wsgihandler.py'., referer: 
> https://mysite.com/my_controller/my_action
>
> IOError: failed to write data, referer: 
> https://mysite.com/mycontroller/myaction
>
>
> Simultaneously (and I don't know if this is a consequence of the above or 
> not), Firebug is showing that my css files are intermittently getting 
> interpreted as type/plain. This causes the site to download improperly and 
> fail to display.
>
> Can anyone shed some light onto what is going on here?
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to