I am currently running in house software built on ruby on rails. We use passenger. We currently have a file size limit of 15MB for uploading files to the rail application. How can I increase this file size limitation? I am not at all familiar with ruby and don't even know where to start looking. I tried editing the apache configuration by adding the LimitRequestBody line in the virtual host, but no cigar.
Asked
Active
Viewed 1,302 times
1
-
1Hiya, this might help - http://stackoverflow.com/questions/2200188/rails-file-upload-size-limit **or** this http://httpd.apache.org/docs/1.3/mod/core.html#limitrequestbody cheers, – Tats_innit Mar 12 '12 at 18:23
-
This doesn't solve the problem; he stated explicitly that he tried that. I'm pretty sure Apache doesn't have an upload limit. Not sure what else would be causing that. – David Ryder Mar 23 '12 at 16:36
-
I have the same issue and no idea what causing that, please let me know if you solve that. – Zernel Jul 05 '14 at 01:11