]> granicus.if.org Git - apache/blob - docs/manual/server-wide.html.ja.utf8
xforms
[apache] / docs / manual / server-wide.html.ja.utf8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"><head><!--
4         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
5               This file is generated from xml source: DO NOT EDIT
6         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
7       -->
8 <title>サーバ全体の設定 - Apache HTTP サーバ</title>
9 <link href="./style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
10 <link href="./style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
11 <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" />
12 <script src="./style/scripts/prettify.js" type="text/javascript">
13 </script>
14
15 <link href="./images/favicon.ico" rel="shortcut icon" /></head>
16 <body id="manual-page"><div id="page-header">
17 <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>
18 <p class="apache">Apache HTTP サーバ バージョン 2.5</p>
19 <img alt="" src="./images/feather.gif" /></div>
20 <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div>
21 <div id="path">
22 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP サーバ</a> &gt; <a href="http://httpd.apache.org/docs/">ドキュメンテーション</a> &gt; <a href="./">バージョン 2.5</a></div><div id="page-content"><div id="preamble"><h1>サーバ全体の設定</h1>
23 <div class="toplang">
24 <p><span>翻訳済み言語: </span><a href="./en/server-wide.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
25 <a href="./fr/server-wide.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
26 <a href="./ja/server-wide.html" title="Japanese">&nbsp;ja&nbsp;</a> |
27 <a href="./ko/server-wide.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
28 <a href="./tr/server-wide.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
29 </div>
30 <div class="outofdate">この日本語訳はすでに古くなっている
31             可能性があります。
32             最近更新された内容を見るには英語版をご覧下さい。
33         </div>
34
35 <p>このドキュメントでは<code class="module"><a href="./mod/core.html">core</a></code>
36 サーバのディレクティブの中で、
37 基本動作を設定するためのものを説明します。</p>
38 </div>
39 <div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#identification">サーバ ID</a></li>
40 <li><img alt="" src="./images/down.gif" /> <a href="#locations">ファイルの位置</a></li>
41 <li><img alt="" src="./images/down.gif" /> <a href="#resource">リソースの制限</a></li>
42 </ul><ul class="seealso"><li><a href="#comments_section">コメント</a></li></ul></div>
43 <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
44 <div class="section">
45 <h2><a name="identification" id="identification">サーバ ID</a></h2>
46     
47
48     <table class="related"><tr><th>関連モジュール</th><th>関連ディレクティブ</th></tr><tr><td /><td><ul><li><code class="directive"><a href="./mod/core.html#servername">ServerName</a></code></li><li><code class="directive"><a href="./mod/core.html#serveradmin">ServerAdmin</a></code></li><li><code class="directive"><a href="./mod/core.html#serversignature">ServerSignature</a></code></li><li><code class="directive"><a href="./mod/core.html#servertokens">ServerTokens</a></code></li><li><code class="directive"><a href="./mod/core.html#usecanonicalname">UseCanonicalName</a></code></li><li><code class="directive"><a href="./mod/core.html#usecanonicalphysicalport">UseCanonicalPhysicalPort</a></code></li></ul></td></tr></table>
49
50     <p><code class="directive"><a href="./mod/core.html#serveradmin">ServerAdmin</a></code> ディレクティブと
51     <code class="directive"><a href="./mod/core.html#servertokens">ServerTokens</a></code>
52     ディレクティブは、エラーメッセージなどのサーバが作るドキュメントに、
53     どのようなサーバの情報を表示するかを制御します。
54     <code class="directive"><a href="./mod/core.html#servertokens">ServerTokens</a></code> ディレクティブは、Server HTTP
55     レスポンスヘッダフィールドの値を設定します。</p>
56
57     <p><code class="directive"><a href="./mod/core.html#servername">ServerName</a></code>,
58     <code class="directive"><a href="./mod/core.html#usecanonicalname">UseCanonicalName</a></code>,
59     <code class="directive"><a href="./mod/core.html#usecanonicalphysicalport">UseCanonicalPhysicalPort</a></code>
60     ディレクティブは、サーバが自分自身を参照する URL
61     を作るときに使われます。
62     たとえば、クライアントがディレクトリを要求して、
63     そのディレクトリ名の最後にスラッシュが付いていないような場合には、
64     ドキュメントの相対的な参照を正しく解決できるようにするために、
65     Apache は最後のスラッシュを含んだ完全なパスにクライアントを
66     リダイレクトさせる必要があります。</p>
67   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
68 <div class="section">
69 <h2><a name="locations" id="locations">ファイルの位置</a></h2>
70     
71
72     <table class="related"><tr><th>関連モジュール</th><th>関連ディレクティブ</th></tr><tr><td /><td><ul><li><code class="directive"><a href="./mod/mpm_common.html#coredumpdirectory">CoreDumpDirectory</a></code></li><li><code class="directive"><a href="./mod/core.html#documentroot">DocumentRoot</a></code></li><li><code class="directive"><a href="./mod/core.html#errorlog">ErrorLog</a></code></li><li><code class="directive"><a href="./mod/mpm_common.html#lockfile">LockFile</a></code></li><li><code class="directive"><a href="./mod/mpm_common.html#pidfile">PidFile</a></code></li><li><code class="directive"><a href="./mod/mpm_common.html#scoreboardfile">ScoreBoardFile</a></code></li><li><code class="directive"><a href="./mod/core.html#serverroot">ServerRoot</a></code></li></ul></td></tr></table>
73
74     <p>これらのディレクティブは Apache
75     が適切な動作をするために必要な各種ファイルの位置を制御します。
76     パスがスラッシュ (/) で始まっていないときは、ファイルは
77     <code class="directive"><a href="./mod/core.html#serverroot">ServerRoot</a></code> からの相対パスとして
78     探されます。root
79     以外のユーザが書き込み可能なパスにファイルを置く場合は注意が必要です。
80     詳細は<a href="misc/security_tips.html#serverroot">「セキュリティ情報」</a>
81     を参照してください。</p>
82   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
83 <div class="section">
84 <h2><a name="resource" id="resource">リソースの制限</a></h2>
85     
86
87     <table class="related"><tr><th>関連モジュール</th><th>関連ディレクティブ</th></tr><tr><td /><td><ul><li><code class="directive"><a href="./mod/core.html#limitrequestbody">LimitRequestBody</a></code></li><li><code class="directive"><a href="./mod/core.html#limitrequestfields">LimitRequestFields</a></code></li><li><code class="directive"><a href="./mod/core.html#limitrequestfieldsize">LimitRequestFieldsize</a></code></li><li><code class="directive"><a href="./mod/core.html#limitrequestline">LimitRequestLine</a></code></li><li><code class="directive"><a href="./mod/core.html#rlimitcpu">RLimitCPU</a></code></li><li><code class="directive"><a href="./mod/core.html#rlimitmem">RLimitMEM</a></code></li><li><code class="directive"><a href="./mod/core.html#rlimitnproc">RLimitNPROC</a></code></li><li><code class="directive"><a href="./mod/mpm_common.html#threadstacksize">ThreadStackSize</a></code></li></ul></td></tr></table>
88
89     <p><code class="directive">LimitRequest</code>* ディレクティブは Apache
90     がクライアントからのリクエスト読み込みで使う
91     リソースを制限するために使われます。これらの値を制限することで、
92     いくつかのサービス拒否攻撃は影響を和らげることができます。</p>
93
94     <p><code class="directive">RLimit</code>* ディレクティブは、Apache の子プロセスから
95     fork されたプロセスが使用するリソースを制限するために使われます。
96     特に、これは CGI スクリプトと SSI exec
97     コマンドで使われるリソースを制御します。</p>
98
99     <p><code class="directive"><a href="./mod/mpm_common.html#threadstacksize">ThreadStackSize</a></code> は Netware
100     でのみ、スタックの大きさを制御するために使われます。</p>
101   </div></div>
102 <div class="bottomlang">
103 <p><span>翻訳済み言語: </span><a href="./en/server-wide.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
104 <a href="./fr/server-wide.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
105 <a href="./ja/server-wide.html" title="Japanese">&nbsp;ja&nbsp;</a> |
106 <a href="./ko/server-wide.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
107 <a href="./tr/server-wide.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
108 </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
109 <script type="text/javascript"><!--//--><![CDATA[//><!--
110 var comments_shortname = 'httpd';
111 var comments_identifier = 'http://httpd.apache.org/docs/trunk/server-wide.html';
112 (function(w, d) {
113     if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
114         d.write('<div id="comments_thread"><\/div>');
115         var s = d.createElement('script');
116         s.type = 'text/javascript';
117         s.async = true;
118         s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
119         (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
120     }
121     else {
122         d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
123     }
124 })(window, document);
125 //--><!]]></script></div><div id="footer">
126 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p>
127 <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[//><!--
128 if (typeof(prettyPrint) !== 'undefined') {
129     prettyPrint();
130 }
131 //--><!]]></script>
132 </body></html>