auth_file.conf
上传用户:ladybrid91
上传日期:2007-01-04
资源大小:287k
文件大小:1k
源码类别:

Web服务器

开发平台:

Unix_Linux

  1. # auth_file.conf
  2. #auth-files = {
  3. # File1 crypt /opt/phttpd/etc/passwd-like-file
  4. # File2 plain /opt/phttpd/etc/plainfile
  5. #}
  6. # The format of the auth-files files is very simple:
  7. #   Any line beginning with a # and empty lines are ignored.
  8. #   All other lines are supposed to consist of a username (which
  9. #   can't contain space or TAB characters) then some spaces or tabs
  10. #   and then a password phrase (which can contains spaces and tabs)
  11. #   in cleartext. The files must be readable by the WWW server of course.
  12. #
  13. # Format of crypt should be passwd-like. See file.conf for more info.
  14. # The 'homedir' field is used for optional access patterns on put/delete....