apache2 mod_pythonの上でdjangoアプリケーションを実行しているときに、私のApacheエラーログにこのエラーメッセージが表示されています。Apache mod_python with django issue
[Tue Dec 14 14:26:45 2010] [error] [client SOME_IP] IOError: Write failed, client closed connection., referer: http://example.com/
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/mod_python/importer.py", line 1931, in ReportError
req.write(text)
IOError: Write failed, client closed connection.
[Tue Dec 14 14:26:45 2010] [error] [client SOME_IP] python_handler: Dispatch() returned non-integer., referer: http://example.com/
誰でもお答えください。
お試しくださいserverfault.com;) – IProblemFactory
どのようなPython/Apache/mod_python/Djangoのバージョンをお使いですか? – Seitaridis