# File lib/mongrel/handlers.rb, line 114
    def initialize(path, listing_allowed=true, index_html="index.html")
      @path = File.expand_path(path)
      @listing_allowed=listing_allowed
      @index_html = index_html
      @default_content_type = "application/octet-stream".freeze
    end