This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb_14154
/
Learn
mirror of
https://github.com/Black-Gold/Learn
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fdabc430c6
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'fdabc430c6'
${ noResults }
Learn
/
Linux_man_cn
/
htdigest.md
455 B
Raw
Blame
History
Unescape
Escape
htdigest
Apache服务器内置工具
说明
htdigest命令
是Apache的Web服务器内置工具
,
用于创建和更新储存用户名、域和用于摘要认证的密码文件。
语法
htdigest(选项)(参数)
-c
:
创建密码文件。
参数
密码文件:指定要创建或更新的密码文件;
域:指定用户名所属的域;
用户名:要创建或者更新的用户名。