On Jul 6, 9:38 am, Vincent Nijs <[EMAIL PROTECTED]>
wrote:
> Could anyone help me identify if the error message below (from apache log)
> might be a network/apache error or something in my Django/python code. My
> site is deployed using apache and mod_python.
>
> [error] [client ] PythonHandler django.core.handlers.modpython: Traceback
> (most recent call last):, referer:https://mysite.org
> [error] [client ] PythonHandler django.core.handlers.modpython:   File
> "/usr/lib/python2.5/site-packages/mod_python/apache.py", line 299, in
> HandlerDispatch\n    result = object(req), referer:https://mysite.org
> [error] [client ] PythonHandler django.core.handlers.modpython:   File
> "/usr/lib/python2.5/site-packages/django/core/handlers/modpython.py", line
> 177, in handler\n    return ModPythonHandler()(req), 
> referer:https://mysite.org
> [error] [client ] PythonHandler django.core.handlers.modpython:   File
> "/usr/lib/python2.5/site-packages/django/core/handlers/modpython.py", line
> 169, in __call__\n    req.write(chunk), referer:https://mysite.org
> [error] [client ] PythonHandler django.core.handlers.modpython: IOError:
> Write failed, client closed connection., referer:https://mysite.org

The IOError simply indicates that the browser connection was closed
before a response could be completely sent. Did you press the stop or
reload buttons on the browser in the middle of a page load?

Graham


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to