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

svn commit: r1089509 - /trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuring-traffic-server/index.en.mdtext

Author: igalic
Date: Wed Apr  6 15:59:02 2011
New Revision: 1089509

URL: http://svn.apache.org/viewvc?rev=1089509&view=rev
Log:
Fix markdown and adapt links

Modified:
    trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuring-traffic-server/index.en.mdtext

Modified: trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuring-traffic-server/index.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuring-traffic-server/index.en.mdtext?rev=1089509&r1=1089508&r2=1089509&view=diff
==============================================================================
--- trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuring-traffic-server/index.en.mdtext (original)
+++ trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuring-traffic-server/index.en.mdtext Wed Apr  6 15:59:02 2011
@@ -22,13 +22,13 @@ Traffic Server provides several options 
 
 This chapter discusses the following topics: 
 
-* [Configure Traffic Server Using Traffic Line](#ConfiguringTrafficEdgeUsingTrafficLine)
-* [Configure Traffic Server Using Configuration Files](#ConfiguringTrafficEdgeUsingConfigFiles)
+* [Configure Traffic Server Using Traffic Line](#ConfiguringTSUsingTrafficLine)
+* [Configure Traffic Server Using Configuration Files](#ConfiguringTSUsingConfigFiles)
 
 ## Configure Traffic Server Using Traffic Line ## {#ConfigureTSUsingTrafficLine}
 
 Traffic Line enables you to quickly and easily change your Traffic Server configuration 
-via command-line interface. Alternatively, you can also use [Traffic Shell](getstart.htm#StartingTrafficShell) 
+via command-line interface. Alternatively, you can also use [Traffic Shell](../getting-started#StartingTrafficShell)
 to configure Traffic Server.
 
 ##### To view or change configuration options in Traffic Line:  ##### {#viewchangeconfigurationoptionsinTrafficLine}
@@ -36,10 +36,10 @@ to configure Traffic Server.
 1. Log on to a Traffic Server node as the Traffic Server administrator and navigate to the Traffic Server `bin` directory. 
 2. To view a configuration setting, enter the following command:   
 `traffic_line -r _var_`  
- where _`var`_ is the variable associated with the configuration option. For a list of variables, refer to [Configuration Variables](files.htm#config_var).
+ where _`var`_ is the variable associated with the configuration option. For a list of variables, refer to [Configuration Variables](../configuration-files/records.config).
 3. To change the value of a configuration setting, enter the following command:   
 `traffic_line -s _var_ -v _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 variables, see [Configuration Variables](files.htm#config_var).  
+ where _`var`_ is the variable associated with the configuration option and _`value`_ is the value you want to use. For a list of the variables, see [Configuration Variables](../configuration-files/records.config).  
   
  If the Traffic Server `bin` directory is not in your path, then prepend the Traffic Line command with `./` (for example, `./traffic_line -r variable`).
 
@@ -56,54 +56,9 @@ Server to apply the configuration change
 
 The following is a sample portion of the `records.config` file: 
 
-![](images/records.jpg)
-
-> 
->   
-> 
-> _**Sample records.config file **_
-> 
+![Sample records.config file](/images/admin/records.jpg)
 
 In addition to the `records.config` file, Traffic Server provides other configuration 
 files that are used to configure specific features. All configuration files 
-you can manually edit are described in [Configuration Files](files.htm). 
-
-         
-
-      
-
-   
-
-   
-
-         
-
-* [Overview](intro.htm)
-* [Getting Started](getstart.htm)
-* [HTTP Proxy Caching ](http.htm)
-* [Explicit Proxy Caching](explicit.htm)
-* [Reverse Proxy and HTTP Redirects](reverse.htm)
-* [Hierarchical Caching](hier.htm)
-* [Configuring the Cache](cache.htm)
-* [Monitoring Traffic](monitor.htm)
-* [Configuring Traffic Server](configure.htm)
-* [Security Options](secure.htm)
-* [Working with Log Files](log.htm)
-* [Traffic Line Commands](cli.htm)
-* [Event Logging Formats](logfmts.htm)
-* [Configuration Files](files.htm) 
-* [Traffic Server Error Messages](errors.htm)
-* [FAQ and Troubleshooting Tips](trouble.htm)
-* [Traffic Server 管理员指南](ts_admin_chinese.pdf) (PDF)
-
-   
-
-   
-
- Copyright © 2011 [The Apache Software Foundation](http://www.apache.org/). 
-Licensed under the [Apache License](http://www.apache.org/licenses/), Version 
-2.0. Apache Traffic Server, Apache, the Apache Traffic Server logo, and the 
-Apache feather logo are trademarks of The Apache Software Foundation.
-
-
+you can manually edit are described in [Configuration Files](../configuration-files).