Mongrel Web Server 0.3.12 -- Finally Out


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

Hi Sandi, comments below…

On 4/4/06 10:36 AM, “Sandi Metz” [email protected] wrote:

Yeah, these look normal and seem to have the right parsing. There was
an
error with 0.3.12.1 which your posts might actually be triggering. Try
out
0.3.12.2 I posted today since that has a fix to the parser.

I installed mongrel 0.3.12.1 this morning and couldn’t get any files to upload
at all, even when connecting directly to mongrel on port 3000. Every file
upload attempt returned an Internal Server error 500 and nothing got written
to any log file. I fear that this is a permissions problem in my config, but
it’s hard to know, since falling back to 0.3.12 worked as above.

This is probably that parser error. Try 0.3.12.2 and let me know.

FYI, I tried running my app under Webrick in the same Apache ssl config as
above and Webrick got the same error, ie, it died with a #<EOFError: bad
content body> error at line 981 in cgi.rb. This is starting to smell like
Apache or like some basic feature of ruby, not mongrel per se.

Ah, see if webrick is dying then there’s soemthing up with cgi.rb and
how
it’s parsing stuff. I’ll cook up a little debug handler for you to try
which might shed some light on the problem.

I’ll install Pound and see what happens.

Cool, let me know how it works.

Zed A. Shaw

http://mongrel.rubyforge.org/


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

Sandi,

Found the real bug I was tracking down related to multipart forms this
morning. Try out the releases setup one more time and report to me if
that
solves your problem.

gem install mongrel Â?source=http://mongrel.rubyforge.org/releases/

Zed A. Shaw

http://mongrel.rubyforge.org/


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails