6ae232055d4d8a97267517c5e50074c2c819941and<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"><head>
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
6ae232055d4d8a97267517c5e50074c2c819941and XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
6ae232055d4d8a97267517c5e50074c2c819941and This file is generated from xml source: DO NOT EDIT
6ae232055d4d8a97267517c5e50074c2c819941and XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc<title>ユーザ毎のウェブディレクトリ - Apache HTTP サーバ バージョン 2.5</title>
6ae232055d4d8a97267517c5e50074c2c819941and<link href="/style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
6ae232055d4d8a97267517c5e50074c2c819941and<link href="/style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen<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" />
2e545ce2450a9953665f701bb05350f0d3f26275nd<script src="/style/scripts/prettify.min.js" type="text/javascript">
6ae232055d4d8a97267517c5e50074c2c819941and<link href="/images/favicon.ico" rel="shortcut icon" /></head>
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen<p class="menu"><a href="/mod/">モジュール</a> | <a href="/mod/quickreference.html">ディレクティブ</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">用語</a> | <a href="/sitemap.html">サイトマップ</a></p>
6ae232055d4d8a97267517c5e50074c2c819941and<div class="up"><a href="./"><img title="<-" alt="<-" src="/images/left.gif" /></a></div>
b43f840409794ed298e8634f6284741f193b6c4ftakashi<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP サーバ</a> > <a href="http://httpd.apache.org/docs/">ドキュメンテーション</a> > <a href="../">バージョン 2.5</a> > <a href="./">How-To / チュートリアル</a></div><div id="page-content"><div id="preamble"><h1>ユーザ毎のウェブディレクトリ</h1>
b43f840409794ed298e8634f6284741f193b6c4ftakashi<p><span>翻訳済み言語: </span><a href="/en/howto/public_html.html" hreflang="en" rel="alternate" title="English"> en </a> |
befb6758d5618c60f29b19f9a7eb75ab993511dcjim<a href="/fr/howto/public_html.html" hreflang="fr" rel="alternate" title="Français"> fr </a> |
6ae232055d4d8a97267517c5e50074c2c819941and<a href="/ja/howto/public_html.html" title="Japanese"> ja </a> |
52ea316008e2581c8113441c9c341e5c65225f6anilgun<a href="/ko/howto/public_html.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> |
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung<a href="/tr/howto/public_html.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p>
9995029b732e29b6957f746bbeed2c2547273150rjung 最近更新された内容を見るには英語版をご覧下さい。
6ae232055d4d8a97267517c5e50074c2c819941and<p>複数のユーザのいるシステムでは、<code class="directive"><a href="/mod/mod_userdir.html#userdir">UserDir</a></code> ディレクティブを使って
6ae232055d4d8a97267517c5e50074c2c819941and 各ユーザがホームディレクトリにウェブサイトを構築できるように設定することが
6ae232055d4d8a97267517c5e50074c2c819941and 可能です。URL <code>http://example.com/~username/</code> を訪れた人は
6ae232055d4d8a97267517c5e50074c2c819941and "<code>username</code>" というユーザの <code class="directive"><a href="/mod/mod_userdir.html#userdir">UserDir</a></code> ディレクティブで指定された
6ae232055d4d8a97267517c5e50074c2c819941and サブディレクトリからコンテンツを得ることになります。</p>
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi <p>in the default config file, and adapting the <code>httpd-userdir.conf</code>
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi file as necessary, or by including the appropriate directives in a
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi <code>Directory</code> block within the main config file.</p>
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi <p>デフォルトではこれらのディレクトリへのアクセスは<strong>許可されていません</strong>。
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi <code class="directive"><a href="/mod/mod_userdir.html#userdir">UserDir</a></code> を使って有効にできます。
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi 有効にするには、デフォルトの設定ファイルで付随する
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi その中の次の行のコメントアウトを外して有効にするか、
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi ブロックの中に適切にディレクティブを記述しておきます。</p>
6ae232055d4d8a97267517c5e50074c2c819941and<div id="quickview"><ul id="toc"><li><img alt="" src="/images/down.gif" /> <a href="#related">ユーザ毎のウェブディレクトリ</a></li>
6ae232055d4d8a97267517c5e50074c2c819941and<li><img alt="" src="/images/down.gif" /> <a href="#userdir">UserDir を使ってファイルのパスを設定する</a></li>
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi<li><img alt="" src="/images/down.gif" /> <a href="#redirect">外部 URL にリダイレクトする</a></li>
6ae232055d4d8a97267517c5e50074c2c819941and<li><img alt="" src="/images/down.gif" /> <a href="#enable">この機能を使用できるユーザを制限する</a></li>
6ae232055d4d8a97267517c5e50074c2c819941and<li><img alt="" src="/images/down.gif" /> <a href="#cgi">ユーザ毎の CGI ディレクトリ</a></li>
6ae232055d4d8a97267517c5e50074c2c819941and<li><img alt="" src="/images/down.gif" /> <a href="#htaccess">ユーザによる設定変更を許可</a></li>
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh</ul><h3>参照</h3><ul class="seealso"><li><a href="/urlmapping.html">URL からファイルシステムへのマッピング</a></li></ul><ul class="seealso"><li><a href="#comments_section">コメント</a></li></ul></div>
6ae232055d4d8a97267517c5e50074c2c819941and<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
6ae232055d4d8a97267517c5e50074c2c819941and<h2><a name="related" id="related">ユーザ毎のウェブディレクトリ</a></h2>
6ae232055d4d8a97267517c5e50074c2c819941and <table class="related"><tr><th>関連モジュール</th><th>関連ディレクティブ</th></tr><tr><td><ul><li><code class="module"><a href="/mod/mod_userdir.html">mod_userdir</a></code></li></ul></td><td><ul><li><code class="directive"><a href="/mod/mod_userdir.html#userdir">UserDir</a></code></li><li><code class="directive"><a href="/mod/core.html#directorymatch">DirectoryMatch</a></code></li><li><code class="directive"><a href="/mod/core.html#allowoverride">AllowOverride</a></code></li></ul></td></tr></table>
6ae232055d4d8a97267517c5e50074c2c819941and </div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
6ae232055d4d8a97267517c5e50074c2c819941and<h2><a name="userdir" id="userdir">UserDir を使ってファイルのパスを設定する</a></h2>
6ae232055d4d8a97267517c5e50074c2c819941and <p><code class="directive"><a href="/mod/mod_userdir.html#userdir">UserDir</a></code> ディレクティブは
6ae232055d4d8a97267517c5e50074c2c819941and ユーザ毎のコンテンツが読み込まれるディレクトリを指定します。
6ae232055d4d8a97267517c5e50074c2c819941and このディレクティブはいろいろ違った形式を取ることができます。</p>
6ae232055d4d8a97267517c5e50074c2c819941and <p>スラッシュで始まらないパスが与えられたときは、ユーザのホームディレクトリ
6ae232055d4d8a97267517c5e50074c2c819941and からの相対パスとみなされます。次の設定があったときに:</p>
6a3ab831a34f470b077294a173f24fcf1e5f0a3ctakashi <pre class="prettyprint lang-config">UserDir public_html</pre>
6ae232055d4d8a97267517c5e50074c2c819941and <p>URL <code>http://example.com/~rbowen/file.html</code> は
6ae232055d4d8a97267517c5e50074c2c819941and 変換されます。</p>
6ae232055d4d8a97267517c5e50074c2c819941and <p>パスがスラッシュで始まるときは、ディレクトリパスはそのパスに
6ae232055d4d8a97267517c5e50074c2c819941and ユーザ名を加えたものからなります。次の設定のとき:</p>
6a3ab831a34f470b077294a173f24fcf1e5f0a3ctakashi <pre class="prettyprint lang-config">UserDir /var/html</pre>
6ae232055d4d8a97267517c5e50074c2c819941and <p>URL <code>http://example.com/~rbowen/file.html</code> は
6ae232055d4d8a97267517c5e50074c2c819941and <p>アスタリスク (*) を含むパスが指定されたときは、アスタリスクを
6ae232055d4d8a97267517c5e50074c2c819941and ユーザ名で置換したものが使用されます。このような設定だと:</p>
6a3ab831a34f470b077294a173f24fcf1e5f0a3ctakashi <pre class="prettyprint lang-config">UserDir /var/www/*/docs</pre>
6ae232055d4d8a97267517c5e50074c2c819941and <p>URL <code>http://example.com/~rbowen/file.html</code> は
6ae232055d4d8a97267517c5e50074c2c819941and パス <code>/var/www/rbowen/docs/file.html</code> へ変換されます。</p>
6a3ab831a34f470b077294a173f24fcf1e5f0a3ctakashi <pre class="prettyprint lang-config">UserDir public_html /var/html</pre>
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi <p><code>http://example.com/~rbowen/file.html</code> という
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi <code>/var/html</code> の下にある <code>rbowen</code> を探します。
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi もし見つかれば上記の URL は <code>/var/html/rbowen/file.html</code>
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi というファイルパスに変換されます。</p>
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi </div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi<h2><a name="redirect" id="redirect">外部 URL にリダイレクトする</a></h2>
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi <p><code class="directive"><a href="/mod/mod_userdir.html#userdir">UserDir</a></code>
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi ディレクティブを使って外部 URL にリダイレクトすることもできます。</p>
6a3ab831a34f470b077294a173f24fcf1e5f0a3ctakashi <pre class="prettyprint lang-config">UserDir http://example.org/users/*/</pre>
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi <p>上記例では <code>http://example.com/~bob/abc.html</code>
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi へのリクエストは <code>http://example.org/users/bob/abc.html</code>
cd6c8de3bedcc401ee230159b0439fa20f44488etakashi にリダイレクトされます。</p>
6ae232055d4d8a97267517c5e50074c2c819941and </div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
6ae232055d4d8a97267517c5e50074c2c819941and<h2><a name="enable" id="enable">この機能を使用できるユーザを制限する</a></h2>
6ae232055d4d8a97267517c5e50074c2c819941and <p>UserDir のドキュメントに示されている構文を使うことで、
6ae232055d4d8a97267517c5e50074c2c819941and どのユーザがこの機能を使うことができるかを制限することができます:</p>
6ae232055d4d8a97267517c5e50074c2c819941and UserDir enabled<br />
6ae232055d4d8a97267517c5e50074c2c819941and UserDir disabled root jro fish
6ae232055d4d8a97267517c5e50074c2c819941and 対して UserDir の機能を有効にします。同様にして、以下のように
6ae232055d4d8a97267517c5e50074c2c819941and 数名のユーザ以外に対してこの機能を無効にすることもできます:</p>
6a3ab831a34f470b077294a173f24fcf1e5f0a3ctakashi <pre class="prettyprint lang-config"> UserDir disabled<br />
6a3ab831a34f470b077294a173f24fcf1e5f0a3ctakashi UserDir enabled rbowen krietz</pre>
6ae232055d4d8a97267517c5e50074c2c819941and <p>他の例は <code class="directive"><a href="/mod/mod_userdir.html#userdir">UserDir</a></code>
6ae232055d4d8a97267517c5e50074c2c819941and の説明を参照してください。</p>
6ae232055d4d8a97267517c5e50074c2c819941and </div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
6ae232055d4d8a97267517c5e50074c2c819941and <p>それぞれのユーザに専用の cgi-bin ディレクトリを与えるために、
6ae232055d4d8a97267517c5e50074c2c819941and <code class="directive"><a href="/mod/core.html#directory"><Directory></a></code>
6ae232055d4d8a97267517c5e50074c2c819941and を使ってユーザのホームディレクトリの指定された領域に対して CGI を有効に
6ae232055d4d8a97267517c5e50074c2c819941and することができます。</p>
6a3ab831a34f470b077294a173f24fcf1e5f0a3ctakashi <pre class="prettyprint lang-config"><Directory /home/*/public_html/cgi-bin/>
6a3ab831a34f470b077294a173f24fcf1e5f0a3ctakashi Options ExecCGI
6a3ab831a34f470b077294a173f24fcf1e5f0a3ctakashi SetHandler cgi-script
6a3ab831a34f470b077294a173f24fcf1e5f0a3ctakashi</Directory></pre>
6ae232055d4d8a97267517c5e50074c2c819941and は以下の様に呼び出されることができます:</p>
6ae232055d4d8a97267517c5e50074c2c819941and </div><div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
6ae232055d4d8a97267517c5e50074c2c819941and<h2><a name="htaccess" id="htaccess">ユーザによる設定変更を許可</a></h2>
6ae232055d4d8a97267517c5e50074c2c819941and <p>ユーザに彼らのウェブ空間でのサーバの設定の変更を許可する場合、
6ae232055d4d8a97267517c5e50074c2c819941and <code class="directive"><a href="/mod/core.html#allowoverride">AllowOverride</a></code> の値を
6ae232055d4d8a97267517c5e50074c2c819941and ユーザが変更することを許可したいディレクティブに対して十分なものに
6ae232055d4d8a97267517c5e50074c2c819941and 設定していることを確認してください。この機能がどのようにして動作しているか
b43f840409794ed298e8634f6284741f193b6c4ftakashi<p><span>翻訳済み言語: </span><a href="/en/howto/public_html.html" hreflang="en" rel="alternate" title="English"> en </a> |
befb6758d5618c60f29b19f9a7eb75ab993511dcjim<a href="/fr/howto/public_html.html" hreflang="fr" rel="alternate" title="Français"> fr </a> |
6ae232055d4d8a97267517c5e50074c2c819941and<a href="/ja/howto/public_html.html" title="Japanese"> ja </a> |
52ea316008e2581c8113441c9c341e5c65225f6anilgun<a href="/ko/howto/public_html.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> |
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung<a href="/tr/howto/public_html.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p>
727872d18412fc021f03969b8641810d8896820bhumbedooh</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&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>
727872d18412fc021f03969b8641810d8896820bhumbedoohvar comments_shortname = 'httpd';
cc7e1025de9ac63bd4db6fe7f71c158b2cf09fe4humbedoohvar comments_identifier = 'http://httpd.apache.org/docs/trunk/howto/public_html.html';
0d0ba3a410038e179b695446bb149cce6264e0abnd(function(w, d) {
cc7e1025de9ac63bd4db6fe7f71c158b2cf09fe4humbedooh if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
727872d18412fc021f03969b8641810d8896820bhumbedooh d.write('<div id="comments_thread"><\/div>');
0d0ba3a410038e179b695446bb149cce6264e0abnd var s = d.createElement('script');
ac082aefa89416cbdc9a1836eaf3bed9698201c8humbedooh s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
0d0ba3a410038e179b695446bb149cce6264e0abnd (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
727872d18412fc021f03969b8641810d8896820bhumbedooh d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
0d0ba3a410038e179b695446bb149cce6264e0abnd})(window, document);
205f749042ed530040a4f0080dbcb47ceae8a374rjung<p class="apache">Copyright 2015 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p>
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen<p class="menu"><a href="/mod/">モジュール</a> | <a href="/mod/quickreference.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[//><!--
0d0ba3a410038e179b695446bb149cce6264e0abndif (typeof(prettyPrint) !== 'undefined') {
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd prettyPrint();