Volkan YAZICI wrote:

> Is it possible to define directory listing and handling options as
> in apache: "-Indexes", "-SymLinks", "+SymLinksIfOwnerMatches" or
> "-ExecCGI".

  I had to read the Apache documentation to learn what these
  parameters are. :-)

  - "-Indexes" You can force a directory to use a specific
  handler. For example, if you don't want to let people list the
  /icons directory, just configure it to use the "file" handler.

      Directory /icons {
         Handler file
      }

  - "-Symlinks" and "+SymLinksIfOwnerMatches", these aren't
    implemented, but we can think about add it as a new feature of the
    next releases.

  - "-ExecCGI": In the same way as "-indexes", just define the
    directory to use another handler.

--
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to