Author: igalic
Date: Sun May 15 01:09:14 2011
New Revision: 1103265
URL: http://svn.apache.org/viewvc?rev=1103265&view=rev
Log:
Minor comsmetic fixes in the Cluster Howto and the Security Options chapters.
Modified:
trafficserver/site/branches/ats-cms/content/docs/trunk/admin/cluster-howto/index.en.mdtext
trafficserver/site/branches/ats-cms/content/docs/trunk/admin/security-options/index.en.mdtext
Modified:
trafficserver/site/branches/ats-cms/content/docs/trunk/admin/cluster-howto/index.en.mdtext
URL:
http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/content/docs/trunk/admin/cluster-howto/index.en.mdtext?rev=1103265&r1=1103264&r2=1103265&view=diff
==============================================================================
---
trafficserver/site/branches/ats-cms/content/docs/trunk/admin/cluster-howto/index.en.mdtext
(original)
+++
trafficserver/site/branches/ats-cms/content/docs/trunk/admin/cluster-howto/index.en.mdtext
Sun May 15 01:09:14 2011
@@ -90,18 +90,14 @@ Traffic Server does not apply the cluste
in the cluster. You must change the clustering mode on each node
individually. You may following these instructions:
-1. setup the same cluster name, or proxy name(let us name it MyCluster):
+1. setup the same cluster name, or proxy name, e.g. MyCluster:
traffic_line -s proxy.config.proxy_name -v MyCluster
2. enable cluster mode:
traffic_line -s proxy.local.cluster.type -v 1
- **Config Variable Description:**
- *proxy.local.cluster.type*
- 1 for full-clustering mode.
- 2 for management-only mode.
- 3 for no clustering.
+ Refer to
[`proxy.local.cluster.type`](../configuration-files/records.config#proxy.local.cluster.type)
for a full description.
3. enable:
@@ -111,8 +107,8 @@ Traffic Server will join into the Cluste
`traffic_line -r proxy.process.cluster.nodes` to check the hosts in cluster
or checkout the cluster.config in config dir.
-after the success join of the cluster, all changes of global config on any
-node, will take effect on this node now.
+After a successful join of the cluster, all changes of global configurations
on any
+node, will take effect on **all** node now.
### Deleting Nodes from a Cluster ### {#DeletingNodesFromCluster}
Modified:
trafficserver/site/branches/ats-cms/content/docs/trunk/admin/security-options/index.en.mdtext
URL:
http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/content/docs/trunk/admin/security-options/index.en.mdtext?rev=1103265&r1=1103264&r2=1103265&view=diff
==============================================================================
---
trafficserver/site/branches/ats-cms/content/docs/trunk/admin/security-options/index.en.mdtext
(original)
+++
trafficserver/site/branches/ats-cms/content/docs/trunk/admin/security-options/index.en.mdtext
Sun May 15 01:09:14 2011
@@ -130,7 +130,7 @@ Server connections, you must do the foll
* (Optional) Configure the use of Certification Authorities (CAs).
CAs add security by verifying the identity of the person requesting a
certificate.
-##### To configure SSL termination for client/Traffic Server connections:
##### {#configureSSLterminationforclient/TSconnections}
+##### To configure SSL termination for client/Traffic Server connections:
##### {#configureSSLterminationforclientTSconnections}
2. Edit the following variables in the `SSL Termination` section of the
`records.config` file:
*
[_`proxy.config.ssl.enabled`_](../configuration-files/records.config#proxy.config.ssl.enabled)