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

Interestingly Django did not send me any emails about this error even though
debug = False. 

Thanks much,

Vincent

--~--~---------~--~----~------------~-------~--~----~
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