On Sep 17, 1:22 pm, Amit Tomar <[email protected]> wrote: > hi all, > When Trying to upload 2GB of stream i got invalid content length > error > am running Apache as frontend server to mongrel and chrome as my > browser. > One more thing one i do it with mongrel alone am able to upload this 2 > GB of stream ,cud anybody tell me whats the problem and how do i > configure content length in apache??
Older versions of Apache couldn't handle content-lengths > 2GB (obviously using a signed 32bit integer, I remember apache reporting negative content lengths and crazy stuff like that). You should probably determine whether your version is one of the affected ones and if so upgrade to a newer version ? Fred > -- > Posted viahttp://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

