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