开发者

No route matches "/error/HTTP_BAD_GATEWAY.html.var" with {:method=>:get} while uploading 2.2 gb of file

开发者 https://www.devze.com 2023-01-17 10:26 出处:网络
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

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消