Hi all, I''ve a rails project which successfully uploads images on the development server but fails to do it on production. The only difference is that the production server is on https/ssl. On the browser the error message is the followin: ''Application error Rails application failed to start properly'' Whereas in the log/fastcgi.crash.log i found the followin error message: [07/Apr/2008:10:12:39 :: 7218] Dispatcher failed to catch: bad content body (EOFError) /usr/lib/ruby/1.8/cgi.rb:982:in `read_multipart'' /var/www/project/public/../config/../vendor/rails/actionpack/lib/action_controller/cgi_ext/raw_post_data_fix.rb:38:in `initialize_query'' /usr/lib/ruby/1.8/cgi.rb:2271:in `initialize'' (eval):16:in `initialize'' /usr/lib/ruby/1.8/fcgi.rb:600:in `each_cgi'' /usr/lib/ruby/1.8/fcgi.rb:597:in `each_cgi'' /var/www/project/public/../config/../vendor/rails/railties/lib/fcgi_handler.rb:141:in `process_each_request!'' /var/www/project/public/../config/../vendor/rails/railties/lib/fcgi_handler.rb:55:in `process!'' /var/www/project/public/../config/../vendor/rails/railties/lib/fcgi_handler.rb:25:in `process!'' /var/www/project/public/dispatch.fcgi:24 almost killed by this error The server is an Ubuntu linux with an apache2 + fcgi Thanks in advance! -- Posted via http://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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---