1# Licensed to the Apache Software Foundation (ASF) under one
2# or more contributor license agreements.  See the NOTICE file
3# distributed with this work for additional information
4# regarding copyright ownership.  The ASF licenses this file
5# to you under the Apache License, Version 2.0 (the
6# "License"); you may not use this file except in compliance
7# with the License.  You may obtain a copy of the License at
8#
9#      http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16#
17#, fuzzy
18msgid ""
19msgstr ""
20"Project-Id-Version: Apache Traffic Server 7.0\n"
21"Report-Msgid-Bugs-To: \n"
22"POT-Creation-Date: 2016-06-30 14:07+0900\n"
23"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
24"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
25"Language-Team: LANGUAGE <LL@li.org>\n"
26"MIME-Version: 1.0\n"
27"Content-Type: text/plain; charset=utf-8\n"
28"Content-Transfer-Encoding: 8bit\n"
29"Generated-By: Babel 2.2.0\n"
30
31#: ../../../admin-guide/plugins/escalate.en.rst:4
32msgid "Escalate Plugin"
33msgstr ""
34
35#: ../../../admin-guide/plugins/escalate.en.rst:23
36msgid ""
37"The Escalate plugin allows Traffic Server to try an alternate origin when "
38"the origin server in the remap rule is either unavailable or returns "
39"specific HTTP error codes. Some services call this failover or fail-action."
40msgstr ""
41
42#: ../../../admin-guide/plugins/escalate.en.rst:29
43msgid "Plugin Configuration"
44msgstr ""
45
46#: ../../../admin-guide/plugins/escalate.en.rst:31
47msgid ""
48"The escalate plugin is a remap plugin (not global) and takes a parameter "
49"with two delimitated fields: ``comma-separated-error-codes:secondary-origin-"
50"server``.  For instance,"
51msgstr ""
52
53#: ../../../admin-guide/plugins/escalate.en.rst:34
54msgid "``@pparam=401,404,410,502:second-origin.example.com``"
55msgstr ""
56
57#: ../../../admin-guide/plugins/escalate.en.rst:36
58msgid ""
59"would have Traffic Server send a cache miss to ``second-origin.example."
60"com`` when the origin server in the remap rule returns a 401, 404, 410, or "
61"502 error code."
62msgstr ""
63
64#: ../../../admin-guide/plugins/escalate.en.rst:42
65msgid "@pparam=--pristine"
66msgstr ""
67
68#: ../../../admin-guide/plugins/escalate.en.rst:41
69msgid ""
70"This option sends the \"pristine\" Host: header (eg, the Host: header that "
71"the client sent) to the escalated request."
72msgstr ""
73
74#: ../../../admin-guide/plugins/escalate.en.rst:45
75msgid "Installation"
76msgstr ""
77
78#: ../../../admin-guide/plugins/escalate.en.rst:47
79msgid "This plugin is only built if the configure option ::"
80msgstr ""
81
82#: ../../../admin-guide/plugins/escalate.en.rst:51
83msgid "is given at build time."
84msgstr ""
85
86#: ../../../admin-guide/plugins/escalate.en.rst:54
87msgid "Example"
88msgstr ""
89
90#: ../../../admin-guide/plugins/escalate.en.rst:56
91msgid "With this line in :file:`remap.config` ::"
92msgstr ""
93
94#: ../../../admin-guide/plugins/escalate.en.rst:61
95msgid ""
96"Traffic Server would accept a request for ``cdn.example.com`` and, on a "
97"cache miss, proxy the request to ``origin.example.com``. If the response "
98"code from that server is a 401, 404, 410, or 502, then Traffic Server would "
99"proxy the request to ``second-origin.example.com``, using a Host: header of "
100"``cdn.example.com``."
101msgstr ""
102