You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2016/06/28 17:26:56 UTC

[trafficserver] branch master updated: TS-4604 : Command for configuring traffic server corrected (#756)

This is an automated email from the ASF dual-hosted git repository.

jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  931b683   TS-4604 : Command for configuring traffic server corrected (#756)
931b683 is described below

commit 931b6833583bb57d1d4e533f422cb78f81b30edb
Author: Syeda Persia Aziz <pe...@yahoo.com>
AuthorDate: Tue Jun 28 12:26:50 2016 -0500

    TS-4604 : Command for configuring traffic server corrected (#756)
    
    * Update configuring-traffic-server.en.rst
    
    * Update configuring-traffic-server.en.rst
    
    * Update configuring-traffic-server.en.rst
    
    * Update configuring-traffic-server.en.rst
---
 doc/admin-guide/configuring-traffic-server.en.rst | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/doc/admin-guide/configuring-traffic-server.en.rst b/doc/admin-guide/configuring-traffic-server.en.rst
index bb076b4..a134e33 100644
--- a/doc/admin-guide/configuring-traffic-server.en.rst
+++ b/doc/admin-guide/configuring-traffic-server.en.rst
@@ -27,14 +27,14 @@ Traffic Server provides several options for configuring the system.
 
 .. _configure-using-traffic-line:
 
-Configure Traffic Server Using Traffic Line
-===========================================
+Configure Traffic Server
+========================
 
-Traffic Line enables you to quickly and easily change your Traffic
-Server configuration via command-line interface.
+You can quickly and easily change your Traffic
+Server configuration via command-line interface using :program:`traffic_ctl`.
 
-View Configuration Options in Traffic Line
-------------------------------------------
+View Configuration Options
+--------------------------
 
 To view a configuration setting, enter the following command::
 
@@ -43,13 +43,13 @@ To view a configuration setting, enter the following command::
 where *var* is the variable associated with the configuration
 option. For a list of variables, refer to :ref:`configuration-variables`.
 
-Change Configuration Options in Traffic Line
---------------------------------------------
+Change Configuration Options
+----------------------------
 
 To change the value of a configuration setting, enter the following
 command::
 
-    traffic_config set VARIABLE VALUE
+    traffic_ctl set VARIABLE VALUE
 
 where *var* is the variable associated with the configuration option
 and *value* is the value you want to use. For a list of the
@@ -58,7 +58,7 @@ variables, see :ref:`configuration-variables`.
 Configure Traffic Server Using Configuration Files
 ==================================================
 
-As an alternative to using Traffic Line, you can change
+You can change 
 Traffic Server configuration options by manually editing specific
 variables in :file:`records.config`.
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].