You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ml...@apache.org on 2015/01/23 00:23:37 UTC

[06/20] trafficserver git commit: Fix link to host log splitting

Fix link to host log splitting


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

Branch: refs/heads/master
Commit: dda80e46173f9b21218e6871532be92fa3fd478a
Parents: 20e5fd0
Author: Miles Libbey <ml...@apache.org>
Authored: Sat Jan 10 15:44:12 2015 -0800
Committer: Miles Libbey <ml...@apache.org>
Committed: Thu Jan 22 15:22:29 2015 -0800

----------------------------------------------------------------------
 doc/admin/working-log-files.en.rst                  | 3 +++
 doc/reference/configuration/log_hosts.config.en.rst | 3 +--
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/dda80e46/doc/admin/working-log-files.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin/working-log-files.en.rst b/doc/admin/working-log-files.en.rst
index 209e5d2..c56633c 100644
--- a/doc/admin/working-log-files.en.rst
+++ b/doc/admin/working-log-files.en.rst
@@ -614,6 +614,9 @@ the Squid format, then all ICP transactions are recorded in the
 ``squid-icp.log`` file. When you disable ICP log splitting, Traffic Server
 records all ICP transactions in the same log file as HTTP transactions.
 
+
+.. _httphostlogsplitting:
+
 HTTP Host Log Splitting
 ~~~~~~~~~~~~~~~~~~~~~~~
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/dda80e46/doc/reference/configuration/log_hosts.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/log_hosts.config.en.rst b/doc/reference/configuration/log_hosts.config.en.rst
index dcb74e9..6610dcf 100644
--- a/doc/reference/configuration/log_hosts.config.en.rst
+++ b/doc/reference/configuration/log_hosts.config.en.rst
@@ -23,8 +23,7 @@ log_hosts.config
 
 To record HTTP transactions for different origin servers in separate log
 files, you must list each origin server hostname in the
-:file:`log_hosts.config` file. In addition, you must enable the `HTTP Host
-Log Splitting <../working-log-files#HTTPHostLogSplitting>`_ option. You
+:file:`log_hosts.config` file. In addition, you must enable the :ref:`httphostlogsplitting` foo! ... <../working-log-files#HTTPHostLogSplitting>`_ option. You
 should use the same :file:`log_hosts.config` file on every Traffic Server
 node in your cluster. After you modify the :file:`log_hosts.config` file,
 run the :option:`traffic_line -x` command to apply the changes.