Hi guys, Im doing fileuploads and it works great with webrick...I just installed lighttpd 1.4.7 and ran ruby script/server suecessfully picking up my lighty and fcgi install... however...when I try to upload a file the proces either stalls (no evidence of the hit in any logs) or returns 503.... any suggestions?? thanks in advance... Mikkel -- Posted via http://www.ruby-forum.com/.
mikkel wrote:> however...when I try to upload a file the proces either stalls (no > evidence of the hit in any logs) or returns 503....I have site up and running, and recently the lighttpd was upgraded to 1.4.6 and now my client has been telling me she''s getting random 503 errors on photo uploads...sounds like the same problem, it would be great to find a solution to this. toby -- Posted via http://www.ruby-forum.com/.
File uploading was broken at 1.4.6 - reports say that 1.4.8 will fix them, and that the fix is in svn trunk now. Joshua Sierles On 11/19/05, Toby Sterrett <tsterrett-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> mikkel wrote: > > > however...when I try to upload a file the proces either stalls (no > > evidence of the hit in any logs) or returns 503.... > > I have site up and running, and recently the lighttpd was upgraded to > 1.4.6 and now my client has been telling me she''s getting random 503 > errors on photo uploads...sounds like the same problem, it would be > great to find a solution to this. > > toby > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
jsierles wrote:> File uploading was broken at 1.4.6 - reports say that 1.4.8 will fix > them, and that the fix is in svn trunk now. > > Joshua Sierlesgood stuff...thanks for the info -- Posted via http://www.ruby-forum.com/.