ruby on rails - Unexpected error in mod_passenger: An error occurred while receiving HTTP upload data -


i 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: 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) 

please me. advance

i got solution.

if server in cantos change line in httpd.conf

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

open file , change line

default keepalive 60. change , replace 60 100.

hope work in side.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -