Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > Mongrel Web Server 0.3.12 -- Updated, Getting Closer

Reply
Thread Tools

Mongrel Web Server 0.3.12 -- Updated, Getting Closer

 
 
Zed Shaw
Guest
Posts: n/a
 
      03-28-2006
Everyone tracking the Mongrel 0.3.12 pre-release should dump their current
install and re-install:

$ gem uninstall mongrel
$ gem uninstall gem_plugin
$ gem install mongrel --source=http://mongrel.rubyforge.org/releases/

This release fixes a problem with specifying a directory to change to, and
fixes the incredibly broken DirHandler code from last night.

The big change people will probably notice with static file serving is that
IE will seem like it's flying. This is because the DirHandler properly
implements the HEAD and GET requests differently for files, and denies
anything else. IE is notorious for spamming web servers with tons of HEAD
requests so this makes it speed up a bit.

I'll be tweaking the DirHandler a bit more to include caching directives for
the files it serves.

Enjoy and let me know what people encounter.

Zed A. Shaw
http://www.zedshaw.com/
http://mongrel.rubyforge.org/releases/



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
mongrel service vs mongrel in command shell rabarama Ruby 1 12-15-2009 12:46 PM
closer...closer....RAM-based system steve NZ Computing 7 09-15-2006 05:10 AM
[ANN] Mongrel Web Server 0.3.12.2 -- Iron Mongrel (Parser Fix) Zed Shaw Ruby 8 04-05-2006 06:32 AM
Mongrel Web Server 0.3.12.1 -- Iron Mongrel Zed Shaw Ruby 3 04-05-2006 06:31 AM
getting closer on the timer fnord Perl 1 09-12-2003 03:20 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57