htpasswd コマンドの使い方
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[FrontPage]]
#contents
*htpasswd コマンドについて [#g3d848cf]
**利用例 [#d646ec81]
***.htpasswd の作成とユーザの追加(初回) [#h1c0bf1d]
$ htpasswd -c /hogehoge/.htpasswd user1
***.htpasswd のユーザ追加 [#m891345c]
$ htpasswd /hogehoge/.htpasswd user2
***.htpasswd のユーザ削除 [#jc38582c]
$ htpasswd -D /hogehoge/.htpasswd user2
[[Basic認証用パスワードファイルの作成・変更:https://analy...
終了行:
[[FrontPage]]
#contents
*htpasswd コマンドについて [#g3d848cf]
**利用例 [#d646ec81]
***.htpasswd の作成とユーザの追加(初回) [#h1c0bf1d]
$ htpasswd -c /hogehoge/.htpasswd user1
***.htpasswd のユーザ追加 [#m891345c]
$ htpasswd /hogehoge/.htpasswd user2
***.htpasswd のユーザ削除 [#jc38582c]
$ htpasswd -D /hogehoge/.htpasswd user2
[[Basic認証用パスワードファイルの作成・変更:https://analy...
ページ名: