我使用uploadify上传网站上的文件。每隔一段时间我就会在服务器日志中收到这些错误:
[Tue Jun 26 09:24:45 2012] [error] [client ipaddress] Handler for x-httpd-php5 returned invalid result code 70007
[Tue Jun 26 09:25:17 2012] [error] [client ipaddress] Handler for x-httpd-php5 returned invalid result code 70014
经过一些谷歌搜索后,我发现这可能是由于我们网站上使用代理的人造成的。
我在网上看到这可能会有所帮助:
pass your apache log in debug mode using the directive LogLevel
我不知道这意味着什么,但我可以将它传递给我的虚拟主机。
有没有办法尝试检测代理,以便我可以警告用户上传可能会失败?
关于如何处理这个的任何其他想法?
是否有其他人通过代理上传文件时遇到此问题?