認証

Basic認証

パスワードファイル作成

C:\>"C:/Program Files/Apache Software Foundation/Apache2.2/bin/htpasswd.exe" -c passwd testuser1
Automatically using MD5 format.
New password: *********
Re-type new password: *********
Adding password for user testuser1
 
C:\>
 

パスワードファイル追加

C:\>"C:/Program Files/Apache Software Foundation/Apache2.2/bin/htpasswd.exe" passwd testuser2
Automatically using MD5 format.
New password: *********
Re-type new password: *********
Adding password for user testuser2
 
C:\>
 
最終更新:2010年06月11日 12:22