[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Mongrel Web Server 0.3.12 -- Updated, Getting Closer

Zed A. Shaw

3/28/2006 3:48:00 AM

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...

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.ze...
http://mongrel.rubyforge.org...