开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜