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

19 lines
932 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="apachectl">apachectl</h1>
<p>Apache服务器前端控制工具</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>apachectl命令</strong> 是Apache的Web服务器前端控制工具用以启动、关闭和重新启动Web服务器进程。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">apachectl(参数)</code></pre>
<h3 id="参数">参数</h3>
<ul>
<li>configtest检查设置文件中的语法是否正确</li>
<li>fullstatus显示服务器完整的状态信息</li>
<li>graceful重新启动Apache服务器但不会中断原有的连接</li>
<li>help显示帮助信息</li>
<li>restart重新启动Apache服务器</li>
<li>start启动Apache服务器</li>
<li>status显示服务器摘要的状态信息</li>
<li>stop停止Apache服务器。</li>
</ul>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->