You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bu...@apache.org on 2011/04/06 15:07:47 UTC

svn commit: r788039 [2/2] - /websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/records.config.en.html

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/records.config.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/records.config.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/records.config.en.html Wed Apr  6 13:07:47 2011
@@ -86,599 +86,767 @@ the <code>records.config</code> file.</p
 <dl>
 <dt><em><code>proxy.config.product_company</code></em></dt>
 <dd><code>STRING</code></dd>
-<dd><code>Apache Software Foundation</code></dd>
+<dd>Default: <code>Apache Software Foundation</code></dd>
 <dd>The name of the organization developing Traffic Server.</dd>
 <dt><em><code>proxy.config.product_vendor</code></em></dt>
 <dd><code>STRING</code></dd>
-<dd><code>Apache</code></dd>
+<dd>Default: <code>Apache</code></dd>
 <dd>The name of the vendor providing Traffic Server.</dd>
 <dt><em><code>proxy.config.product_name</code></em></dt>
 <dd><code>STRING</code></dd>
-<dd><code>Traffic Server</code></dd>
+<dd>Default: <code>Traffic Server</code></dd>
 <dd>The name of the product.</dd>
 <dt><em><code>proxy.config.proxy_name</code></em></dt>
 <dd><code>STRING</code></dd>
-<dd><code>&lt;proxy_name&gt;</code></dd>
+<dd>Default: <em><code>build_machine</code></em></dd>
 <dd>The name of the Traffic Server node.</dd>
 <dt><em><code>proxy.config.bin_path</code></em></dt>
 <dd><code>STRING</code></dd>
-<dd><code>bin</code></dd>
+<dd>Default: <code>bin</code></dd>
 <dd>The location of the Traffic Server <code>bin</code> directory.</dd>
 <dt><em><code>proxy.config.proxy_binary</code></em></dt>
 <dd><code>STRING</code></dd>
-<dd><code>traffic_server</code></dd>
+<dd>Default: <code>traffic_server</code></dd>
 <dd>The name of the executable that runs the <code>traffic_server</code> process.</dd>
 <dt><em><code>proxy.config.proxy_binary_opts</code></em></dt>
 <dd><code>STRING</code></dd>
-<dd><code>-M</code></dd>
+<dd>Default: <code>-M</code></dd>
 <dd>The command-line options for starting Traffic Server.</dd>
 <dt><em><code>proxy.config.manager_binary</code></em></dt>
 <dd><code>STRING</code></dd>
-<dd><code>traffic_manager</code></dd>
-<dd>The name of the executable that runs the <code>traffic_manager</code></dd>
-</dl>
-<p>process.</p>
-<dl>
+<dd>Default: <code>traffic_manager</code></dd>
+<dd>The name of the executable that runs the <code>traffic_manager</code>
+process.</dd>
 <dt><em><code>proxy.config.cli_binary</code></em></dt>
 <dd><code>STRING</code></dd>
-<dd><code>traffic_line</code></dd>
-<dd>The name of the executable that runs the command-line interface</dd>
-</dl>
-<p>(Traffic Line).</p>
-<dl>
+<dd>Default: <code>traffic_line</code></dd>
+<dd>The name of the executable that runs the command-line interface
+(Traffic Line).</dd>
 <dt><em><code>proxy.config.watch_script</code></em></dt>
 <dd><code>STRING</code></dd>
-<dd><code>traffic_cop</code></dd>
+<dd>Default: <code>traffic_cop</code></dd>
 <dd>The name of the executable that runs the <code>traffic_cop</code> process.</dd>
 <dt><em><code>proxy.config.env_prep</code></em></dt>
 <dd><code>STRING</code></dd>
-<dd><code>example_prep.sh</code></dd>
-<dd>The script executed before the <code>traffic_manager</code> process spawns the</dd>
-</dl>
-<p><code>traffic_server</code> process.</p>
-<dl>
+<dd>Default: (none)</dd>
+<dd>The script executed before the <code>traffic_manager</code> process spawns the
+<code>traffic_server</code> process.</dd>
 <dt><em><code>proxy.config.config_dir</code></em></dt>
 <dd><code>STRING</code></dd>
-<dd><code>config</code></dd>
+<dd>Default: <code>config</code></dd>
 <dd>The directory that contains Traffic Server configuration files.</dd>
 <dt><em><code>proxy.config.temp_dir</code></em></dt>
 <dd><code>STRING</code></dd>
-<dd><code>/tmp</code></dd>
+<dd>Default: <code>/tmp</code></dd>
 <dd>The directory used for Traffic Server temporary files.</dd>
 <dt><em><code>proxy.config.alarm_email</code></em></dt>
 <dd><code>STRING</code></dd>
-<dd>The email address to which Traffic Server sends alarm messages.</dd>
-</dl>
+<dd>Default: (none)</dd>
+<dd>
+<p>The email address to which Traffic Server sends alarm messages.</p>
 <p>During a custom Traffic Server installation, you can specify the
-   email address; otherwise, Traffic Server uses the Traffic Server
-   user account name as the default value for this variable.</p>
-<dl>
+email address; otherwise, Traffic Server uses the Traffic Server
+user account name as the default value for this variable.</p>
+</dd>
 <dt><em><code>proxy.config.syslog_facility</code></em></dt>
-<dd><code>STRING</code></dd>
-<dd><code>LOG_DAEMON</code></dd>
-<dd>The facility used to record system log files.</dd>
-</dl>
-<p>Refer to
-   <a href="log#UnderstandingTrafficEdgeLogFiles">Understanding Traffic Server Log Files</a>.</p>
-<dl>
+<dd>
+<p><code>STRING</code></p>
+</dd>
+<dd>
+<p>Default: <code>LOG_DAEMON</code></p>
+</dd>
+<dd>
+<p>The facility used to record system log files.
+Refer to
+<a href="../working-log-files#UnderstandingTrafficServerLogFiles">Understanding Traffic Server Log Files</a>.</p>
+</dd>
 <dt><em><code>proxy.config.cop.core_signal</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>The signal sent to <code>traffic_cop</code>'s managed processes to stop them.</dd>
-</dl>
-<p>0 = no signal is sent.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>The signal sent to <code>traffic_cop</code>'s managed processes to stop them.</p>
+<ul>
+<li>0 = no signal is sent.</li>
+</ul>
+</dd>
 <dt><em><code>proxy.config.cop.linux_min_swapfree_kb</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>10240</code></dd>
-<dd>The minimum amount of free swap space allowed before Traffic Server</dd>
-</dl>
-<p>stops the <code>traffic_server</code>and <code>traffic_manager</code> processes to
-   prevent the system from hanging.</p>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>10240</code></p>
+</dd>
+<dd>
+<p>The minimum amount of free swap space allowed before Traffic Server
+stops the <code>traffic_server</code>and <code>traffic_manager</code> processes to
+prevent the system from hanging.</p>
 <p>This configuration variable applies if swap is enabled in Linux 2.2
-   only.</p>
-<dl>
+only.</p>
+</dd>
 <dt><em><code>proxy.config.output.logfile</code></em></dt>
-<dd><code>STRING</code></dd>
-<dd><code>traffic.out</code></dd>
-<dd>The name and location of the file that contains warnings, status</dd>
-</dl>
-<p>messages, and error messages produced by the Traffic Server
-   processes.</p>
+<dd>
+<p><code>STRING</code></p>
+</dd>
+<dd>
+<p>Default: <code>traffic.out</code></p>
+</dd>
+<dd>
+<p>The name and location of the file that contains warnings, status
+messages, and error messages produced by the Traffic Server
+processes.</p>
 <p>If no path is specified, then Traffic Server creates the file in
-   its logging directory.</p>
-<dl>
+its logging directory.</p>
+</dd>
 <dt><em><code>proxy.config.snapshot_dir</code></em></dt>
-<dd><code>STRING</code></dd>
-<dd><code>snapshots</code></dd>
-<dd>The directory in which Traffic Server stores configuration</dd>
-</dl>
-<p>snapshots on the local system. Unless you specify an absolute path,
-   this directory is located in the Traffic Server <code>config</code>
-   directory.</p>
-<dl>
+<dd>
+<p><code>STRING</code></p>
+</dd>
+<dd>
+<p>Default: <code>snapshots</code></p>
+</dd>
+<dd>
+<p>The directory in which Traffic Server stores configuration
+snapshots on the local system. Unless you specify an absolute path,
+this directory is located in the Traffic Server <code>config</code>
+directory.</p>
+</dd>
 <dt><em><code>proxy.config.accept_threads</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>When enabled (<code>1</code>), runs a separate thread for accept processing.</dd>
-</dl>
-<p>If disabled (<code>0</code>), then only 1 thread can be created.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>When enabled (<code>1</code>), runs a separate thread for accept processing.
+If disabled (<code>0</code>), then only 1 thread can be created.</p>
+</dd>
 <dt><em><code>proxy.config.thread.default.stacksize</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>1096908</code></dd>
-<dd>The new default thread stack size, for all threads. The original</dd>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>1096908</code></p>
+</dd>
+<dd>
+<p>The new default thread stack size, for all threads. The original
+default is set at 1 MB.</p>
+</dd>
 </dl>
-<p>default is set at 1 MB.</p>
 <h3 id="LocalManager">Local Manager</h3>
 <dl>
 <dt><em><code>proxy.config.lm.sem_id</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>11452</code></dd>
+<dd>Default: <code>11452</code></dd>
 <dd>The semaphore ID for the local manager.</dd>
 <dt><em><code>proxy.local.cluster.type</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>3</code></dd>
-<dd>Sets the clustering mode:</dd>
-</dl>
-<p><code>1</code> = full-clustering mode
-   <code>2</code> = management-only mode
-   <code>3</code> = no clustering</p>
-<dl>
+<dd>Default: <code>3</code></dd>
+<dd>
+<p>Sets the clustering mode:</p>
+<ul>
+<li><code>1</code> = full-clustering mode</li>
+<li><code>2</code> = management-only mode</li>
+<li><code>3</code> = no clustering</li>
+</ul>
+</dd>
 <dt><em><code>proxy.config.cluster.rsport</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>8088</code></dd>
-<dd>The reliable service port. The reliable service port is used to</dd>
-</dl>
-<p>send configuration information between the nodes in a cluster. All
-   nodes in a cluster must use the same reliable service port.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>8088</code></p>
+</dd>
+<dd>
+<p>The reliable service port. The reliable service port is used to
+send configuration information between the nodes in a cluster. All
+nodes in a cluster must use the same reliable service port.</p>
+</dd>
 <dt><em><code>proxy.config.admin.autoconf_port</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>8083</code></dd>
-<dd>The autoconfiguration port.</dd>
-<dt><em><code>proxy.config.admin.overseer_port</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>8082</code></dd>
-</dl>
-<p>The port used for retrieving and setting statistics and
-   configuration variables.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>8083</code></p>
+</dd>
+<dd>
+<p>The autoconfiguration port.</p>
+</dd>
 <dt><em><code>proxy.config.admin.number_config_bak</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>3</code></dd>
-<dd>The maximum number of copies of rolled configuration files to</dd>
-</dl>
-<p>keep.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>3</code></p>
+</dd>
+<dd>
+<p>The maximum number of copies of rolled configuration files to
+keep.</p>
+</dd>
 <dt><em><code>proxy.config.admin.user_id</code></em></dt>
-<dd><code>STRING</code></dd>
-<dd><code>nobody</code></dd>
-<dd>Option used to specify who to run the <code>traffic_server</code>process as;</dd>
-</dl>
-<p>also used to specify ownership of config and log files.</p>
+<dd>
+<p><code>STRING</code></p>
+</dd>
+<dd>
+<p>Default: <code>nobody</code></p>
+</dd>
+<dd>
+<p>Option used to specify who to run the <code>traffic_server</code>process as;
+also used to specify ownership of config and log files.</p>
 <p>The nonprivileged user account designated to Traffic Server.</p>
 <p>As of version 2.1.1 if the user_id is prefixed with pound
-   character (#) the remaining of the string is considered to be
-   <a href="http://en.wikipedia.org/wiki/User_identifier">numeric user identifier</a>.
-   If the value is set to '#-1' Traffic Server will not change the
-   user during startup.</p>
+character (#) the remaining of the string is considered to be
+<a href="http://en.wikipedia.org/wiki/User_identifier">numeric user identifier</a>.
+If the value is set to '#-1' Traffic Server will not change the
+user during startup.</p>
 <p>Setting <code>user_id</code> to <code>root</code> or <code>#0</code> is now forbidden to increase
-   security. Trying to do so, will cause the <code>traffic_server</code> fatal
-   failure. However there are two ways to bypass that restriction:
-   Specify <code>-DBIG_SECURITY_HOLE</code> in <code>CXXFLAGS</code> during compilation
-   Set the <code>user_id=#-1</code> and start trafficserver as root.</p>
+security. Trying to do so, will cause the <code>traffic_server</code> fatal
+failure. However there are two ways to bypass that restriction:
+Specify <code>-DBIG_SECURITY_HOLE</code> in <code>CXXFLAGS</code> during compilation
+Set the <code>user_id=#-1</code> and start trafficserver as root.</p>
+</dd>
+</dl>
 <h3 id="ProcessManager">Process Manager</h3>
 <dl>
 <dt><em><code>proxy.config.process_manager.mgmt_port</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>8084</code></dd>
-<dd>The port used for internal communication between the</dd>
+<dd>Default: <code>8084</code></dd>
+<dd>The port used for internal communication between the
+<code>traffic_manager</code> and <code>traffic_server</code> processes.</dd>
 </dl>
-<p><code>traffic_manager</code> and <code>traffic_server</code> processes.</p>
 <h3 id="ProcessManager_1">Alarm Configuration</h3>
 <dl>
 <dt><em><code>proxy.config.alarm.bin</code></em></dt>
 <dd><code>STRING</code></dd>
-<dd><code>example_alarm_bin.sh</code></dd>
-<dd>Name of the script file that can execute certain actions when an</dd>
-</dl>
-<p>alarm is signaled. The default file is a sample script named
-   <code>example_alarm_bin.sh</code> located in the <code>bin</code> directory. You must
-   edit the script to suit your needs.</p>
-<dl>
+<dd>Default: <code>example_alarm_bin.sh</code></dd>
+<dd>Name of the script file that can execute certain actions when an
+alarm is signaled. The default file is a sample script named
+<code>example_alarm_bin.sh</code> located in the <code>bin</code> directory. You must
+edit the script to suit your needs.</dd>
 <dt><em><code>proxy.config.alarm.abs_path</code></em></dt>
 <dd><code>STRING</code></dd>
-<dd><code>NULL</code></dd>
-<dd>The full path to the script file that sends email to alert someone</dd>
-</dl>
-<p>about Traffic Server problems.</p>
-<h3 id="AuthenticationBasicRealm">Authentication Basic Realm</h3>
-<dl>
-<dt><em><code>proxy.config.proxy.authenticate.basic.realm</code></em></dt>
-<dd><code>STRING</code></dd>
-<dd><code>NULL</code></dd>
-<dd>The authentication realm name. If the default of <code>NULL</code> is</dd>
+<dd>Default: <code>NULL</code></dd>
+<dd>The full path to the script file that sends email to alert someone
+about Traffic Server problems.</dd>
 </dl>
-<p>specified, then<code>traffic_edge</code> is used.</p>
 <h3 id="HTTPEngine">HTTP Engine</h3>
 <dl>
 <dt><em><code>proxy.config.http.server_port</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>8080</code></dd>
-<dd>The port that Traffic Server uses when acting as a web proxy server</dd>
-</dl>
-<p>for web traffic.</p>
-<dl>
+<dd>Default: <code>8080</code></dd>
+<dd>The port that Traffic Server uses when acting as a web proxy server
+for web traffic.</dd>
 <dt><em><code>proxy.config.http.server_port_attr</code></em></dt>
 <dd><code>STRING</code></dd>
-<dd><code>X</code></dd>
+<dd>Default: <code>X</code></dd>
 <dd>
 <p>The server port options. You can specify one of the following:</p>
-<p>C=SERVER_PORT_COMPRESSED
-X=SERVER_PORT_DEFAULT
-T=SERVER_PORT_BLIND_TUNNEL</p>
+<ul>
+<li>C=SERVER_PORT_COMPRESSED</li>
+<li>X=SERVER_PORT_DEFAULT</li>
+<li>T=SERVER_PORT_BLIND_TUNNEL</li>
+</ul>
 </dd>
 <dt><em><code>proxy.config.http.server_other_ports</code></em></dt>
 <dd>
 <p><code>STRING</code></p>
 </dd>
 <dd>
-<p><code>NULL</code></p>
+<p>Default: <code>NULL</code></p>
 </dd>
 <dd>
 <p>The ports other than the port specified by the variable</p>
-</dd>
-</dl>
 <p><em><code>proxy.config.http.server_port</code></em> to bind for incoming HTTP
-   requests. Example:</p>
+requests. Example:</p>
 <div class="codehilite"><pre><span class="n">CONFIG</span> <span class="n">proxy</span><span class="o">.</span><span class="n">config</span><span class="o">.</span><span class="n">http</span><span class="o">.</span><span class="n">server_other_ports</span> <span class="n">STRING</span> <span class="mi">6060</span><span class="p">:</span><span class="n">X</span> <span class="mi">9090</span><span class="p">:</span><span class="n">X</span>
 </pre></div>
 
 
 <p>would listed to ports <code>6060</code>, <code>9090</code>, and the port specified by
-   <em><code>proxy.config.http.server_port</code></em>.</p>
-<dl>
+<em><code>proxy.config.http.server_port</code></em>.</p>
+</dd>
 <dt><em><code>proxy.config.http.ssl_ports</code></em></dt>
-<dd><code>STRING</code></dd>
-<dd><code>443 563</code></dd>
-<dd>The range of ports used for tunneling. Traffic Server allows</dd>
-</dl>
-<p>tunnels only to the specified ports.</p>
+<dd>
+<p><code>STRING</code></p>
+</dd>
+<dd>
+<p>Default: <code>443 563</code></p>
+</dd>
+<dd>
+<p>The range of ports used for tunneling. Traffic Server allows
+tunnels only to the specified ports.</p>
 <p>For example: to retrieve an object using HTTPS via Traffic Server,
-   a tunnel must be established to an origin server via Traffic
-   Server.</p>
-<dl>
+a tunnel must be established to an origin server via Traffic
+Server.</p>
+</dd>
 <dt><em><code>proxy.config.http.insert_request_via_str</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>1</code></dd>
-<dd>You can specify one of the following:</dd>
-</dl>
-<p><code>0</code> = no extra information is added to the string.
-   <code>1</code> = all extra information is added.
-   <code>2</code> = some extra information is added.</p>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>1</code></p>
+</dd>
+<dd>
+<p>You can specify one of the following:</p>
+<ul>
+<li><code>0</code> = no extra information is added to the string.</li>
+<li><code>1</code> = all extra information is added.</li>
+<li><code>2</code> = some extra information is added.</li>
+</ul>
 <p>Note: the Via: header string interpretation is
-   <a href="trouble#interpret_via_header">documented here.</a></p>
-<dl>
+<a href="../faqs#interpret_via_header">documented here.</a></p>
+</dd>
 <dt><em><code>proxy.config.http.insert_response_via_str</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>1</code></dd>
-<dd>You can specify one of the following:</dd>
-</dl>
-<p><code>0</code> no extra information is added to the string. <br />
-<code>1</code> all extra information is added. <br />
-<code>2</code> some extra information is added. <br />
-</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>1</code></p>
+</dd>
+<dd>
+<p>You can specify one of the following:</p>
+<ul>
+<li><code>0</code> no extra information is added to the string.</li>
+<li><code>1</code> all extra information is added. </li>
+<li><code>2</code> some extra information is added. </li>
+</ul>
+</dd>
 <dt><em><code>proxy.config.http.response_server_enabled</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>1</code></dd>
-<dd>You can specify one of the following:</dd>
-</dl>
-<p><code>0</code> no Server: header is added to the response.
-  <code>1</code> the Server: header is added (see string below).
-  <code>2</code> the Server: header is added only if the response from Origin
-  does not have one already.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>1</code></p>
+</dd>
+<dd>
+<p>You can specify one of the following:</p>
+<ul>
+<li><code>0</code> no Server: header is added to the response.</li>
+<li><code>1</code> the Server: header is added (see string below).</li>
+<li><code>2</code> the Server: header is added only if the response from Origin
+  does not have one already.</li>
+</ul>
+</dd>
 <dt><em><code>proxy.config.http.response_server_str</code></em></dt>
-<dd><code>STRING</code></dd>
-<dd><code>ATS/</code></dd>
-<dd>The Server: string that ATS will insert in a response header</dd>
-</dl>
-<p>(if requested, see above). Note that the current version number
-   is always appended to this string.</p>
-<dl>
+<dd>
+<p><code>STRING</code></p>
+</dd>
+<dd>
+<p>Default: <code>ATS/</code></p>
+</dd>
+<dd>
+<p>The Server: string that ATS will insert in a response header
+(if requested, see above). Note that the current version number
+is always appended to this string.</p>
+</dd>
 <dt><em><code>proxy.config.http.enable_url_expandomatic</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>1</code></dd>
-<dd>Enables (<code>1</code>) or disables (<code>0</code>) <code>.com</code> domain expansion. This</dd>
-</dl>
-<p>configures the Traffic Server to resolve unqualified hostnames by
-   prepending with <code>www.</code> and appending with <code>.com</code> before redirecting
-   to the expanded address.</p>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>1</code></p>
+</dd>
+<dd>
+<p>Enables (<code>1</code>) or disables (<code>0</code>) <code>.com</code> domain expansion. This
+configures the Traffic Server to resolve unqualified hostnames by
+prepending with <code>www.</code> and appending with <code>.com</code> before redirecting
+to the expanded address.</p>
 <p>For example: if a client makes a request to <code>host</code>, then Traffic
-   Server redirects the request to <code>www.host.com</code>.</p>
-<dl>
+Server redirects the request to <code>www.host.com</code>.</p>
+</dd>
 <dt><em><code>proxy.config.http.chunking_enabled</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>1</code></dd>
-<dd>Specifies whether Traffic Sever can generate a chunked response:</dd>
-</dl>
-<p><code>0</code> Never<br />
-<code>1</code> Always<br />
-<code>2</code> Generate a chunked response if the server has returned HTTP/1.1 before <br />
-<code>3</code> = Generate a chunked response if the client request is HTTP/1.1 and
-   the origin server has returned HTTP/1.1 before</p>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>1</code></p>
+</dd>
+<dd>
+<p>Specifies whether Traffic Sever can generate a chunked response:</p>
+<ul>
+<li><code>0</code> Never</li>
+<li><code>1</code> Always</li>
+<li><code>2</code> Generate a chunked response if the server has returned HTTP/1.1 before </li>
+<li><code>3</code> = Generate a chunked response if the client request is HTTP/1.1 and
+the origin server has returned HTTP/1.1 before</li>
+</ul>
 <p><strong>Note:</strong> If HTTP/1.1 is used, then Traffic Server can use
-   keep-alive connections with pipelining to origin servers. If HTTP/0.9
-   is used, then Traffic Server does not use <code>keep-alive</code>
-   connections to origin servers. If HTTP/1.0 is used, then Traffic
-   Server can use <code>keep-alive</code> connections without pipelining to origin
-   servers.</p>
-<dl>
+keep-alive connections with pipelining to origin servers. If HTTP/0.9
+is used, then Traffic Server does not use <code>keep-alive</code>
+connections to origin servers. If HTTP/1.0 is used, then Traffic
+Server can use <code>keep-alive</code> connections without pipelining to origin
+servers.</p>
+</dd>
 <dt><em><code>proxy.config.http.share_server_sessions</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>1</code></dd>
-<dd>Enables (<code>1</code>) or disables (<code>0</code>) the reuse of server sessions.</dd>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>1</code></p>
+</dd>
+<dd>
+<p>Enables (<code>1</code>) or disables (<code>0</code>) the reuse of server sessions.</p>
+</dd>
 <dt><em><code>proxy.config.http.record_heartbeat</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Enables (<code>1</code>) or disables (<code>0</code>) <code>traffic_cop</code> heartbeat logging.</dd>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>Enables (<code>1</code>) or disables (<code>0</code>) <code>traffic_cop</code> heartbeat logging.</p>
+</dd>
 <dt><em><code>proxy.config.http.use_client_target_addr</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Avoid DNS lookup for forward transparent requests:</dd>
-</dl>
-<p><code>0</code> Never.<br />
-<code>1</code> Avoid DNS lookup if possible.<br />
-</p>
-<p>This option causes Traffic Server to avoid where possible doing DNS lookups in forward transparent proxy mode. The option is only effective if the following three conditions are true -</p>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>Avoid DNS lookup for forward transparent requests:</p>
+<ul>
+<li><code>0</code> Never.</li>
+<li><code>1</code> Avoid DNS lookup if possible.</li>
+</ul>
+<p>This option causes Traffic Server to avoid where possible doing DNS lookups
+in forward transparent proxy mode. The option is only effective if the following
+three conditions are true -</p>
 <ul>
 <li>Traffic Server is in forward proxy mode.</li>
 <li>Traffic Server is using client side transparency.</li>
 <li>The target URL has not been modified by either remapping or a plugin.</li>
 </ul>
 <p>If any of these conditions are not true, then normal DNS processing is done for the connection.</p>
-<p>If all of these conditions are met, then the origin server IP address is retrieved from the original client connection, rather than through HostDB or DNS lookup. In effect, client DNS resolution is used instead of Traffic Server DNS.</p>
-<p>This can be used to be a little more efficient (looking up the target once by the client rather than by both the client and Traffic Server) but the primary use is when client DNS resolution can differ from that of Traffic Server. Two known uses cases are:</p>
+<p>If all of these conditions are met, then the origin server IP address is retrieved from the
+original client connection, rather than through HostDB or DNS lookup. In effect, client DNS
+resolution is used instead of Traffic Server DNS.</p>
+<p>This can be used to be a little more efficient (looking up the target once by the client rather
+than by both the client and Traffic Server) but the primary use is when client DNS resolution
+can differ from that of Traffic Server.
+Two known uses cases are:</p>
 <ol>
 <li>
-<p>Embedded IP addresses in a protocol with DNS load sharing. In this case, even though Traffic Server and the client both make the same request to the same DNS resolver chain, they may get different origin server addresses. If the address is embedded in the protocol then the overall exchange will fail. One current example is Microsoft Windows update, which presumably embeds the address as a security measure.</p>
+<p>Embedded IP addresses in a protocol with DNS load sharing. In this case, even though Traffic Server
+   and the client both make the same request to the same DNS resolver chain, they may get different origin
+   server addresses. If the address is embedded in the protocol then the overall exchange will fail.
+   One current example is Microsoft Windows update, which presumably embeds the address as a security measure.</p>
 </li>
 <li>
-<p>The client has access to local DNS zone information which is not available to Traffic Server. There are corporate nets with local DNS information for internal servers which, by design, is not propagated outside the core corporate network. Depending a network topology it can be the case that Traffic Server can access the servers by IP address but cannot resolve such addresses by name. In such as case the client supplied target address must be used.</p>
+<p>The client has access to local DNS zone information which is not available to Traffic Server. There are
+corporate nets with local DNS information for internal servers which, by design, is not propagated outside
+the core corporate network. Depending a network topology it can be the case that Traffic Server can access
+the servers by IP address but cannot resolve such addresses by name.
+In such as case the client supplied target address must be used.</p>
 </li>
 </ol>
 <p>Additional Notes:</p>
-<p>This solution must be considered interim. In the longer term, it should be possible to arrange for much finer grained control of DNS lookup so that wildcard domain can be set to use Traffic Server or client resolution. In both known use cases, marking specific domains as client determined (rather than a single global switch) would suffice. It is possible to do this crudely with this flag by enabling it and then use identity URL mappings to re-disable it for specific domains.</p>
-<h3 id="parent_proxy_configuration__parentproxyconfiguration">Parent Proxy Configuration ### {#ParentProxyConfiguration)</h3>
+<p>This solution must be considered interim. In the longer term, it should be possible to arrange for much finer
+grained control of DNS lookup so that wildcard domain can be set to use Traffic Server or client resolution.
+In both known use cases, marking specific domains as client determined (rather than a single global switch)
+would suffice. It is possible to do this crudely with this flag by enabling it and then use identity URL
+mappings to re-disable it for specific domains.</p>
+</dd>
+</dl>
+<h3 id="ParentProxyConfiguration">Parent Proxy Configuration</h3>
 <dl>
 <dt><em><code>proxy.config.http.parent_proxy_routing_enable</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Enables (<code>1</code>) or disables (<code>0</code>) the parent caching option.</dd>
-</dl>
-<p>Refer to <a href="hier">Hierarchical Caching</a>.</p>
-<dl>
+<dd>Default: <code>0</code></dd>
+<dd>
+<p>Enables (<code>1</code>) or disables (<code>0</code>) the parent caching option.</p>
+<p>Refer to <a href="../hierachical-caching">Hierarchical Caching</a>.</p>
+</dd>
 <dt><em><code>proxy.config.http.parent_proxy.retry_time</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>300</code></dd>
-<dd>The amount of time allowed between connection retries to a parent</dd>
-</dl>
-<p>cache that is unavailable.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>300</code></p>
+</dd>
+<dd>
+<p>The amount of time allowed between connection retries to a parent
+cache that is unavailable.</p>
+</dd>
 <dt><em><code>proxy.config.http.parent_proxy.fail_threshold</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>10</code></dd>
-<dd>The number of times the connection to the parent cache can fail</dd>
-</dl>
-<p>before Traffic Server considers the parent unavailable.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>10</code></p>
+</dd>
+<dd>
+<p>The number of times the connection to the parent cache can fail
+before Traffic Server considers the parent unavailable.</p>
+</dd>
 <dt><em><code>proxy.config.http.parent_proxy.total_connect_attempts</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>4</code></dd>
-<dd>The total number of connection attempts allowed to a parent cache</dd>
-</dl>
-<p>before Traffic Server bypasses the parent or fails the request
-   (depending on the <em><code>go_direct</code></em> option in the <code>bypass.config</code>
-   file).</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>4</code></p>
+</dd>
+<dd>
+<p>The total number of connection attempts allowed to a parent cache
+before Traffic Server bypasses the parent or fails the request
+(depending on the <em><code>go_direct</code></em> option in the <code>bypass.config</code>
+file).</p>
+</dd>
 <dt><em><code>proxy.config.http.parent_proxy.per_parent_connect_attempts</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>2</code></dd>
-<dd>The total number of connection attempts allowed per parent, if</dd>
-</dl>
-<p>multiple parents are used.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>2</code></p>
+</dd>
+<dd>
+<p>The total number of connection attempts allowed per parent, if
+multiple parents are used.</p>
+</dd>
 <dt><em><code>proxy.config.http.parent_proxy.connect_attempts_timeout</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>30</code></dd>
-<dd>The timeout value (in seconds) for parent cache connection</dd>
-</dl>
-<p>attempts.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>30</code></p>
+</dd>
+<dd>
+<p>The timeout value (in seconds) for parent cache connection
+attempts.</p>
+</dd>
 <dt><em><code>proxy.config.http.forward.proxy_auth_to_parent</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Configures Traffic Server to send proxy authentication headers on</dd>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>Configures Traffic Server to send proxy authentication headers on
+to the parent cache.</p>
+</dd>
 </dl>
-<p>to the parent cache.</p>
 <h3 id="HTTPConnectionTimeouts">HTTP Connection Timeouts</h3>
 <dl>
 <dt><em><code>proxy.config.http.keep_alive_no_activity_timeout_in</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>10</code></dd>
-<dd>Specifies how long Traffic Server keeps connections to clients open</dd>
-</dl>
-<p>for a subsequent request after a transaction ends.</p>
-<dl>
+<dd>Default: <code>10</code></dd>
+<dd>Specifies how long Traffic Server keeps connections to clients open
+for a subsequent request after a transaction ends.</dd>
 <dt><em><code>proxy.config.http.keep_alive_no_activity_timeout_out</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>10</code></dd>
-<dd>Specifies how long Traffic Server keeps connections to origin</dd>
-</dl>
-<p>servers open for a subsequent transfer of data after a transaction
-   ends.</p>
-<dl>
+<dd>Default: <code>10</code></dd>
+<dd>Specifies how long Traffic Server keeps connections to origin
+servers open for a subsequent transfer of data after a transaction
+ends.</dd>
 <dt><em><code>proxy.config.http.transaction_no_activity_timeout_in</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>120</code></dd>
-<dd>Specifies how long Traffic Server keeps connections to clients open</dd>
-</dl>
-<p>if a transaction stalls.</p>
-<dl>
+<dd>Default: <code>120</code></dd>
+<dd>Specifies how long Traffic Server keeps connections to clients open
+if a transaction stalls.</dd>
 <dt><em><code>proxy.config.http.transaction_no_activity_timeout_out</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>120</code></dd>
-<dd>Specifies how long Traffic Server keeps connections to origin</dd>
-</dl>
-<p>servers open if the transaction stalls.</p>
-<dl>
+<dd>Default: <code>120</code></dd>
+<dd>Specifies how long Traffic Server keeps connections to origin
+servers open if the transaction stalls.</dd>
 <dt><em><code>proxy.config.http.transaction_active_timeout_in</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>The maximum amount of time Traffic Server can remain connected to a</dd>
-</dl>
-<p>client. If the transfer to the client is not complete before this
-   timeout expires, then Traffic Server closes the connection.</p>
+<dd>Default: <code>0</code></dd>
+<dd>
+<p>The maximum amount of time Traffic Server can remain connected to a
+client. If the transfer to the client is not complete before this
+timeout expires, then Traffic Server closes the connection.</p>
 <p>The default value of <code>0</code> specifies that there is no timeout.</p>
-<dl>
+</dd>
 <dt><em><code>proxy.config.http.transaction_active_timeout_out</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>The maximum amount of time Traffic Server waits for fulfillment of</dd>
-</dl>
-<p>a connection request to an origin server. If Traffic Server does
-   not complete the transfer to the origin server before this timeout
-   expires, then Traffic Server terminates the connection request.</p>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>The maximum amount of time Traffic Server waits for fulfillment of
+a connection request to an origin server. If Traffic Server does
+not complete the transfer to the origin server before this timeout
+expires, then Traffic Server terminates the connection request.</p>
 <p>The default value of <code>0</code> specifies that there is no timeout.</p>
-<dl>
+</dd>
 <dt><em><code>proxy.config.http.accept_no_activity_timeout</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>120</code></dd>
-<dd>The timeout interval in seconds before Traffic Server closes a</dd>
-</dl>
-<p>connection that has no activity.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>120</code></p>
+</dd>
+<dd>
+<p>The timeout interval in seconds before Traffic Server closes a
+connection that has no activity.</p>
+</dd>
 <dt><em><code>proxy.config.http.background_fill_active_timeout</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>60</code></dd>
-<dd>Specifies how long Traffic Server continues a background fill</dd>
-</dl>
-<p>before giving up and dropping the origin server connection.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>60</code></p>
+</dd>
+<dd>
+<p>Specifies how long Traffic Server continues a background fill
+before giving up and dropping the origin server connection.</p>
+</dd>
 <dt><em><code>proxy.config.http.background_fill_completed_threshold</code></em></dt>
-<dd><code>FLOAT</code></dd>
-<dd><code>0.50000</code></dd>
-<dd>The proportion of total document size already transferred when a</dd>
+<dd>
+<p><code>FLOAT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0.50000</code></p>
+</dd>
+<dd>
+<p>The proportion of total document size already transferred when a
+client aborts at which the proxy continues fetching the document
+from the origin server to get it into the cache (a
+<strong>background fill</strong>).</p>
+</dd>
 </dl>
-<p>client aborts at which the proxy continues fetching the document
-   from the origin server to get it into the cache (a
-   <strong>background fill</strong>).</p>
 <h3 id="OriginServerConnectAttempts">Origin Server Connect Attempts</h3>
 <dl>
 <dt><em><code>proxy.config.http.connect_attempts_max_retries</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>6</code></dd>
-<dd>The maximum number of connection retries Traffic Server can make</dd>
-</dl>
-<p>when the origin server is not responding.</p>
-<dl>
+<dd>Default: <code>6</code></dd>
+<dd>The maximum number of connection retries Traffic Server can make
+when the origin server is not responding.</dd>
 <dt><em><code>proxy.config.http.connect_attempts_max_retries_dead_server</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>2</code></dd>
-<dd>The maximum number of connection retries Traffic Server can make</dd>
-</dl>
-<p>when the origin server is unavailable.</p>
-<dl>
+<dd>Default: <code>2</code></dd>
+<dd>The maximum number of connection retries Traffic Server can make
+when the origin server is unavailable.</dd>
 <dt><em><code>proxy.config.http.server_max_connections</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Limits the number of socket connections across all origin servers</dd>
-</dl>
-<p>to the value specified.</p>
+<dd>Default: <code>0</code></dd>
+<dd>
+<p>Limits the number of socket connections across all origin servers
+to the value specified.</p>
 <p>To disable, set to zero (<code>0</code>).</p>
-<dl>
+</dd>
 <dt><em><code>proxy.config.http.origin_max_connections</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Limits the number of socket connections per origin server to the</dd>
-</dl>
-<p>value specified.</p>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>Limits the number of socket connections per origin server to the
+value specified.</p>
 <p>To enable, set to one (<code>1</code>).</p>
-<dl>
+</dd>
 <dt><em><code>proxy.config.http.origin_min_keep_alive_connections</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>As connection to an origin server are opened, keep at least 'n'</dd>
-</dl>
-<p>number of connections open to that origin, even if the connection
-   isn't used for a long time period. Useful when the origin supports
-   keep-alive, removing the time needed to set up a new connection
-   from the next request at the expense of added (inactive)
-   connections.</p>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>As connection to an origin server are opened, keep at least 'n'
+number of connections open to that origin, even if the connection
+isn't used for a long time period. Useful when the origin supports
+keep-alive, removing the time needed to set up a new connection
+from the next request at the expense of added (inactive)
+connections.</p>
 <p>To enable, set to one (<code>1</code>).</p>
-<dl>
+</dd>
 <dt><em><code>proxy.config.http.connect_attempts_rr_retries</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>2</code></dd>
-<dd>The maximum number of failed connection attempts allowed before a</dd>
-</dl>
-<p>round-robin entry is marked as 'down' if a server has round-robin
-   DNS entries.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>2</code></p>
+</dd>
+<dd>
+<p>The maximum number of failed connection attempts allowed before a
+round-robin entry is marked as 'down' if a server has round-robin
+DNS entries.</p>
+</dd>
 <dt><em><code>proxy.config.http.connect_attempts_timeout</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>30</code></dd>
-<dd>The timeout value (in seconds) for an origin server connection.</dd>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>30</code></p>
+</dd>
+<dd>
+<p>The timeout value (in seconds) for an origin server connection.</p>
+</dd>
 <dt><em><code>proxy.config.http.post_connect_attempts_timeout</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>1800</code></dd>
-<dd>The timeout value (in seconds) for an origin server connection when</dd>
-</dl>
-<p>the client request is a <code>POST</code> or <code>PUT</code> request.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>1800</code></p>
+</dd>
+<dd>
+<p>The timeout value (in seconds) for an origin server connection when
+the client request is a <code>POST</code> or <code>PUT</code> request.</p>
+</dd>
 <dt><em><code>proxy.config.http.down_server.cache_time</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>900</code></dd>
-<dd>Specifies how long (in seconds) Traffic Server remembers that an</dd>
-</dl>
-<p>origin server was unreachable.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>900</code></p>
+</dd>
+<dd>
+<p>Specifies how long (in seconds) Traffic Server remembers that an
+origin server was unreachable.</p>
+</dd>
 <dt><em><code>proxy.config.http.down_server.abort_threshold</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>10</code></dd>
-<dd>The number of seconds before Traffic Server marks an origin server</dd>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>10</code></p>
+</dd>
+<dd>
+<p>The number of seconds before Traffic Server marks an origin server
+as unavailable after a client abandons a request because the origin
+server was too slow in sending the response header.</p>
+</dd>
 </dl>
-<p>as unavailable after a client abandons a request because the origin
-   server was too slow in sending the response header.</p>
 <h3 id="CongestionControl">Congestion Control</h3>
 <dl>
 <dt><em><code>proxy.config.http.congestion_control.enabled</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Enables (<code>1</code>) or disables (<code>0</code>) the Congestion Control option,</dd>
-</dl>
-<p>which configures Traffic Server to stop forwarding HTTP requests to
-   origin servers when they become congested. Traffic Server sends the
-   client a message to retry the congested origin server later.</p>
+<dd>Default: <code>0</code></dd>
+<dd>
+<p>Enables (<code>1</code>) or disables (<code>0</code>) the Congestion Control option,
+which configures Traffic Server to stop forwarding HTTP requests to
+origin servers when they become congested. Traffic Server sends the
+client a message to retry the congested origin server later.</p>
 <p>Refer to
-   <a href="http#UsingCongestionControl">Using Congestion Control</a>.</p>
-<h3 id="negative_response_caching__negativeresponsecaching">Negative Response Caching ### {#NegativeResponseCaching)</h3>
+<a href="../http-proxy-caching#UsingCongestionControl">Using Congestion Control</a>.</p>
+</dd>
+</dl>
+<h3 id="NegativeResponseCaching">Negative Response Caching</h3>
 <dl>
 <dt><em><code>proxy.config.http.negative_caching_enabled</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>When enabled (<code>1</code>), Traffic Server caches negative responses (such</dd>
-</dl>
-<p>as <code>404 Not Found</code>) when a requested page does not exist. The next
-   time a client requests the same page, Traffic Server serves the
-   negative response directly from cache.</p>
+<dd>Default: <code>0</code></dd>
+<dd>
+<p>When enabled (<code>1</code>), Traffic Server caches negative responses (such
+as <code>404 Not Found</code>) when a requested page does not exist. The next
+time a client requests the same page, Traffic Server serves the
+negative response directly from cache.</p>
 <p><strong>Note</strong>: <code>Cache-Control</code> directives from the server forbidding
-   cache are ignored for the following HTTP response codes, regardless
-   of the value specified for the
-   <em><code>proxy.config.http.negative_caching_enabled</code></em> variable. The
-   following negative responses are cached by Traffic Server:</p>
+cache are ignored for the following HTTP response codes, regardless
+of the value specified for the
+<em><code>proxy.config.http.negative_caching_enabled</code></em> variable. The
+following negative responses are cached by Traffic Server:</p>
 <div class="codehilite"><pre><span class="mi">204</span>  <span class="n">No</span> <span class="n">Content</span>
 <span class="mi">305</span>  <span class="n">Use</span> <span class="n">Proxy</span>
 <span class="mi">400</span>  <span class="n">Bad</span> <span class="n">Request</span>
@@ -693,458 +861,582 @@ T=SERVER_PORT_BLIND_TUNNEL</p>
 </pre></div>
 
 
+</dd>
+</dl>
 <h3 id="ProxyUserVariables">Proxy User Variables</h3>
 <dl>
 <dt><em><code>proxy.config.http.anonymize_remove_from</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>When enabled (<code>1</code>), Traffic Server removes the <code>From</code> header to</dd>
-</dl>
-<p>protect the privacy of your users.</p>
-<dl>
+<dd>Default: <code>0</code></dd>
+<dd>When enabled (<code>1</code>), Traffic Server removes the <code>From</code> header to
+protect the privacy of your users.</dd>
 <dt><em><code>proxy.config.http.anonymize_remove_referer</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>When enabled (<code>1</code>), Traffic Server removes the <code>Referrer</code> header to</dd>
-</dl>
-<p>protect the privacy of your site and users.</p>
-<dl>
+<dd>Default: <code>0</code></dd>
+<dd>When enabled (<code>1</code>), Traffic Server removes the <code>Referrer</code> header to
+protect the privacy of your site and users.</dd>
 <dt><em><code>proxy.config.http.anonymize_remove_user_agent</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>When enabled (<code>1</code>), Traffic Server removes the <code>User-agent</code> header</dd>
-</dl>
-<p>to protect the privacy of your site and users.</p>
-<dl>
+<dd>Default: <code>0</code></dd>
+<dd>When enabled (<code>1</code>), Traffic Server removes the <code>User-agent</code> header
+to protect the privacy of your site and users.</dd>
 <dt><em><code>proxy.config.http.anonymize_remove_cookie</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>When enabled (<code>1</code>), Traffic Server removes the <code>Cookie</code> header to</dd>
-</dl>
-<p>protect the privacy of your site and users.</p>
-<dl>
+<dd>Default: <code>0</code></dd>
+<dd>When enabled (<code>1</code>), Traffic Server removes the <code>Cookie</code> header to
+protect the privacy of your site and users.</dd>
 <dt><em><code>proxy.config.http.anonymize_remove_client_ip</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>When enabled (<code>1</code>), Traffic Server removes <code>Client-IP</code> headers for</dd>
-</dl>
-<p>more privacy.</p>
-<dl>
+<dd>Default: <code>0</code></dd>
+<dd>When enabled (<code>1</code>), Traffic Server removes <code>Client-IP</code> headers for
+more privacy.</dd>
 <dt><em><code>proxy.config.http.anonymize_insert_client_ip</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>1</code></dd>
-<dd>When enabled (<code>1</code>), Traffic Server inserts <code>Client-IP</code> headers to</dd>
-</dl>
-<p>retain the client IP address.</p>
-<dl>
+<dd>Default: <code>1</code></dd>
+<dd>When enabled (<code>1</code>), Traffic Server inserts <code>Client-IP</code> headers to
+retain the client IP address.</dd>
 <dt><em><code>proxy.config.http.append_xforwards_header</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>When enabled (<code>1</code>), Traffic Server appends <code>X-Forwards</code> headers to</dd>
-</dl>
-<p>outgoing requests.</p>
-<dl>
+<dd>Default: <code>0</code></dd>
+<dd>When enabled (<code>1</code>), Traffic Server appends <code>X-Forwards</code> headers to
+outgoing requests.</dd>
 <dt><em><code>proxy.config.http.anonymize_other_header_list</code></em></dt>
 <dd><code>STRING</code></dd>
-<dd><code>NULL</code></dd>
+<dd>Default: <code>NULL</code></dd>
 <dd>The headers Traffic Server should remove from outgoing requests.</dd>
 <dt><em><code>proxy.config.http.insert_squid_x_forwarded_for</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>When enabled (<code>1</code>), Traffic Server adds the client IP address to</dd>
-</dl>
-<p>the <code>X-Forwarded-For</code> header.</p>
-<dl>
+<dd>Default: <code>0</code></dd>
+<dd>When enabled (<code>1</code>), Traffic Server adds the client IP address to
+the <code>X-Forwarded-For</code> header.</dd>
 <dt><em><code>proxy.config.http.normalize_ae_gzip</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Enable (<code>1</code>) to normalize all <code>Accept-Encoding:</code> headers to one of</dd>
-</dl>
-<p>the following:</p>
+<dd>Default: <code>0</code></dd>
+<dd>
+<p>Enable (<code>1</code>) to normalize all <code>Accept-Encoding:</code> headers to one of
+the following:</p>
 <ul>
 <li><code>Accept-Encoding: gzip</code> (if the header has <code>gzip</code> or <code>x-gzip</code> with any <code>q</code>) <strong>OR</strong></li>
 <li><em>blank</em> (for any header that does not include <code>gzip</code>)</li>
 </ul>
 <p>This is useful for minimizing cached alternates of documents (e.g.
-   <code>gzip, deflate</code> vs. <code>deflate, gzip</code>). Enabling this option is
-   recommended if your origin servers use no encodings other than <code>gzip</code>.</p>
+<code>gzip, deflate</code> vs. <code>deflate, gzip</code>). Enabling this option is
+recommended if your origin servers use no encodings other than <code>gzip</code>.</p>
+</dd>
+</dl>
 <h3 id="Security">Security</h3>
 <dl>
 <dt><em><code>proxy.config.http.push_method_enabled</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Enables (<code>1</code>) or disables (<code>0</code>) the HTTP <code>PUSH</code> option, which</dd>
-</dl>
-<p>allows you to deliver content directly to the cache without a user
-   request.</p>
+<dd>Default: <code>0</code></dd>
+<dd>
+<p>Enables (<code>1</code>) or disables (<code>0</code>) the HTTP <code>PUSH</code> option, which
+allows you to deliver content directly to the cache without a user
+request.</p>
 <p><strong>Important:</strong> If you enable this option, then you must also
-   specify a filtering rule in the
-   <a href="#filter.config"><code>filter.config</code></a> file to allow only
-   certain machines to push content into the cache.</p>
+specify a filtering rule in the
+<a href="filter.config"><code>filter.config</code></a> file to allow only
+certain machines to push content into the cache.</p>
+</dd>
+</dl>
 <h3 id="CacheControl">Cache Control</h3>
 <dl>
 <dt><em><code>proxy.config.cache.enable_read_while_writer</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Enables (<code>1</code>) or disables (<code>0</code>) ability to a read cached object</dd>
-</dl>
-<p>while the another connection is completing the write to cache for
-   the same object. This must be enabled for connection collapsing to
-   work</p>
-<dl>
+<dd>Default: <code>0</code></dd>
+<dd>Enables (<code>1</code>) or disables (<code>0</code>) ability to a read cached object
+while the another connection is completing the write to cache for
+the same object. This must be enabled for connection collapsing to
+work</dd>
 <dt><em><code>proxy.config.cache.force_sector_size</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>512</code></dd>
+<dd>Default: <code>512</code></dd>
 <dd>Enables (<code>1</code>) or disables (<code>0</code>) ability to a read cached object
- while the another connection is completing the write to cache for
- the same object. This must be enabled for connection collapsing to
- work</dd>
+while the another connection is completing the write to cache for
+the same object. This must be enabled for connection collapsing to
+work</dd>
 <dt><em><code>proxy.config.http.cache.http</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>1</code></dd>
+<dd>Default: <code>1</code></dd>
 <dd>Enables (<code>1</code>) or disables (<code>0</code>) caching of HTTP requests.</dd>
 <dt><em><code>proxy.config.http.cache.ignore_client_no_cache</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
+<dd>Default: <code>0</code></dd>
 <dd>When enabled (<code>1</code>), Traffic Server ignores client requests to
- bypass the cache.</dd>
+bypass the cache.</dd>
 <dt><em><code>proxy.config.http.cache.ims_on_client_no_cache</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>When enabled (<code>1</code>), Traffic Server issues a conditional request to</dd>
-</dl>
-<p>the origin server if an incoming request has a <code>No-Cache</code> header.</p>
-<dl>
+<dd>Default: <code>0</code></dd>
+<dd>When enabled (<code>1</code>), Traffic Server issues a conditional request to
+the origin server if an incoming request has a <code>No-Cache</code> header.</dd>
 <dt><em><code>proxy.config.http.cache.ignore_server_no_cache</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>When enabled (<code>1</code>), Traffic Server ignores origin server requests</dd>
-</dl>
-<p>to bypass the cache.</p>
-<dl>
+<dd>Default: <code>0</code></dd>
+<dd>When enabled (<code>1</code>), Traffic Server ignores origin server requests
+to bypass the cache.</dd>
 <dt><em><code>proxy.config.http.cache.cache_responses_to_cookies</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>3</code></dd>
-<dd>Specifies how cookies are cached:
-     * <code>0</code> = do not cache any responses to cookies
-     * <code>1</code> = cache for any content-type
-     * <code>2</code> = cache only for image types
-     * <code>3</code> = cache for all but text content-types</dd>
+<dd>Default: <code>3</code></dd>
+<dd>
+<p>Specifies how cookies are cached:</p>
+<ul>
+<li><code>0</code> = do not cache any responses to cookies</li>
+<li><code>1</code> = cache for any content-type</li>
+<li><code>2</code> = cache only for image types</li>
+<li><code>3</code> = cache for all but text content-types</li>
+</ul>
+</dd>
 <dt><em><code>proxy.config.http.cache.ignore_authentication</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>When enabled (<code>1</code>), Traffic Server ignores <code>WWW-Authentication</code></dd>
-</dl>
-<p>headers in responses. <br />
-<code>WWW-Authentication</code> headers are removed and not cached.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>When enabled (<code>1</code>), Traffic Server ignores <code>WWW-Authentication</code>
+headers in responses</p>
+<p><code>WWW-Authentication</code> headers are removed and not cached.</p>
+</dd>
 <dt><em><code>proxy.config.http.cache.cache_urls_that_look_dynamic</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Enables (<code>1</code>) or disables (<code>0</code>) caching of URLs that look dynamic.</dd>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>Enables (<code>1</code>) or disables (<code>0</code>) caching of URLs that look dynamic.</p>
+</dd>
 <dt><em><code>proxy.config.http.cache.enable_default_vary_headers</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Enables (<code>1</code>) or disables (<code>0</code>) caching of alternate versions of</dd>
-</dl>
-<p>HTTP objects that do not contain the <code>Vary</code> header.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>Enables (<code>1</code>) or disables (<code>0</code>) caching of alternate versions of
+HTTP objects that do not contain the <code>Vary</code> header.</p>
+</dd>
 <dt><em><code>proxy.config.http.cache.when_to_revalidate</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Specifies when to revalidate content:</dd>
-</dl>
-<p><code>0</code> = use cache directives or heuristic (the default value)<br />
-<code>1</code> = stale if heuristic<br />
-<code>2</code> = always stale (always revalidate)<br />
-<code>3</code> = never stale<br />
-<code>4</code> = use cache directives or heuristic (0) unless the request has
-   an <code>If-Modified-Since</code> header</p>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>Specifies when to revalidate content:</p>
+<ul>
+<li><code>0</code> = use cache directives or heuristic (the default value)</li>
+<li><code>1</code> = stale if heuristic</li>
+<li><code>2</code> = always stale (always revalidate)</li>
+<li><code>3</code> = never stale</li>
+<li><code>4</code> = use cache directives or heuristic (0) unless the request has
+   an <code>If-Modified-Since</code> header</li>
+</ul>
 <p>If the request contains the <code>If-Modified-Since</code> header, then
-   Traffic Server always revalidates the cached content and uses the
-   client's <code>If-Modified-Since</code> header for the proxy request.</p>
-<dl>
+Traffic Server always revalidates the cached content and uses the
+client's <code>If-Modified-Since</code> header for the proxy request.</p>
+</dd>
 <dt><em><code>proxy.config.http.cache.when_to_add_no_cache_to_msie_requests</code></em></dt>
-<dd><code>INT</code></dd>
-<dd>0</dd>
-<dd>Specifies when to add <code>no-cache</code> directives to Microsoft Internet</dd>
-</dl>
-<p>Explorer requests. You can specify the following:</p>
-<p><code>0</code> = <code>no-cache</code> is <em>not</em> added to MSIE requests<br />
-<code>1</code> = <code>no-cache</code> is added to IMS MSIE requests<br />
-<code>2</code> = <code>no-cache</code> is added to all MSIE requests</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: 0</p>
+</dd>
+<dd>
+<p>Specifies when to add <code>no-cache</code> directives to Microsoft Internet
+Explorer requests. You can specify the following:</p>
+<ul>
+<li><code>0</code> = <code>no-cache</code> is <em>not</em> added to MSIE requests</li>
+<li><code>1</code> = <code>no-cache</code> is added to IMS MSIE requests</li>
+<li><code>2</code> = <code>no-cache</code> is added to all MSIE requests</li>
+</ul>
+</dd>
 <dt><em><code>proxy.config.http.cache.required_headers</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>The type of headers required in a request for the request to be</dd>
-</dl>
-<p>cacheable.</p>
-<p><code>0</code> = no headers required to make document cacheable<br />
-<code>1</code> = either the <code>Last-Modified</code> header, or an explicit lifetime
-  header, <code>Expires</code> or <code>Cache-Control: max-age</code>, is required <br />
-<code>2</code> = explicit lifetime is required, <code>Expires</code> or
-  <code>Cache-Control: max-age</code></p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>The type of headers required in a request for the request to be
+cacheable.</p>
+<ul>
+<li><code>0</code> = no headers required to make document cacheable</li>
+<li><code>1</code> = either the <code>Last-Modified</code> header, or an explicit lifetime
+   header, <code>Expires</code> or <code>Cache-Control: max-age</code>, is required</li>
+<li><code>2</code> = explicit lifetime is required, <code>Expires</code> or
+   <code>Cache-Control: max-age</code></li>
+</ul>
+</dd>
 <dt><em><code>proxy.config.http.cache.max_stale_age</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>604800</code></dd>
-<dd>The maximum age allowed for a stale response before it cannot be</dd>
-</dl>
-<p>cached.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>604800</code></p>
+</dd>
+<dd>
+<p>The maximum age allowed for a stale response before it cannot be
+cached.</p>
+</dd>
 <dt><em><code>proxy.config.http.cache.range.lookup</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>1</code></dd>
-<dd>When enabled (<code>1</code>), Traffic Server looks up range requests in the</dd>
-</dl>
-<p>cache.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>1</code></p>
+</dd>
+<dd>
+<p>When enabled (<code>1</code>), Traffic Server looks up range requests in the
+cache.</p>
+</dd>
 <dt><em><code>proxy.config.http.cache.enable_read_while_writer</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Enables (<code>1</code>) or disables (<code>0</code>) the ability to read a cached object</dd>
-</dl>
-<p>while another connection is completing a write to cache for the
-   same object. If you want connection collapsing to work, then this
-   option must be enabled.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>Enables (<code>1</code>) or disables (<code>0</code>) the ability to read a cached object
+while another connection is completing a write to cache for the
+same object. If you want connection collapsing to work, then this
+option must be enabled.</p>
+</dd>
 <dt><em><code>proxy.config.connection_collapsing.hashtable_enabled</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Enables (<code>1</code>) or disables (<code>0</code>) whether requests will first search</dd>
-</dl>
-<p>the hashtable to see if another similar request is already being
-   served.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>Enables (<code>1</code>) or disables (<code>0</code>) whether requests will first search
+the hashtable to see if another similar request is already being
+served.</p>
+</dd>
 <dt><em><code>proxy.config.connection_collapsing.rww_wait_time</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>When enabled (<code>1</code>) while the write configuration parameter is also</dd>
-</dl>
-<p>enabled, secondary clients will wait this amount of time (in msec)
-   before cache lookup is retried.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>When enabled (<code>1</code>) while the write configuration parameter is also
+enabled, secondary clients will wait this amount of time (in msec)
+before cache lookup is retried.</p>
+</dd>
 <dt><em><code>proxy.config.connection_collapsing.revalidate_window_period</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>The amount of time (msec) secondary clients for the same URL will</dd>
-</dl>
-<p>be served the stale object when revalidation of a cached object is
-   in progress.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>The amount of time (msec) secondary clients for the same URL will
+be served the stale object when revalidation of a cached object is
+in progress.</p>
+</dd>
 <dt><em><code>proxy.config.http.cache.fuzz.min_time</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Sets a minimum fuzz time; the default value is <code>0</code>.</dd>
-</dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>Sets a minimum fuzz time; the default value is <code>0</code>.</p>
 <p><strong>Effective fuzz time</strong> is a calculation in the range
-   (<code>fuzz.min_time</code> - <code>fuzz.min_time</code>).</p>
-<dl>
+(<code>fuzz.min_time</code> - <code>fuzz.min_time</code>).</p>
+</dd>
 <dt><em><code>proxy.config.http.cache.ignore_accept_mismatch</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>When enabled (<code>1</code>), Traffic Server serves documents from cache with</dd>
-</dl>
-<p>a <code>Content-Type:</code> header that does not match the <code>Accept:</code> header
-   of the request.
-   <strong>Note:</strong> This option should only be enabled if you're having
-   problems with caching <em>and</em> one of the following is true:</p>
-<p>Your origin server sets <code>Vary: Accept</code> when doing content
-   negotiation with <code>Accept</code><br />
-   -OR-
-   The server does not send a <code>406 (Not Acceptable)</code> response for
-   types that it cannot serve.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>When enabled (<code>1</code>), Traffic Server serves documents from cache with
+a <code>Content-Type:</code> header that does not match the <code>Accept:</code> header
+of the request.</p>
+<p><strong>Note:</strong> This option should only be enabled if you're having
+problems with caching <em>and</em> one of the following is true:</p>
+<ul>
+<li>Your origin server sets <code>Vary: Accept</code> when doing content
+negotiation with <code>Accept</code> <em>OR</em></li>
+<li>The server does not send a <code>406 (Not Acceptable)</code> response for
+types that it cannot serve.</li>
+</ul>
+</dd>
 <dt><em><code>proxy.config.http.cache.ignore_accept_language_mismatch</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>When enabled (<code>1</code>), Traffic Server serves documents from cache with</dd>
-</dl>
-<p>a <code>Content-Language:</code> header that does not match the
-   <code>Accept-Language:</code> header of the request.</p>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>When enabled (<code>1</code>), Traffic Server serves documents from cache with
+a <code>Content-Language:</code> header that does not match the
+<code>Accept-Language:</code> header of the request.</p>
 <p><strong>Note:</strong> This option should only be enabled if you're having
-   problems with caching and your origin server is guaranteed to set
-   <code>Vary: Accept-Language</code> when doing content negotiation with
-   <code>Accept-Language</code>.</p>
-<dl>
+problems with caching and your origin server is guaranteed to set
+<code>Vary: Accept-Language</code> when doing content negotiation with
+<code>Accept-Language</code>.</p>
+</dd>
 <dt><em><code>proxy.config.http.cache.ignore_accept_charset_mismatch</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>When enabled (<code>1</code>), Traffic Server serves documents from cache with</dd>
-</dl>
-<p>a <code>Content-Type:</code> header that does not match the <code>Accept-Charset:</code>
-   header of the request.</p>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>When enabled (<code>1</code>), Traffic Server serves documents from cache with
+a <code>Content-Type:</code> header that does not match the <code>Accept-Charset:</code>
+header of the request.</p>
 <p><strong>Note:</strong> This option should only be enabled if you're having
-   problems with caching and your origin server is guaranteed to set
-   <code>Vary: Accept-Charset</code> when doing content negotiation with
-   <code>Accept-Charset</code>.</p>
-<dl>
+problems with caching and your origin server is guaranteed to set
+<code>Vary: Accept-Charset</code> when doing content negotiation with
+<code>Accept-Charset</code>.</p>
+</dd>
 <dt><em><code>proxy.config.http.cache.ignore_client_cc_max_age</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>1</code></dd>
-<dd>When enabled (<code>1</code>), Traffic Server ignores any</dd>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>1</code></p>
+</dd>
+<dd>
+<p>When enabled (<code>1</code>), Traffic Server ignores any
+<code>Cache-Control:  max-age</code> headers from the client.</p>
+</dd>
 </dl>
-<p><code>Cache-Control:  max-age</code> headers from the client.</p>
 <h3 id="HeuristicExpiration">Heuristic Expiration</h3>
 <dl>
 <dt><em><code>proxy.config.http.cache.heuristic_min_lifetime</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>3600</code></dd>
-<dd>The minimum amount of time a document in the cache is considered to</dd>
-</dl>
-<p>be fresh.</p>
-<dl>
+<dd>Default: <code>3600</code></dd>
+<dd>The minimum amount of time a document in the cache is considered to
+be fresh.</dd>
 <dt><em><code>proxy.config.http.cache.heuristic_max_lifetime</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>86400</code></dd>
+<dd>Default: <code>86400</code></dd>
 <dd>The maximum amount of time a document in the cache remains fresh.</dd>
 <dt><em><code>proxy.config.http.cache.heuristic_lm_factor</code></em></dt>
 <dd><code>FLOAT</code></dd>
-<dd><code>0.10000</code></dd>
+<dd>Default: <code>0.10000</code></dd>
 <dd>The aging factor for freshness computations.</dd>
 <dt><em><code>proxy.config.http.cache.fuzz.time</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>240</code></dd>
-<dd>How often Traffic Server checks for an early refresh, during the</dd>
-</dl>
-<p>period before the document stale time. The interval specified must
-   be in seconds.</p>
-<dl>
+<dd>Default: <code>240</code></dd>
+<dd>How often Traffic Server checks for an early refresh, during the
+period before the document stale time. The interval specified must
+be in seconds.</dd>
 <dt><em><code>proxy.config.http.cache.fuzz.probability</code></em></dt>
 <dd><code>FLOAT</code></dd>
-<dd><code>0.00500</code></dd>
-<dd>The probability that a refresh is made on a document during the</dd>
+<dd>Default: <code>0.00500</code></dd>
+<dd>The probability that a refresh is made on a document during the
+specified fuzz time.</dd>
 </dl>
-<p>specified fuzz time.</p>
 <h3 id="DynamicContentAndContentNegotiation">Dynamic Content &amp; Content Negotiation</h3>
 <dl>
 <dt><em><code>proxy.config.http.cache.vary_default_text</code></em></dt>
 <dd><code>STRING</code></dd>
-<dd><code>NULL</code></dd>
-<dd>The header on which Traffic Server varies for text documents.</dd>
-</dl>
+<dd>Default: <code>NULL</code></dd>
+<dd>
+<p>The header on which Traffic Server varies for text documents.</p>
 <p>For example: if you specify <code>user-agent</code>, then Traffic Server
-   caches all the different user-agent versions of documents it
-   encounters.</p>
-<dl>
+caches all the different user-agent versions of documents it
+encounters.</p>
+</dd>
 <dt><em><code>proxy.config.http.cache.vary_default_images</code></em></dt>
-<dd><code>STRING</code></dd>
-<dd><code>NULL</code></dd>
-<dd>The header on which Traffic Server varies for images.</dd>
+<dd>
+<p><code>STRING</code></p>
+</dd>
+<dd>
+<p>Default: <code>NULL</code></p>
+</dd>
+<dd>
+<p>The header on which Traffic Server varies for images.</p>
+</dd>
 <dt><em><code>proxy.config.http.cache.vary_default_other</code></em></dt>
-<dd><code>STRING</code></dd>
-<dd><code>NULL</code></dd>
-<dd>The header on which Traffic Server varies for anything other than</dd>
+<dd>
+<p><code>STRING</code></p>
+</dd>
+<dd>
+<p>Default: <code>NULL</code></p>
+</dd>
+<dd>
+<p>The header on which Traffic Server varies for anything other than
+text and images.</p>
+</dd>
 </dl>
-<p>text and images.</p>
 <h3 id="CustomizableUserResponsePages">Customizable User Response Pages</h3>
 <dl>
 <dt><em><code>proxy.config.body_factory.enable_customizations</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Specifies whether customizable response pages are enabled or</dd>
-</dl>
-<p>disabled and which response pages are used:</p>
-<p><code>0</code> = disable customizable user response pages<br />
-<code>1</code> = enable customizable user response pages in the default
-   directory only<br />
-<code>2</code> = enable language-targeted user response pages</p>
-<dl>
+<dd>Default: <code>0</code></dd>
+<dd>
+<p>Specifies whether customizable response pages are enabled or
+disabled and which response pages are used:</p>
+<ul>
+<li><code>0</code> = disable customizable user response pages</li>
+<li><code>1</code> = enable customizable user response pages in the default
+   directory only</li>
+<li><code>2</code> = enable language-targeted user response pages</li>
+</ul>
+</dd>
 <dt><em><code>proxy.config.body_factory.enable_logging</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>1</code></dd>
-<dd>Enables (<code>1</code>) or disables (<code>0</code>) logging for customizable response</dd>
-</dl>
-<p>pages. <br />
-   When enabled, Traffic Server records a message in the error log
-   each time a customized response page is used or modified.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>1</code></p>
+</dd>
+<dd>
+<p>Enables (<code>1</code>) or disables (<code>0</code>) logging for customizable response
+pages. </p>
+<p>When enabled, Traffic Server records a message in the error log
+each time a customized response page is used or modified.</p>
+</dd>
 <dt><em><code>proxy.config.body_factory.template_sets_dir</code></em></dt>
-<dd><code>STRING</code></dd>
-<dd><code>config/body_factory</code></dd>
-<dd>The customizable response page default directory.</dd>
+<dd>
+<p><code>STRING</code></p>
+</dd>
+<dd>
+<p>Default: <code>config/body_factory</code></p>
+</dd>
+<dd>
+<p>The customizable response page default directory.</p>
+</dd>
 <dt><em><code>proxy.config.body_factory.response_suppression_mode</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Specifies when Traffic Server suppresses generated response pages:</dd>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>Specifies when Traffic Server suppresses generated response pages:</p>
+<ul>
+<li><code>0</code> = never suppress generated response pages</li>
+<li><code>1</code> = always suppress generated response pages</li>
+<li><code>2</code> = suppress response pages only for intercepted traffic</li>
+</ul>
+</dd>
 </dl>
-<p><code>0</code> = never suppress generated response pages<br />
-<code>1</code> = always suppress generated response pages<br />
-<code>2</code> = suppress response pages only for intercepted traffic</p>
 <h3 id="DNS">DNS</h3>
 <dl>
 <dt><em><code>proxy.config.dns.search_default_domains</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>1</code></dd>
-<dd>Enables (<code>1</code>) or disables (<code>0</code>) local domain expansion so that</dd>
-</dl>
-<p>Traffic Server can attempt to resolve unqualified hostnames by
-   expanding to the local domain.</p>
+<dd>Default: <code>1</code></dd>
+<dd>
+<p>Enables (<code>1</code>) or disables (<code>0</code>) local domain expansion so that
+Traffic Server can attempt to resolve unqualified hostnames by
+expanding to the local domain.</p>
 <p>For example: if a client makes a request to an unqualified host
-   (<code>host_x</code>) and the Traffic Server local domain is <code>y.com</code> , then
-   Traffic Server will expand the hostname to <code>host_x.y.com</code>.</p>
-<dl>
+(<code>host_x</code>) and the Traffic Server local domain is <code>y.com</code> , then
+Traffic Server will expand the hostname to <code>host_x.y.com</code>.</p>
+</dd>
 <dt><em><code>proxy.config.dns.splitDNS.enabled</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Enables (<code>1</code>) or disables (<code>0</code>) DNS server selection.<br />
+<dd>
+<p><code>INT</code></p>
 </dd>
-</dl>
-<p>When enabled, Traffic Server refers to the <code>splitdns.config</code> file
-   for the selection specification.</p>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>Enables (<code>1</code>) or disables (<code>0</code>) DNS server selection.<br />
+When enabled, Traffic Server refers to the <code>splitdns.config</code> file
+for the selection specification.</p>
 <p>Refer to
-   <a href="secure#ConfiguringDNSServerSelectionSplit">Configuring DNS Server Selection (Split DNS)</a>.</p>
-<dl>
+<a href="../security-options#ConfiguringDNSServerSelectionSplit">Configuring DNS Server Selection (Split DNS)</a>.</p>
+</dd>
 <dt><em><code>proxy.config.dns.url_expansions</code></em></dt>
-<dd><code>STRING</code></dd>
-<dd><code>NULL</code></dd>
-<dd>Specifies a list of hostname extensions that are automatically</dd>
-</dl>
-<p>added to the hostname after a failed lookup.</p>
+<dd>
+<p><code>STRING</code></p>
+</dd>
+<dd>
+<p>Default: <code>NULL</code></p>
+</dd>
+<dd>
+<p>Specifies a list of hostname extensions that are automatically
+added to the hostname after a failed lookup.</p>
 <p>For example: if you want Traffic Server to add the hostname
-   extension .org, then specify <code>org</code> as the value for this variable
-   (Traffic Server automatically adds the dot (.).</p>
+extension .org, then specify <code>org</code> as the value for this variable
+(Traffic Server automatically adds the dot (.)).</p>
 <p><strong>Note:</strong> If the variable
-   <em><code>proxy.config.http.enable_url_expandomatic</code></em> is set to <code>1</code>
-   (the default value), then you do not have to add <strong><code>www.</code></strong> and
-   <strong><code>.com</code></strong> to this list because Traffic Server automatically tries
-   www. and .com after trying the values you've specified.</p>
-<dl>
+<em><code>proxy.config.http.enable_url_expandomatic</code></em> is set to <code>1</code>
+(the default value), then you do not have to add <strong><code>www.</code></strong> and
+<strong><code>.com</code></strong> to this list because Traffic Server automatically tries
+www. and .com after trying the values you've specified.</p>
+</dd>
 <dt><em><code>proxy.config.dns.resolv_conf</code></em></dt>
-<dd><code>STRING</code></dd>
-<dd><code>/etc/resolv.conf</code></dd>
-<dd>Allows to specify which <code>resolv.conf</code> file to use for finding resolvers.</dd>
-</dl>
-<p>While the format of this file must be the same as the standard <code>resolv.conf</code> file,
-   this option allows an administrator to manage the set of resolvers in an external
-   configuration file, without affecting how the rest of the operating system uses DNS.</p>
-<dl>
+<dd>
+<p><code>STRING</code></p>
+</dd>
+<dd>
+<p>Default: <code>/etc/resolv.conf</code></p>
+</dd>
+<dd>
+<p>Allows to specify which <code>resolv.conf</code> file to use for finding resolvers.
+While the format of this file must be the same as the standard <code>resolv.conf</code> file,
+this option allows an administrator to manage the set of resolvers in an external
+configuration file, without affecting how the rest of the operating system uses DNS.</p>
+</dd>
 <dt><em><code>proxy.config.dns.round_robin_nameservers</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Enables (<code>1</code>) or disables (<code>0</code>) DNS server round-robin.</dd>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>Enables (<code>1</code>) or disables (<code>0</code>) DNS server round-robin.</p>
+</dd>
 <dt><em><code>proxy.config.dns.nameservers</code></em></dt>
-<dd><code>STRING</code></dd>
-<dd><code>NULL</code></dd>
-<dd>The DNS servers.</dd>
+<dd>
+<p><code>STRING</code></p>
+</dd>
+<dd>
+<p>Default: <code>NULL</code></p>
+</dd>
+<dd>
+<p>The DNS servers.</p>
+</dd>
 <dt><em><code>proxy.config.srv_enabled</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Indicates whether to utilize SRV records for orgin server lookup.</dd>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>Indicates whether to utilize SRV records for orgin server lookup.</p>
+</dd>
 </dl>
 <h3 id="HostDB">HostDB</h3>
 <dl>
 <dt><em><code>proxy.config.hostdb.serve_stale_for</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
+<dd>Default: <code>0</code></dd>
 <dd>The number of seconds for which to utilize a stale NS record while</dd>
 </dl>
 <p>initiating a background fetch for the new data.</p>
 <dl>
 <dt><em><code>proxy.config.hostdb.storage_size</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>33554432</code></dd>
+<dd>Default: <code>33554432</code></dd>
 <dd>The amount of space (in bytes) used to store <em><code>hostdb</code></em>. The</dd>
 </dl>
 <p>value of this variable must be increased if you increase the size
@@ -1152,7 +1444,7 @@ T=SERVER_PORT_BLIND_TUNNEL</p>
 <dl>
 <dt><em><code>proxy.config.hostdb.size</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>200000</code></dd>
+<dd>Default: <code>200000</code></dd>
 <dd>The maximum number of entries allowed in the host database.</dd>
 </dl>
 <p><strong>Note:</strong> For values above <code>200000</code>, you must increase the value of
@@ -1161,708 +1453,1052 @@ T=SERVER_PORT_BLIND_TUNNEL</p>
 <dl>
 <dt><em><code>proxy.config.hostdb.ttl_mode</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>The host database time to live mode. You can specify one of the</dd>
-</dl>
-<p>following:</p>
-<p><code>0</code> = obey <br />
-<code>1</code>= ignore<br />
-<code>2</code> = min(X,ttl)<br />
-<code>3</code> = max(X,ttl)</p>
-<dl>
+<dd>Default: <code>0</code></dd>
+<dd>
+<p>The host database time to live mode. You can specify one of the
+following:</p>
+<ul>
+<li><code>0</code> = obey</li>
+<li><code>1</code>= ignore</li>
+<li><code>2</code> = min(X,ttl)</li>
+<li><code>3</code> = max(X,ttl)</li>
+</ul>
+</dd>
 <dt><em><code>proxy.config.hostdb.timeout</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>1440</code></dd>
-<dd>The foreground timeout (in minutes).</dd>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>1440</code></p>
+</dd>
+<dd>
+<p>The foreground timeout (in minutes).</p>
+</dd>
 <dt><em><code>proxy.config.hostdb.strict_round_robin</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>When disabled (<code>0</code>), Traffic Server always uses the same origin</dd>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>When disabled (<code>0</code>), Traffic Server always uses the same origin
+server for the same client, for as long as the origin server is
+available.</p>
+</dd>
 </dl>
-<p>server for the same client, for as long as the origin server is
-   available.</p>
 <h3 id="LoggingConfig">Logging Config</h3>
 <dl>
 <dt><em><code>proxy.config.log.logging_enabled</code></em></dt>
 <dd><code>INT</code></dd>
-<dd><code>3</code></dd>
-<dd>Enables and disables event logging:</dd>
-</dl>
-<p><code>0</code> = logging disabled<br />
-<code>1</code> = log errors only<br />
-<code>2</code> = log transactions only<br />
-<code>3</code> = full logging (errors + transactions)</p>
-<p>Refer to <a href="log">Working with Log Files</a>.</p>
-<dl>
+<dd>Default: <code>3</code></dd>
+<dd>
+<p>Enables and disables event logging:</p>
+<ul>
+<li><code>0</code> = logging disabled</li>
+<li><code>1</code> = log errors only</li>
+<li><code>2</code> = log transactions only</li>
+<li><code>3</code> = full logging (errors + transactions)</li>
+</ul>
+<p>Refer to <a href="../working-log-files">Working with Log Files</a>.</p>
+</dd>
 <dt><em><code>proxy.config.log.max_secs_per_buffer</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>5</code></dd>
-<dd>The maximum amount of time before data in the buffer is flushed to</dd>
-</dl>
-<p>disk.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>5</code></p>
+</dd>
+<dd>
+<p>The maximum amount of time before data in the buffer is flushed to
+disk.</p>
+</dd>
 <dt><em><code>proxy.config.log.max_space_mb_for_logs</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>2000</code></dd>
-<dd>The amount of space allocated to the logging directory (in MB).</dd>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>2000</code></p>
+</dd>
+<dd>
+<p>The amount of space allocated to the logging directory (in MB).</p>
+</dd>
 <dt><em><code>proxy.config.log.max_space_mb_for_orphan_logs</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>25</code></dd>
-<dd>The amount of space allocated to the logging directory (in MB) if</dd>
-</dl>
-<p>this node is acting as a collation client.</p>
-<dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>25</code></p>
+</dd>
+<dd>
+<p>The amount of space allocated to the logging directory (in MB) if
+this node is acting as a collation client.</p>
+</dd>
 <dt><em><code>proxy.config.log.max_space_mb_headroom</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>10</code></dd>
-<dd>The tolerance for the log space limit (in bytes).</dd>
-</dl>
-<p>If the variable <em><code>proxy.config.log.auto_delete_rolled_file</code></em>
-   is set to <code>1</code> (enabled), then autodeletion of log files is
-   triggered when the amount of free space available in the logging
-   directory is less than the value specified here.</p>
-<dl>
-<dt><em><code>proxy.config.log.hostname</code></em></dt>
-<dd><code>STRING</code></dd>
-<dd><code>localhost</code></dd>
-<dd>The hostname of the machine running Traffic Server.</dd>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>10</code></p>
+</dd>
+<dd>
+<p>The tolerance for the log space limit (in bytes).</p>
+<p>If the variable <em><code>proxy.config.log.auto_delete_rolled_file</code></em>
+is set to <code>1</code> (enabled), then autodeletion of log files is
+triggered when the amount of free space available in the logging
+directory is less than the value specified here.</p>
+</dd>
+<dt><em><code>proxy.config.log.hostname</code></em></dt>
+<dd>
+<p><code>STRING</code></p>
+</dd>
+<dd>
+<p>Default: <code>localhost</code></p>
+</dd>
+<dd>
+<p>The hostname of the machine running Traffic Server.</p>
+</dd>
 <dt><em><code>proxy.config.log.logfile_dir</code></em></dt>
-<dd><code>STRING</code></dd>
-<dd><code>install_dir  /logs</code></dd>
-<dd>The full path to the logging directory.</dd>
+<dd>
+<p><code>STRING</code></p>
+</dd>
+<dd>
+<p>Default: <code>*install_dir*``/logs</code></p>
+</dd>
+<dd>
+<p>The full path to the logging directory.</p>
+</dd>
 <dt><em><code>proxy.config.log.logfile_perm</code></em></dt>
-<dd><code>STRING</code></dd>
-<dd><code>rw-r--r--</code></dd>
-<dd>The log file permissions. The standard UNIX file permissions are</dd>
-</dl>
-<p>used (owner, group, other). Permissable values are:</p>
-<p><code>-</code>no permission<br />
-<code>r</code>read permission<br />
-<code>w</code>write permission<br />
+<dd>
+<p><code>STRING</code></p>
+</dd>
+<dd>
+<p>Default: <code>rw-r--r--</code></p>
+</dd>
+<dd>
+<p>The log file permissions. The standard UNIX file permissions are
+used (owner, group, other). Permissable values are:</p>
+<p><code>-</code>no permission
+<code>r</code>read permission
+<code>w</code>write permission
 <code>x</code>execute permission</p>
 <p>Permissions are subject to the umask settings for the Traffic
-   Server process. This means that a umask setting of<code>002</code>will not
-   allow write permission for others, even if specified in the
-   configuration file. Permissions for existing log files are not
-   changed when the configuration is changed.</p>
-<dl>
+Server process. This means that a umask setting of<code>002</code>will not
+allow write permission for others, even if specified in the
+configuration file. Permissions for existing log files are not
+changed when the configuration is changed.</p>
+</dd>
 <dt><em><code>proxy.config.log.custom_logs_enabled</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>0</code></dd>
-<dd>Enables (<code>1</code>) or disables (<code>0</code>) custom logging.</dd>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>0</code></p>
+</dd>
+<dd>
+<p>Enables (<code>1</code>) or disables (<code>0</code>) custom logging.</p>
+</dd>
 <dt><em><code>proxy.config.log.squid_log_enabled</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>1</code></dd>
-<dd>Enables (<code>1</code>) or disables (<code>0</code>) the squid log file format.</dd>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>1</code></p>
+</dd>
+<dd>
+<p>Enables (<code>1</code>) or disables (<code>0</code>) the squid log file format.</p>
+</dd>
 <dt><em><code>proxy.config.log.squid_log_is_ascii</code></em></dt>
-<dd><code>INT</code></dd>
-<dd><code>1</code></dd>
-<dd>The squid log file type:</dd>
-</dl>
+<dd>
+<p><code>INT</code></p>
+</dd>
+<dd>
+<p>Default: <code>1</code></p>
+</dd>
+<dd>
+<p>The squid log file type:</p>
 <ul>
 <li><code>1</code> = ASCII</li>
 <li><code>0</code> = binary</li>
 </ul>
-<dl>
+</dd>
 <dt><em><code>proxy.config.log.squid_log_name</code></em></dt>
-<dd><code>STRING</code></dd>
-<dd><code>squid</code></dd>
-<dd>The squid log filename.</dd>
+<dd>
+<p><code>STRING</code></p>
+</dd>
+<dd>
+<p>Default: <code>squid</code></p>
+</dd>
+<dd>
+<p>The squid log filename.</p>
+</dd>

[... 1316 lines stripped ...]