# File lib/mongrel/handlers.rb, line 124
124:     def initialize(path, listing_allowed=true, index_html="index.html")
125:       @path = File.expand_path(path)
126:       @listing_allowed=listing_allowed
127:       @index_html = index_html
128:       @default_content_type = "text/plain; charset=ISO-8859-1".freeze
129:     end