uTools-Manuals/docs/linux/htdigest.html
2019-04-21 11:50:48 +08:00

16 lines
774 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 id="htdigest">htdigest</h1>
<p>Apache服务器内置工具</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>htdigest命令</strong> 是Apache的Web服务器内置工具用于创建和更新储存用户名、域和用于摘要认证的密码文件。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">htdigest(选项)(参数)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">-c创建密码文件。</code></pre>
<h3 id="参数">参数</h3>
<ul>
<li>密码文件:指定要创建或更新的密码文件;</li>
<li>域:指定用户名所属的域;</li>
<li>用户名:要创建或者更新的用户名。</li>
</ul>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->