On Thu, Jun 5, 2008 at 2:45 PM, Emmanuel Pinault <[EMAIL PROTECTED]> wrote: > Hi > > how does mongrel (without rails or merb) handles Static files? Do I have to > create a handler for static file handling?
Use the DirHandler. It's one of the standard handlers bundled with Mongrel. If you look at the Mongrel code, it is in the mongrel/handlers.rb file. The general advice, to let whatever is upstream of Mongrel handle static files, is good advice, though. Kirk Haines _______________________________________________ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users