Files
apache-http-server/docs/manual/mod/mod_dir.xml.ja
Yoshiki Hayashi d0cfbcbdb6 Sync Japanese translation.
Submitted by:	Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100033 13f79535-47bb-0310-9956-ffa450edef68
2003-05-27 08:22:14 +00:00

89 lines
3.6 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="iso-2022-jp"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<modulesynopsis metafile="mod_dir.xml.meta">
<!-- English revision: 1.5 -->
<name>mod_dir</name>
<description>$B!V:G8e$N%9%i%C%7%e!W$N%j%@%$%l%/%H$H!"%G%#%l%/%H%j$N(B
$B%$%s%G%C%/%9%U%!%$%k$r07$&5!G=$rDs6!$9$k(B</description>
<status>Base</status>
<sourcefile>mod_dir.c</sourcefile>
<identifier>dir_module</identifier>
<summary>
<p>$B%G%#%l%/%H%j%$%s%G%C%/%9$O!"<!$NFs$D$N$&$A$I$A$i$+$,MxMQ$5$l$^$9(B:</p>
<ul>
<li>$B0l$DL\$O!"%f!<%6$,:n@.$7$?%U%!%$%k$rMQ$$$k$b$N$G!"DL>o(B
<code>index.html</code> $B$H$$$&%U%!%$%kL>$r;H$$$^$9!#$3$N%U%!%$%kL>$O!"(B
<directive module="mod_dir">DirectoryIndex</directive> $B%G%#%l%/%F%#%V$G(B
$B;XDj$9$k$3$H$,$G$-$^$9!#$3$N5!G=$O(B <module>mod_dir</module>
$B%b%8%e!<%k$GDs6!$5$l$^$9!#(B</li>
<li>$B$b$&0l$D$NJ}K!$O!"(B
$B%5!<%P$K$h$C$F<+F0E*$K@8@.$5$l$k%G%#%l%/%H%j%j%9%H$rMQ$$$k>l9g$G$9!#(B
$B$3$N5!G=$O!"(B<module>mod_autoindex</module>
$B%b%8%e!<%k$K$h$jDs6!$5$l$^$9!#(B</li>
</ul>
<p>$B<+F0E*$J%$%s%G%C%/%9@8@.5!G=$r:o=|(B ($B$b$7$/$O8r49(B)
$B$G$-$k$h$&$K!"$3$NFs$D$N5!G=$OJ,N%$5$l$F$$$^$9!#(B</p>
<p>$B$J$*(B <code>http://servername/foo/dirname</code> $B$H$$$&(B URL
$B$X$N%j%/%(%9%H$,$"$C$?:]$K!"(B<code>dirname</code>
$B$H$$$&%G%#%l%/%H%j$,$"$l$P!"!V:G8e$K%9%i%C%7%e$r$D$1$?7A!W$N(B URL
$B$X$N%j%@%$%l%/%H$rAw=P$7$^$9!#(B
$B%G%#%l%/%H%j$X$N%"%/%;%9$O%9%i%C%7%e$G=*$o$C$F$$$kI,MW$,$"$j!"(B
<code>mod_dir</code> $B$O!"(B<code>http://servername/foo/dirname/</code>
$B$X$N%j%@%$%l%/%H$rAw=P$9$k$3$H$K$J$j$^$9!#(B</p>
</summary>
<directivesynopsis>
<name>DirectoryIndex</name>
<description>$B%/%i%$%"%s%H$,%G%#%l%/%H%j$r%j%/%(%9%H$7$?$H$-$KD4$Y$k(B
$B%j%=!<%9$N%j%9%H(B</description>
<syntax>DirectoryIndex
<var>local-url</var> [<var>local-url</var>] ...</syntax>
<default>DirectoryIndex index.html</default>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context></contextlist>
<override>Indexes</override>
<usage>
<p>
$B%/%i%$%"%s%H$,!"%G%#%l%/%H%jL>$N:G8e$K!V(B/$B!W(B
$B$r;XDj$7$F%G%#%l%/%H%j%$%s%G%C%/%9$rMW5a$9$k>l9g$KC5$9%j%=!<%9$N%j%9%H$r(B
<directive>DirectoryIndex</directive> $B%G%#%l%/%F%#%V$G@_Dj$7$^$9!#(B
<var>Local-url</var>
$B$O!"%j%/%(%9%H$5$l$?%G%#%l%/%H%j$KBP1~$9$k!"%5!<%P>e$N%I%-%e%a%s%H$N(B
(% $B%(%s%3!<%I$5$l$?(B) URL $B$G!"IaDL$O%G%#%l%/%H%jCf$N%U%!%$%k$NL>A0$G$9!#(B
$BJ#?t$N(B URL $B$,@_Dj$5$l$?>l9g$K$O!":G=i$K8+$D$+$C$?$b$N$rJV$7$^$9!#(B
$B$=$l$i$,8+$D$+$i$:!"(B<code>Indexes</code>
$B%*%W%7%g%s$,%;%C%H$5$l$F$$$k>l9g!"%G%#%l%/%H%j$N%j%9%H$r@8@.$7$^$9!#(B
</p>
<example><title>$BNc(B</title>
DirectoryIndex index.html
</example>
<p><code>http://myserver/docs/</code> $B$X$N%"%/%;%9$,$"$j!"(B
<code>http://myserver/docs/index.html</code>
$B$,B8:_$9$l$P!"$3$N(B URL $B$,JV$5$l$^$9!#(B
$B$b$7B8:_$7$J$1$l$P!"%G%#%l%/%H%j$N%j%9%H$,JV$5$l$^$9!#(B</p>
<p>$BCm(B: $B%I%-%e%a%s%H$,F1$8%G%#%l%/%H%jFb$KB8:_$9$k$OI,MW$"$j$^$;$s!#(B
</p>
<example>
DirectoryIndex index.html index.txt /cgi-bin/index.pl
</example>
<p>$B$H$7$?>l9g!"(B<code>index.html</code> $B$H(B <code>index.txt</code>
$B$N$I$A$i$b%G%#%l%/%H%jFb$KB8:_$7$J$$>l9g!"(BCGI $B%9%/%j%W%H(B
<code>/cgi-bin/index.pl</code> $B$,<B9T$5$l$^$9!#(B</p>
</usage>
</directivesynopsis>
</modulesynopsis>