am running apache(2.2.11) as frontend server to mongrel and using rails application trying to upload开发者_运维问答 2.2 gb of data but i am getting
route matches "/error/HTTP_BAD_GATEWAY.html.var" with {:method=>:get} error
anyone has any idea to deal with it,
Apache probably has a restriction on the upload size, resulting in a redirect to an error page that isn't handled by apache itself but by your rails app.
Is there a LimitRequestBody somewhere in your apache config?
精彩评论