2019-04-21 11:50:48 +08:00

18 lines
855 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="squid">squid</h1>
<p>squid服务器守护进程</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>squid命令</strong> 高性能的Web客户端代理缓存服务器套件“squid”的服务器守护进程。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">squid(选项)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">-d将指定调试等级的信息发送到标准错误设备
-f使用指定的配置文件。而不使用默认配置文件
-k向squid服务器发送指令
-s启用syslog日志
-z创建缓存目录
-C不捕获致命信号
-D不进行DNS参数测试
-N以非守护进程模式运行
-X强制进入完全调试模式。</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->