在apache2的mod_python上運行django應用程序時,我在我的apache錯誤日誌中收到了這條錯誤消息。Django的Apache mod_python問題
[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/
任何人都可以請建議一些解決方案嗎?
試一試askfault.com;) – IProblemFactory 2010-12-14 09:20:36
你用什麼Python/Apache/mod_python/Django版本? – Seitaridis 2010-12-15 07:16:49