# password protect C:\cgi-bin and all subdirectories
#
# other restricted directories can share this name
AuthName "go away"
# either Basic or Digest is supposed to work - only Basic seems to
AuthType Basic
# User/Password file
AuthUserFile "E:\Program Files\Apache\conf\test.txt"
# Only users in user file can access this dir
Require valid-user
# same AuthName for C:\mp3
#
AuthName "go away"
AuthType Basic
AuthUserFile "E:\Program Files\Apache\conf\test.txt"
Require valid-user