Unexpected error in mod_passenger: An error occurred while receiving HTTP upload data

安稳与你 提交于 2019-12-11 06:44:27

问题


I am getting error like

[ pid=22895 thr=139814677706720 file=ext/apache2/Hooks.cpp:884 time=2013-04-18 21:10:56.113 ]: Unexpected error in mod_passenger: An error occurred while receiving HTTP upload data: End of file found (70014)
  Backtrace:
     in 'boost::shared_ptr<Passenger::BufferedUpload> Hooks::receiveRequestBody(request_rec*)' (Hooks.cpp:1321)
     in 'int Hooks::handleRequest(request_rec*)' (Hooks.cpp:585)

回答1:


I got solution.

If your server in cantos then change this line in your httpd.conf

your httpd.conf file is in etc/conf/httpd.conf

Open that file and change this line

default is KeepAlive is 60. now change this and replace 60 to 100.

Hope this will work in your side.



来源:https://stackoverflow.com/questions/16084141/unexpected-error-in-mod-passenger-an-error-occurred-while-receiving-http-upload

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!