翻訳と辞書
Words near each other
・ .hack//Legend of the Twilight
・ .hack//Liminality
・ .hack//Link
・ .hack//Quantum
・ .hack//Roots
・ .hack//Sign
・ .hack//The Movie
・ .har
・ .hiv
・ .hk
・ .hm
・ .hn
・ .hr
・ .ht
・ .htaccess
.htpasswd
・ .hu
・ .id
・ .ie
・ .il
・ .im
・ .in
・ .info
・ .info (magazine)
・ .int
・ .invalid
・ .io
・ .ipa (file extension)
・ .iq
・ .ir


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

.htpasswd : ウィキペディア英語版
.htpasswd

.htpasswd is a flat-file used to store usernames and password for basic authentication on an Apache HTTP Server. The name of the file is given in the .htaccess configuration, and can be anything although ".htpasswd" is the canonical name. The file name starts with a dot, because most Unix-like operating systems consider any file that begins with dot to be hidden. This file is often maintained with the shell command "htpasswd" which can add, delete, and update users, and will properly encode the password for use〔(【引用サイトリンク】title=htpasswd - Manage user files for basic authentication )〕 (so that it is easily checked, but not reversed back to the original password).
The file consists of rows, each row corresponding to a username, followed by a colon, followed by a string containing the hashed password optionally prepended by an algorithm specifier and/or salt. The hash historically used "UNIX crypt" style with MD5 or SHA1 as common alternatives, although as of version 2.2.18 a variant of MD5 is now the default.〔
Resources available from the Apache HTTP server can be restricted to just the users listed in the files created by htpasswd. Htpasswd file can be used to protect the entire directory it is placed in, as well as particular files.
==See also==

*Apache HTTP Server
*.htaccess
*Configuration file
*Rewrite engine

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「.htpasswd」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.