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,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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?