Hi,
A few days ago I added the "unset_options" below to disable file 
listings for my website.  I was wondering if there were other standard 
settings I should consider, or that others find useful, for added security?
  WWW = begin
    directory ( home "web/whitemountainsar.org" ) with
      unset_options [ indexes ];
    end
  end