Author: buildbot
Date: Sun May 15 01:01:23 2011
New Revision: 789601
Log:
Staging update by buildbot
Modified:
websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuring-traffic-server/index.en.html
Modified:
websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuring-traffic-server/index.en.html
==============================================================================
---
websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuring-traffic-server/index.en.html
(original)
+++
websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuring-traffic-server/index.en.html
Sun May 15 01:01:23 2011
@@ -52,30 +52,39 @@ via command-line interface. Alternativel
to configure Traffic Server.</p>
<h5 id="viewchangeconfigurationoptionsinTrafficLine">To view or change
configuration options in Traffic Line:</h5>
<ol>
-<li>Log on to a Traffic Server node as the Traffic Server administrator and
navigate to the Traffic Server <code>bin</code> directory. </li>
-<li>To view a configuration setting, enter the following command: <br />
-<code>traffic_line -r _var_</code><br />
- where <em><code>var</code></em> is the variable associated with the
configuration option. For a list of variables, refer to <a
href="../configuration-files/records.config">Configuration Variables</a>.</li>
-<li>To change the value of a configuration setting, enter the following
command: <br />
-<code>traffic_line -s _var_ -v _value_</code> <br />
- where <em><code>var</code></em> is the variable associated with the
configuration option and <em><code>value</code></em> is the value you want to
use. For a list of the variables, see <a
href="../configuration-files/records.config">Configuration Variables</a>.<br />
+<li>
+<p>To view a configuration setting, enter the following command:</p>
+<div class="codehilite"><pre>traffic_line -r var
+</pre></div>
+
+
+<p>where <em><code>var</code></em> is the variable associated with the
configuration option. For a
+ list of variables, refer to <a
href="../configuration-files/records.config">Configuration Variables</a>.</p>
+</li>
+<li>
+<p>To change the value of a configuration setting, enter the following
command:</p>
+<div class="codehilite"><pre>traffic_line -s var -v value
+</pre></div>
+
+
+<p>where <em><code>var</code></em> is the variable associated with the
configuration option and <em><code>value</code></em>
+ is the value you want to use. For a list of the variables, see <a
href="../configuration-files/records.config">Configuration Variables</a>.<br />
+</p>
</li>
</ol>
-<p>If the Traffic Server <code>bin</code> directory is not in your path, then
prepend the Traffic Line command with <code>./</code> (for example,
<code>./traffic_line -r variable</code>).</p>
<h2 id="ConfigureTSUsingConfigurationFiles">Configure Traffic Server Using
Configuration Files</h2>
<p>As an alternative to using Traffic Line or Traffic Shell, you can change
Traffic
Server configuration options by manually editing specific variables in the
-<code>records.config</code> file located in the Traffic Server
<code>config</code> directory. To
-edit the variables, open the file in a text editor (such as <code>vi</code> or
<code>emacs</code>)
-and change variable values. After you modify the <code>records.config</code>
file, Traffic
+<a
href="../configuration-files/records.config"><code>records.config</code></a>
file.
+After you modify the <a
href="../configuration-files/records.config"><code>records.config</code></a>
file, Traffic
Server must reread the configuration files. From the Traffic Server
<code>bin</code> directory,
enter the Traffic Line command <code>traffic_line -x</code>. You may need to
restart Traffic
Server to apply the configuration changes. </p>
-<p>The following is a sample portion of the <code>records.config</code> file:
</p>
+<p>The following is a sample portion of the <a
href="../configuration-files/records.config"><code>records.config</code></a>
file: </p>
<p><img alt="Sample records.config file" src="/images/admin/records.jpg" /></p>
-<p>In addition to the <code>records.config</code> file, Traffic Server
provides other configuration
-files that are used to configure specific features. All configuration files
-you can manually edit are described in <a
href="../configuration-files">Configuration Files</a>. </p>
+<p>In addition to the <a
href="../configuration-files/records.config"><code>records.config</code></a>
file,
+Traffic Server provides other configuration files that are used to configure
specific features.
+All configuration files you can manually edit are described in <a
href="../configuration-files">Configuration Files</a>. </p>
</div>
</div><!-- main -->