diff options
Diffstat (limited to 'docs/manual/env.html.ja.utf8')
-rw-r--r-- | docs/manual/env.html.ja.utf8 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/docs/manual/env.html.ja.utf8 b/docs/manual/env.html.ja.utf8 index ed4c0c69..be98ff1c 100644 --- a/docs/manual/env.html.ja.utf8 +++ b/docs/manual/env.html.ja.utf8 @@ -9,7 +9,7 @@ <link href="./style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> <link href="./style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> <link href="./style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="./style/css/prettify.css" /> -<script src="./style/scripts/prettify.js" type="text/javascript"> +<script src="./style/scripts/prettify.min.js" type="text/javascript"> </script> <link href="./images/favicon.ico" rel="shortcut icon" /></head> @@ -365,8 +365,7 @@ httpd.conf に次の行を加えるよう推奨されていましたが、 今となっては、問題としていたクライアントは実際には見かけることは なくなってきたので、この設定はもはや必要ないかもしれません。</p> -<div class="example"><pre> -# +<div class="example"><pre># # The following directives modify normal HTTP response behavior. # The first directive disables keepalive for Netscape 2.x and browsers that # spoof it. There are known problems with these browser implementations. @@ -394,8 +393,7 @@ BrowserMatch "JDK/1\.0" force-response-1.0</pre></div> これを変更することで、特定のディレクトリのログ収集をやめたり、 特定のホストからのリクエストのログ収集をやめたりすることが簡単にできます。 </p> - <div class="example"><pre> -SetEnvIf Request_URI \.gif image-request + <div class="example"><pre>SetEnvIf Request_URI \.gif image-request SetEnvIf Request_URI \.jpg image-request SetEnvIf Request_URI \.png image-request CustomLog logs/access_log common env=!image-request</pre></div> @@ -409,8 +407,7 @@ CustomLog logs/access_log common env=!image-request</pre></div> これは推奨されている設定ではありませんが、ある限定された状況では有効です。 ここでは、すべての画像は <code>/web/images</code> というディレクトリにあると仮定します。</p> - <div class="example"><pre> -SetEnvIf Referer "^http://www\.example\.com/" local_referal + <div class="example"><pre>SetEnvIf Referer "^http://www\.example\.com/" local_referal # Allow browsers that do not send Referer info SetEnvIf Referer "^$" local_referal <Directory /web/images> @@ -448,7 +445,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/env.html'; } })(window, document); //--><!]]></script></div><div id="footer"> -<p class="apache">Copyright 2013 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p> +<p class="apache">Copyright 2014 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p> <p class="menu"><a href="./mod/">モジュール</a> | <a href="./mod/directives.html">ディレクティブ</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); |