Shane Volpe wrote: > It has been a very good conversation but back to my original question: I > want to disable the automatic directory (file) indexing (listing ?) so the > contents of a directory on my system will not get served up on a web page. > What would be the 0.6 Cherokee syntax to do this in the config file? You just shouldn't use "dirlist" or "common" handler for directories, but use "file" instead.
So if you see "...!handler = common", replace it with "...!hanlder = file". Or if you don't have such entry, try adding something like this: "vserver!default!directory!/!handler = file" - this will assign the default handler. I'm not sure if it will work correctly, because I've just discovered it a couple of hours ago and couldn't verify it, because the machine with test setup is unreachable. If it doesn't work, post your configuration here. Sincerely, Nick _______________________________________________ Cherokee mailing list [email protected] http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
