Repository: trafficserver Updated Branches: refs/heads/master 098615d05 -> 94476aa17
update docs for config checker command Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/94476aa1 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/94476aa1 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/94476aa1 Branch: refs/heads/master Commit: 94476aa173e84b8fe1f0c0d5c3e35c07330b2474 Parents: 098615d Author: Sudheer Vinukonda <sudhe...@yahoo-inc.com> Authored: Mon Jun 22 16:36:07 2015 +0000 Committer: Sudheer Vinukonda <sudhe...@yahoo-inc.com> Committed: Mon Jun 22 16:36:07 2015 +0000 ---------------------------------------------------------------------- doc/admin/faqs.en.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/94476aa1/doc/admin/faqs.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin/faqs.en.rst b/doc/admin/faqs.en.rst index 93bf609..f00b07a 100644 --- a/doc/admin/faqs.en.rst +++ b/doc/admin/faqs.en.rst @@ -588,6 +588,16 @@ the system log files (``/var/log/messages``):: To avoid memory exhaustion, add more RAM to the system or reduce the load on Traffic Server. +Config checker +-------------- + +Traffic Server supports the below command to validate the config offline, inorder to +allow the config to be pre-checked for possible service disruptions due to synatx errors:: + + traffic_server -Cverify_config -D<config_dir> + +<config_dir> is the location of the config files to be validated. + Connection timeouts with the origin server ------------------------------------------