[deployment-guide/comm-rel: 115/727] Updated the /etc/sysconfig/squid section.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:33:52 UTC 2010


commit 936d88e459bcee0fa176dbd5df1fc5dd8e4c6f32
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Thu Jul 22 17:37:16 2010 +0200

    Updated the /etc/sysconfig/squid section.

 en-US/The_sysconfig_Directory.xml |   31 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)
---
diff --git a/en-US/The_sysconfig_Directory.xml b/en-US/The_sysconfig_Directory.xml
index a12f2db..8fe7543 100644
--- a/en-US/The_sysconfig_Directory.xml
+++ b/en-US/The_sysconfig_Directory.xml
@@ -1180,8 +1180,37 @@
         <secondary><filename>/etc/sysconfig/squid</filename></secondary>
       </indexterm>
       <para>
-        The <filename>/etc/sysconfig/squid</filename> file is used to pass arguments to the <command>squid</command> daemon at boot time. The <command>squid</command> daemon is a proxy caching server for Web client applications. For more information on configuring a <command>squid</command> proxy server, use a Web browser to open the <filename>/usr/share/doc/squid-<replaceable>&lt;version&gt;</replaceable>/</filename> directory (replace <replaceable>&lt;version&gt;</replaceable> with the <command>squid</command> version number installed on the system). By default, this file sets <command>squid</command> to start in daemon mode and sets the amount of time before it shuts itself down.
+        The <filename>/etc/sysconfig/squid</filename> file is used to pass arguments to the <command>squid</command> daemon at boot time. By default, it contains the following options:
       </para>
+      <variablelist>
+        <varlistentry>
+          <term><option>SQUID_OPTS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              Additional options to be passed to the <command>squid</command> daemon. For example:
+            </para>
+            <screen>SQUID_OPTS=""</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>SQUID_SHUTDOWN_TIMEOUT=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              The time to wait for <command>squid</command> daemon to shut down. For example:
+            </para>
+            <screen>SQUID_SHUTDOWN_TIMEOUT=100</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>SQUID_CONF=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              The default configuration file. For example:
+            </para>
+            <screen>SQUID_CONF="/etc/squid/squid.conf"</screen>
+          </listitem>
+        </varlistentry>
+      </variablelist>
     </section>
     <!-- silas: s-c-securitylevel dropped from RHEL6
     <section


More information about the docs-commits mailing list