Activates or Disables the automatic generation of directory listings. You
shouldn't disable it however, as this is a essential service of nanoweb.
If a file with a name allowed in the
DirectoryIndex directive exists in
the requested directory no listing will be generated of course.
Descriptions of each file out of a directory may be given in the file
specified here. Such a decription file should look like:
filename.ext desc of this file
file2 ...
This tells mod_fb to include files which names start with a dot to be included in directory listings. On UNIX machines these »dotfiles« should be treaten as invisible files by standard programs; and because nanoweb keeps some of its per-directory configurations in .nwaccess and .nwauth you probably want to set this directive to the default of 1.
Directory listings are sorted by mod_fb according to this setting (»name« is the default). The use of »desc« reverses the order.
Whenever a directory listing (»filebrowser«) is to be sent back to the client, the server searches for a file with the hereby given name to be included in the sent output.