-----------------------------------------------------------------
If you want users to be able to create their own Web
subdirectories off of the main web directory, you need to:

  1. Add a group for www admins (or use "www")
  2. chgrp thatgroup /usr/local/bin/makeweb /usr/local/www/thttpd
  3. chmod g+sx /usr/local/bin/makeweb
  4. Tell users about makeweb(1)

See http://www.acme.com/software/thttpd/notes.html for more
detailed instructions.
-----------------------------------------------------------------
