Help for this page

Select Code to Download


  1. or download this
    E:\Program Files\Apache\bin>htpasswd -c ..\conf\test.txt joe
    Automatically using MD5 format on Windows.
    ...
    joe:$apr1$wv5.....$FOCsTs66yrYW/dOooo2E9.
    
    E:\Program Files\Apache\bin>
    
  2. or download this
    # password protect C:\cgi-bin and all subdirectories
    #
    ...
      AuthUserFile "E:\Program Files\Apache\conf\test.txt"
      Require valid-user
    </Directory>