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 6.2\n" 21"Report-Msgid-Bugs-To: \n" 22"POT-Creation-Date: 2016-01-02 21:32+0000\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"Language: ja_JP\n" 27"MIME-Version: 1.0\n" 28"Content-Type: text/plain; charset=utf-8\n" 29"Content-Transfer-Encoding: 8bit\n" 30"Generated-By: Babel 2.1.1\n" 31 32#: ../../admin-guide/files/ip_allow.config.en.rst:35 33msgid "" 34"Each line in the :file:`ip_allow.config` file must have the following " 35"format::" 36msgstr "" 37 38#: ../../admin-guide/files/ip_allow.config.en.rst:33 39msgid "Format" 40msgstr "フォーマット" 41 42#: ../../admin-guide/files/ip_allow.config.en.rst:24 43msgid "" 44"The :file:`ip_allow.config` file controls client access to the Traffic " 45"Server proxy cache. You can specify ranges of IP addresses that are allowed " 46"to use the Traffic Server as a web proxy cache. After you modify the :file:" 47"`ip_allow.config` file, navigate to the Traffic Server bin directory and " 48"run the :option:`traffic_ctl config reload` command to apply changes." 49msgstr "" 50 51#: ../../admin-guide/files/ip_allow.config.en.rst:20 52msgid "ip_allow.config" 53msgstr "" 54 55#: ../../admin-guide/files/ip_allow.config.en.rst:40 56msgid "" 57"where src_ip is the IP address or range of IP addresses of the client(s). " 58"The action ``ip_allow`` enables the specified client(s) to access the " 59"Traffic Server proxy cache, and ``ip_deny`` denies the specified client(s) " 60"to access the Traffic Server proxy cache. Multiple method keywords can be " 61"specified (method=GET method=HEAD), or multiple methods can be separated by " 62"an '\\|' (method=GET\\|HEAD). The method keyword is optional and it is " 63"defaulted to ALL. This supports ANY string as the HTTP method, meaning no " 64"validation is done to check whether it is a valid HTTP method. This allows " 65"you to create filters for any method that your origin may require, this is " 66"especially useful if you use newer methods that aren't know to " 67"trafficserver (such as PROPFIND) or if your origin uses an http-ish " 68"protocol." 69msgstr "" 70 71#: ../../admin-guide/files/ip_allow.config.en.rst:53 72msgid "" 73"By default, the :file:`ip_allow.config` file contains the following lines, " 74"which allows all methods to localhost to access the Traffic Server proxy " 75"cache and denies PUSH, PURGE and DELETE to all IPs (note this allows all " 76"other methods to all IPs)::" 77msgstr "" 78 79#: ../../admin-guide/files/ip_allow.config.en.rst:64 80msgid "Examples" 81msgstr "例" 82 83#: ../../admin-guide/files/ip_allow.config.en.rst:71 84msgid "" 85"The following example allows all clients on a specific subnet to access the " 86"Traffic Server proxy cache::" 87msgstr "" 88 89#: ../../admin-guide/files/ip_allow.config.en.rst:76 90msgid "" 91"The following example denies all clients on a specific subnet to access the " 92"Traffic Server proxy cache::" 93msgstr "" 94 95#: ../../admin-guide/files/ip_allow.config.en.rst:66 96msgid "" 97"The following example enables all clients to access the Traffic Server " 98"proxy cache::" 99msgstr "" 100