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 2013/04/18 11:56:54 UTC

[10/25] git commit: more fixes, less warnings.

more fixes, less warnings.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/275d3f68
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/275d3f68
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/275d3f68

Branch: refs/heads/sphinx-docs
Commit: 275d3f686d22d41d9ab56f9dfae665299cabf021
Parents: b4f2f94
Author: Igor Galić <i....@brainsware.org>
Authored: Thu Mar 14 22:33:42 2013 +0100
Committer: Igor Galić <i....@brainsware.org>
Committed: Thu Mar 14 22:33:42 2013 +0100

----------------------------------------------------------------------
 doc/source/admin/cluster-howto.en.rst              |    6 +++---
 doc/source/admin/http-proxy-caching.en.rst         |    2 +-
 .../admin/reverse-proxy-http-redirects.en.rst      |    2 +-
 doc/source/admin/security-options.en.rst           |    2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/275d3f68/doc/source/admin/cluster-howto.en.rst
----------------------------------------------------------------------
diff --git a/doc/source/admin/cluster-howto.en.rst b/doc/source/admin/cluster-howto.en.rst
index a03fdf8..1139d01 100644
--- a/doc/source/admin/cluster-howto.en.rst
+++ b/doc/source/admin/cluster-howto.en.rst
@@ -121,7 +121,7 @@ individually. You may following these instructions:
 
    The ``traffic_server`` and ``traffic_manager`` processes will need to
    restart after the change of 'proxy.local.cluster.type' and
-   'proxy.config.cluster.ethernet\_interface' have taken place.
+   'proxy.config.cluster.ethernet_interface' have taken place.
 
 Traffic Server will join the cluster in about 10 seconds, and you can
 run ``traffic_line -r proxy.process.cluster.nodes`` to check the hosts
@@ -150,7 +150,7 @@ connections:
    In the cluster env, the current performance of the Cluster threads
    will consume the same cpu usage as net threads, so you may adapt the
    ET_NET & ET_CLUSTER at about 1:1. For example, on a 24 cores
-   system, set ET_NET threads to 10, ET\_CLUSTER threads to 10.
+   system, set ET_NET threads to 10, ET_CLUSTER threads to 10.
 
    ::
        traffic_line -s proxy.config.cluster.threads -v 10
@@ -158,7 +158,7 @@ connections:
 -  Setup the Cluster connections:
 
    In the Cluster, the internal connections is TCP and limited by
-   ET\_CLUSTER threads and network performance, we can increase the
+   ET_CLUSTER threads and network performance, we can increase the
    connections to archive better performance.
 
    ::

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/275d3f68/doc/source/admin/http-proxy-caching.en.rst
----------------------------------------------------------------------
diff --git a/doc/source/admin/http-proxy-caching.en.rst b/doc/source/admin/http-proxy-caching.en.rst
index 239f805..0db4520 100644
--- a/doc/source/admin/http-proxy-caching.en.rst
+++ b/doc/source/admin/http-proxy-caching.en.rst
@@ -396,7 +396,7 @@ To configure Traffic Server to accept ``PUSH`` requests
 
 2. Edit the following variable in
    ```records.config`` <../configuration-files/records.config>`_, enable
-   the push\_method.
+   the push_method.
 
    -  `*``proxy.config.http.push_method_enabled``* <configuration-files/records.config#proxy.config.http.push_method_enabled>`_
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/275d3f68/doc/source/admin/reverse-proxy-http-redirects.en.rst
----------------------------------------------------------------------
diff --git a/doc/source/admin/reverse-proxy-http-redirects.en.rst b/doc/source/admin/reverse-proxy-http-redirects.en.rst
index 72a8390..a4921f5 100644
--- a/doc/source/admin/reverse-proxy-http-redirects.en.rst
+++ b/doc/source/admin/reverse-proxy-http-redirects.en.rst
@@ -177,7 +177,7 @@ to Traffic Server and *not* to another origin server.
 
 To readdress redirects, Traffic Server uses reverse-map rules. Unless
 you have
-`proxy.config.url\_remap.pristine\_host\_hdr <configuration-files/records.config#proxy.config.url_remap.pristine_host_hdr>`_
+`proxy.config.url_remap.pristine_host_hdr <configuration-files/records.config#proxy.config.url_remap.pristine_host_hdr>`_
 enabled (the default) you should generally set up a reverse-map rule for
 each map rule.d To create reverse-map rules, refer to `Using Mapping
 Rules for HTTP Requests <#UsingMappingRulesHTTPRequests>`_.

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/275d3f68/doc/source/admin/security-options.en.rst
----------------------------------------------------------------------
diff --git a/doc/source/admin/security-options.en.rst b/doc/source/admin/security-options.en.rst
index 9fa423a..b12dcd1 100644
--- a/doc/source/admin/security-options.en.rst
+++ b/doc/source/admin/security-options.en.rst
@@ -32,7 +32,7 @@ the proxy cache by editing a configuration file.
 
 2. Add a line in the file ``ip_allow.config`` for each IP address or
    range of IP addresses allowed to access Traffic Server (refer to
-   `ip\_allow.config <configuration-files/ip_allow.config>`_).
+   `ip_allow.config <configuration-files/ip_allow.config>`_).
 3. Run the command ``traffic_line -x`` to apply the configuration
    changes.