summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/mod')
-rw-r--r--docs/manual/mod/index.xml.ja6
-rw-r--r--docs/manual/mod/mod_alias.xml.ja23
-rw-r--r--docs/manual/mod/mod_auth_basic.xml.ja55
-rw-r--r--docs/manual/mod/mod_authn_file.xml.ja57
-rw-r--r--docs/manual/mod/mod_authz_host.xml.ja126
-rw-r--r--docs/manual/mod/mod_dav.xml.ja167
-rw-r--r--docs/manual/mod/mod_dav_fs.xml.ja58
7 files changed, 315 insertions, 177 deletions
diff --git a/docs/manual/mod/index.xml.ja b/docs/manual/mod/index.xml.ja
index 85f308ca8e..0b5d8dfe8b 100644
--- a/docs/manual/mod/index.xml.ja
+++ b/docs/manual/mod/index.xml.ja
@@ -3,7 +3,7 @@
[ <!ENTITY sitemap SYSTEM "../sitemap.xml.ja"> ]
>
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English revision: 1.4 -->
+<!-- English revision: 1.5 -->
<moduleindex>
<title>$B%b%8%e!<%k0lMw(B</title>
@@ -14,6 +14,10 @@
$B%G%#%l%/%F%#%V(B</a> $B$N%"%k%U%!%Y%C%H=g$N%j%9%H$b8+$F$/$@$5$$!#(B
</p>
</summary>
+ <seealso><a href="../mpm.html">$B%^%k%A%W%m%;%C%7%s%0%b%8%e!<%k(B (MPMs)</a>
+ </seealso>
+ <seealso><a href="quickreference.html">$B%G%#%l%/%F%#%V(B $B%/%$%C%/%j%U%!%l%s%9(B</a>
+ </seealso>
&sitemap;
</moduleindex>
diff --git a/docs/manual/mod/mod_alias.xml.ja b/docs/manual/mod/mod_alias.xml.ja
index 1ba09d3582..fd40531d6c 100644
--- a/docs/manual/mod/mod_alias.xml.ja
+++ b/docs/manual/mod/mod_alias.xml.ja
@@ -2,7 +2,7 @@
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<modulesynopsis>
-<!-- English revision: 1.9 -->
+<!-- English revision: 1.11 -->
<name>mod_alias</name>
<description>$B%[%9%H%U%!%$%k%7%9%F%`>e$N$$$m$$$m$J0c$&>l=j$r(B
@@ -61,9 +61,9 @@ href="../urlmapping.html">URL $B$+$i%U%!%$%k%7%9%F%`>e$N0LCV$X$N%^%C%T%s%0(B</
$B%U%!%$%k(B /ftp/pub/image/foo.gif $B$rJV$7$^$9!#(B</p>
<p>$B$b$7(B <var>url-path</var> $B$N:G8e$K(B /
- $B$r=q$$$?$J$i!"%5!<%P$O%(%$%j%"%9$rE83+$9$k$?$a$K:G8e$N(B /
- $B$rMW5a$9$k$H$$$&$3$H$KCm0U$7$F$/$@$5$$!#$9$J$o$A!"(B<code>Alias /icons/
- /usr/local/apache/icons/</code> $B$H$$$&$b$N$r;HMQ$7$F$$$k$H!"(B
+ $B$r=q$$$?$J$i!"%5!<%P$,%(%$%j%"%9$rE83+$9$k$?$a$K$O!":G8e$N(B /
+ $B$,I,MW$K$J$k$3$H$KCm0U$7$F$/$@$5$$!#$9$J$o$A!"(B<code>Alias /icons/
+ /usr/local/apache/icons/</code> $B$H$$$&$b$N$r;HMQ$7$F$$$k>l9g$O!"(B
<code>/icons</code> $B$H$$$&(B url $B$O%(%$%j%"%9$5$l$^$;$s!#(B</p>
<p>$B%(%$%j%"%9$N(B<em>$B9T$-@h(B</em>$B$r4^$s$G$$$k(B <directive
@@ -80,6 +80,21 @@ href="../urlmapping.html">URL $B$+$i%U%!%$%k%7%9%F%`>e$N0LCV$X$N%^%C%T%s%0(B</
$B%;%/%7%g%s$O%(%$%j%"%9$,=hM}$5$l$kA0$K<B9T$5$l$^$9$N$G!"(B
$B$3$A$i$OE,MQ$5$l$^$9!#(B)</p>
+ <p>$BFC$K!"(B<code>Alias</code> $B$r(B
+ <directive module="core">DocumentRoot</directive>
+ $B%G%#%l%/%H%j$N30B&$KG[CV$7$?>l9g$O!"9T$-@h$N%G%#%l%/%H%j$KBP$9$k(B
+ $B%"%/%;%98"8B$rL@<(E*$K@)8B$7$J$1$l$P$J$i$J$$$G$7$g$&!#(B</p>
+
+ <example><title>$BNc(B</title>
+ Alias /image /ftp/pub/image<br />
+ &lt;Directory /ftp/pub/image&gt;<br />
+ <indent>
+ Order allow,deny<br />
+ Allow from all<br />
+ </indent>
+ &lt;/Directory&gt;
+ </example>
+
</usage>
</directivesynopsis>
diff --git a/docs/manual/mod/mod_auth_basic.xml.ja b/docs/manual/mod/mod_auth_basic.xml.ja
index 310b8f59af..dd8a88fc8e 100644
--- a/docs/manual/mod/mod_auth_basic.xml.ja
+++ b/docs/manual/mod/mod_auth_basic.xml.ja
@@ -2,7 +2,7 @@
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<modulesynopsis>
-<!-- English revision: 1.3 -->
+<!-- English revision: 1.7 -->
<name>mod_auth_basic</name>
<description>$B4pK\G'>Z(B</description>
@@ -12,12 +12,10 @@
<compatibility>Apache 2.1 $B0J9_(B</compatibility>
<summary>
-
<p>$BM?$($i$l$?%W%m%P%$%@(B ($BLuCm(B: $BG'>Z$G$N>H2q$r9T$&Ld$$9g$o$;@h(B)
$B$G%f!<%6$r8!:w$7!"(BHTTP $B4pK\G'>Z$G%"%/%;%9@)8B$G$-$k$h$&$K$J$j$^$9!#(B
HTTP $B%@%$%8%'%9%HG'>Z$K$D$$$F$O(B <module>mod_auth_digest</module>
$B$GDs6!$5$l$^$9!#(B</p>
-
</summary>
<seealso><directive module="core">AuthName</directive></seealso>
<seealso><directive module="core">AuthType</directive></seealso>
@@ -25,7 +23,10 @@
<directivesynopsis>
<name>AuthBasicProvider</name>
<description>$B$3$N0LCV$KBP$9$kG'>Z%W%m%P%$%@$r@_Dj$7$^$9!#(B</description>
-<syntax>AuthBasicProvider <em>provider-name</em></syntax>
+<syntax>AuthBasicProvider On|Off|<var>provider-name</var>
+[<var>provider-name</var>] ...</syntax>
+<default>AuthBasicProvider On</default>
+<contextlist><context>directory</context><context>.htaccess</context>
<contextlist>
<context>directory</context>
<context>.htaccess</context>
@@ -34,12 +35,30 @@
<usage>
<p><directive>AuthBasicProvider</directive> $B%G%#%l%/%F%#%V$G!"(B
- $B$3$N0LCV$KBP$9$k%f!<%6G'>Z$KMQ$$$i$l$kG'>Z%W%m%P%$%@$r@_Dj$7$^$9!#(B</p>
+ $B$3$N0LCV$KBP$9$k%f!<%6G'>Z$KMQ$$$i$l$kG'>Z%W%m%P%$%@$r@_Dj$7$^$9!#(B
+ <code>On</code> $B$K@_Dj$9$k$H%G%U%)%k%H$NG'>Z%W%m%P%$%@(B
+ (<code>file</code>) $B$,;HMQ$5$l$^$9!#(B<code>file</code>
+ $B%W%m%P%$%@$O(B <module>mod_authn_file</module>
+ $B%b%8%e!<%k$G<BAu$5$l$F$$$^$9$N$G!"(B
+ $B$3$N%b%8%e!<%k$,%5!<%P$KF~$C$F$$$k$3$H$r3NG'$7$F$/$@$5$$!#(B</p>
+
+ <example><title>Example</title>
+ &lt;Location /secure&gt;<br />
+ <indent>
+ AuthBasicProvider dbm<br />
+ AuthDBMType SDBM<br />
+ AuthDBMUserFile /www/etc/dbmpasswd<br />
+ Require valid-user<br />
+ </indent>
+ &lt;/Location&gt;
+ </example>
<p>$BG'>Z%W%m%P%$%@$K$D$$$F$O(B
- <module>mod_authn_dbm</module>, <module>mod_authn_file</module>
+ <module>mod_authn_dbm</module> $B$H(B <module>mod_authn_file</module>
$B$r$4Mw2<$5$$!#(B</p>
+ <p><code>Off</code> $B$O%W%m%P%$%@%j%9%H$r%/%j%"$7$F!"%G%U%)%k%H$N(B
+ $B>uBV$KLa$7$^$9!#(B</p>
</usage>
</directivesynopsis>
@@ -47,38 +66,34 @@
<name>AuthBasicAuthoritative</name>
<description>$BG'>Z$H>5G'$r!"$h$jDc$$%l%Y%k$N%b%8%e!<%k$K0\9T$5$;$k$+$r(B
$B@_Dj$7$^$9!#(B</description>
-<syntax>AuthBasicAuthoritative on|off</syntax>
-<default>AuthBasicAuthoritative on</default>
-<contextlist>
- <context>directory</context>
- <context>.htaccess</context>
+<syntax>AuthBasicAuthoritative On|Off</syntax>
+<default>AuthBasicAuthoritative On</default>
+<contextlist><context>directory</context><context>.htaccess</context>
</contextlist>
<override>AuthConfig</override>
<usage>
<p><directive>AuthBasicAuthoritative</directive>
- $B%G%#%l%/%F%#%V$GL@<(E*$K(B <strong>'off'</strong>$B$K@_Dj$9$k$H!"(B
+ $B%G%#%l%/%F%#%V$GL@<(E*$K(B <code>Off</code>$B$K@_Dj$9$k$H!"(B
$BM?$($i$l$?G'>Z%f!<%6(B ID $B$KBP$7$F(B<strong>$B%f!<%6(B ID $B$,$J$$(B</strong>
$B$^$?$O(B<strong>$B%k!<%k$,$J$$(B</strong>$B>l9g$K!"(B
$BG'>Z$H>5G'$NN>J}$N%W%m%;%9$,!"(B
- $B$h$jDc$$%l%Y%k$N%b%8%e!<%k(B (<code>Configuration</code> $B$H(B
- <code>modules.c</code> $B%U%!%$%k$GDj5A(B) $B$K0\9T$9$k$h$&$K$G$-$^$9!#(B
+ $B$h$jDc$$%l%Y%k$N%b%8%e!<%k(B (<code>modules.c</code> $B%U%!%$%k$GDj5A(B) $B$K0\9T$9$k$h$&$K$G$-$^$9!#(B
$B%f!<%6(B ID $B$,$"$k!"$+$D$^$?$O!"%k!<%k$,;XDj$5$l$F$$$k>l9g$O!"(B
$BDL>o$N%Q%9%o!<%I$H%"%/%;%9%A%'%C%/$,E,MQ$5$l$F!"(B
- $BG'>Z$K<:GT$9$k$H!V(B Authorization Required $B!W1~Ez$,JV$5$l$^$9!#(B</p>
+ $BG'>Z$K<:GT$9$k$H(B "Authentication Required" $B1~Ez$,JV$5$l$^$9!#(B</p>
<p>$B$G$9$+$i!"Fs$D0J>e$N%b%8%e!<%k$N%G!<%?%Y!<%9$GF10l$N(B
$B%f!<%6(B ID $B$,8=$o$l$?$j!"(B
$B$^$?$O!"@5$7$$(B <directive module="core">Require</directive>
$B%G%#%l%/%F%#%V$,Fs$D0J>e$N%b%8%e!<%k$G8=$o$l$?$j$7$?>l9g$O!"(B
- $B0l$DL\$N%b%8%e!<%k$,G'Dj$r9T$C$F!"(BAuthAuthoritative $B@_Dj$K4X$o$i$:!"(B
- $B%"%/%;%9$O0\9T$7$^$;$s!#(B</p>
+ $B0l$DL\$N%b%8%e!<%k$,G'Dj$r9T$C$F!"(B<directive>AuthAuthoritative</directive>
+ $B@_Dj$K4X$o$i$:!"%"%/%;%9$O0\9T$7$^$;$s!#(B</p>
<p>$B%G%U%)%k%H$G$O!"@)8f$O0\9T$7$^$;$s!#$=$7$F!"L$CN$N%f!<%6(B ID $B$d(B
- $B%k!<%k$,$"$C$F$b!V(B Authorization Required $B!W1~Ez$,JV$5$l$^$9!#(B
- $B$G$9$+$i!"$3$N%G%#%l%/%F%#%V@_Dj$7$J$$$3$H$G%7%9%F%`$N0BA4$r0];}$G$-$F!"$^$?!"(B
+ $B%k!<%k$,$"$C$F$b(B "Authentication Required" $B1~Ez$,JV$5$l$^$9!#(B
+ $B$G$9$+$i!"$3$N%G%#%l%/%F%#%V$r@_Dj$7$J$$$3$H$G%7%9%F%`$N0BA4$r0];}$G$-$F!"$^$?!"(B
NCSA $B=`5r$N5sF0$r6/@)$G$-$^$9!#(B</p>
-
</usage>
</directivesynopsis>
diff --git a/docs/manual/mod/mod_authn_file.xml.ja b/docs/manual/mod/mod_authn_file.xml.ja
index 9237419248..e2e149a711 100644
--- a/docs/manual/mod/mod_authn_file.xml.ja
+++ b/docs/manual/mod/mod_authn_file.xml.ja
@@ -2,7 +2,7 @@
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<modulesynopsis>
-<!-- English revision: 1.3 -->
+<!-- English revision: 1.5 -->
<name>mod_authn_file</name>
<description>$B%F%-%9%H%U%!%$%k$rMQ$$$?%f!<%6G'>Z(B</description>
@@ -12,7 +12,6 @@
<compatibility>Apache 2.1 $B0J9_(B</compatibility>
<summary>
-
<p>$BK\%b%8%e!<%k$O(B <module>mod_auth_digest</module> $B$d(B
<module>mod_auth_basic</module> $B$H$$$C$?G'>Z%U%m%s%H%(%s%I$KBP$7$F!"(B
$B%W%l%$%s%F%-%9%H$N%Q%9%o!<%I%U%!%$%kFb$+$i%f!<%6$r8!:w$9$k$3$H$G!"(B
@@ -23,57 +22,63 @@
$B$r;HMQ$9$k:]$K$O!"(B
<directive module="mod_auth_basic">AuthBasicProvider</directive> $B$d(B
<directive module="mod_auth_digest">AuthDigestPrivider</directive>
- $B$G!V(B file $B!W$H;XDj$9$k$3$H$G$3$N%b%8%e!<%k$O5/F0$5$l$^$9!#(B</p>
-
+ $B$G(B <code>file</code> $B$H;XDj$9$k$3$H$G$3$N%b%8%e!<%k$O5/F0$5$l$^$9!#(B</p>
</summary>
-<seealso><directive module="core">AuthName</directive></seealso>
-<seealso><directive module="core">AuthType</directive></seealso>
<seealso>
<directive module="mod_auth_basic">AuthBasicProvider</directive>
</seealso>
<seealso>
<directive module="mod_auth_digest">AuthDigestProvider</directive>
</seealso>
+<seealso><a href="../programs/htpasswd.html">htpasswd</a></seealso>
+<seealso><a href="../programs/htdigest.html">htdigest</a></seealso>
<directivesynopsis>
<name>AuthUserFile</name>
<description>$BG'>Z$K;HMQ$9$k%f!<%6$H%Q%9%o!<%I$N0lMw$,3JG<$5$l$F$$$k!"(B
$B%F%-%9%H%U%!%$%k$NL>A0$r@_Dj$9$k(B</description>
-<syntax>AuthUserFile <em>file-path</em></syntax>
-<contextlist>
- <context>directory</context>
- <context>.htaccess</context>
+<syntax>AuthUserFile <var>file-path</var></syntax>
+<contextlist><context>directory</context><context>.htaccess</context>
</contextlist>
<override>AuthConfig</override>
<usage>
<p><directive>AuthUserFile</directive> $B%G%#%l%/%F%#%V$O!"(B
$B%f!<%6G'>Z$N$?$a$N%f!<%6$H%Q%9%o!<%I$N0lMw$r3JG<$7$?(B
- $B%F%-%9%H%U%!%$%k$NL>A0$r@_Dj$7$^$9!#(B<em>file-path</em>
+ $B%F%-%9%H%U%!%$%k$NL>A0$r@_Dj$7$^$9!#(B<var>file-path</var>
$B$O%f!<%6%U%!%$%k$X$N%Q%9$G$9!#(B
- $B$b$7@dBP%Q%9$G$J$1$l$P(B
- (<em>$B$D$^$j(B</em> $B%9%i%C%7%e$G;O$^$i$J$$%Q%9$G$"$l$P(B)
- $B!"(B<directive module="core">ServerRoot</directive>
+ $B$b$7@dBP%Q%9$G$J$1$l$P!"(B
+ <directive module="core">ServerRoot</directive>
$B$+$i$NAjBP%Q%9$H$7$F07$o$l$^$9!#(B</p>
<p>$B%f!<%6%U%!%$%k$N3F9T$K$O!"%f!<%6L>!"%3%m%s!"(B
- <code>crypt()</code> $B$G0E9f2=$7$?%Q%9%o!<%I$r5-=R$7$^$9!#(B
- $BF10l%f!<%6$,J#?t2sEPO?$5$l$?;~$N5sF0$ODj5A$5$l$F$$$^$;$s!#(B</p>
+ $B0E9f2=$7$?%Q%9%o!<%I$r5-=R$7$^$9!#(B
+ $BF10l%f!<%6(B ID $B$,J#?t2sEPO?$5$l$?;~$O!"(B
+ <module>mod_authn_file</module>
+ $B$O:G=i$K8+$D$+$C$?%Q%9%o!<%I$r;HMQ$7$FG'>Z$7$^$9!#(B</p>
<p>$B%P%$%J%jG[I[$N0lIt$H$7$F%$%s%9%H!<%k$5$l$k$+!"(B
$B$"$k$$$O(B <code>src/support</code> $B$K$"$k(B
<a href="../programs/htpasswd.html">htpasswd</a>
- $B%f!<%F%#%j%F%#$G!"$3$N%Q%9%o!<%I%U%!%$%k$r%a%$%s%F%J%s%9$7$^$9!#(B
- $B>\:Y$O(B <code>man</code> $B%Z!<%8$r$4MwD:$/$H$7$F!"4JC1$K$O(B:</p>
+ $B%f!<%F%#%j%F%#$G!"$3$N(B <em>HTTP $B4pK\G'>Z(B</em>
+ $BMQ%Q%9%o!<%I%U%!%$%k$r%a%$%s%F%J%s%9$7$^$9!#(B
+ $B>\:Y$O(B <a href="../programs/htpasswd.html">man
+ $B%Z!<%8(B</a>$B$r$4MwD:$/$H$7$F!"4JC1$K$O(B:</p>
<p>$B=i4|(B ID <code>username</code> $B$G!"(B<code>Filename</code>
$B$H$$$&%Q%9%o!<%I%U%!%$%k$r@8@.$7$^$9!#(B
$B<!$N%3%^%s%I$rH/9T$9$k$H%Q%9%o!<%I$,MW5a$5$l$^$9(B:</p>
- <example>htpasswd -c Filename username</example>
+
+ <example>
+ htpasswd -c Filename username
+ </example>
<p>$B%Q%9%o!<%I%U%!%$%k(B <code>Filename</code> $B$K!"(B<code>username2</code>
$B$rDI2C$7$?$j=$@5$7$?$j$7$^$9(B:</p>
- <example>htpasswd Filename username2</example>
+
+ <example>
+ htpasswd Filename username2
+ </example>
<p>($BLuCm(B: $BHs>o$KB?$/$N%f!<%6$rEPO?$9$k$HBg$-$J%U%!%$%k$K$J$j$^$9$,(B)
$BBg$-$J%F%-%9%H%U%!%$%k$r8!:w$9$k$N$O(B<em>$BHs>o$K8zN($,0-$$(B</em>
@@ -81,10 +86,18 @@
<directive module="mod_authn_dbm">AuthDBMUserFile</directive>
$B$rBe$o$j$K;H$C$F$/$@$5$$!#(B</p>
- <note><title>$B%;%-%e%j%F%#(B</title>
+ <p><em>HTTP $B%@%$%8%'%9%HG'>Z(B</em>$B$r;HMQ$9$k>l9g$O!"(B
+ <a href="../programs/htpasswd.html">htpasswd</a>
+ $B%W%m%0%i%`$G$OIT==J,$G$9!#$=$NBe$o$j$K(B
+ <a href="../programs/htdigest.html">htdigest</a>
+ $B$r;HMQ$7$F$/$@$5$$!#%@%$%8%'%9%HG'>ZMQ$N%G!<%?$H(B
+ $B4pK\G'>ZMQ$N%G!<%?$rF10l%U%!%$%k$K:.$<$FJ]B8$G$-$J$$!"(B
+ $B$H$$$&$3$H$KCm0U$7$F$/$@$5$$!#(B</p>
+
+ <note type="warning"><title>$B%;%-%e%j%F%#(B</title>
<p><directive>AuthUserFile </directive>
$B$O!"%&%'%V%5!<%P$N%I%-%e%a%s%H%D%j!<$N30B&$KJ]4I$9$k$h$&$K$7$F$/$@$5$$!#(B
- $BJ]8n$7$h$&$H$7$F$$$k%G%#%l%/%H%j0J2<$K$O!"(B<em>$BCV$+$J$$$G2<$5$$(B</em>$B!#(B
+ $BJ]8n$7$h$&$H$7$F$$$k%G%#%l%/%H%j0J2<$K$O!"(B<strong>$BCV$+$J$$$G2<$5$$(B</strong>$B!#(B
$B$=$&$7$J$$$H(B <directive>AuthUserFile</directive> $B$O(B
$B%@%&%s%m!<%I$G$-$F$7$^$$$^$9!#(B</p>
</note>
diff --git a/docs/manual/mod/mod_authz_host.xml.ja b/docs/manual/mod/mod_authz_host.xml.ja
index a0f2f883ef..46ae06b645 100644
--- a/docs/manual/mod/mod_authz_host.xml.ja
+++ b/docs/manual/mod/mod_authz_host.xml.ja
@@ -2,12 +2,10 @@
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<modulesynopsis>
-<!-- English revision: 1.2 -->
+<!-- English revision: 1.4 -->
<name>mod_authz_host</name>
-
<description>$B%[%9%H(B ($BL>A0$b$7$/$O(B IP $B%"%I%l%9(B) $B$K4p$E$$$?%0%k!<%W>5G'(B</description>
-
<status>Base</status>
<sourcefile>mod_authz_host.c</sourcefile>
<identifier>authz_host_module</identifier>
@@ -55,15 +53,13 @@
<directivesynopsis>
<name>Allow</name>
<description>$B%5!<%P$N$"$kNN0h$K%"%/%;%9$G$-$k%[%9%H$r@)8f$9$k(B</description>
-<syntax> Allow from
- all|<em>host</em>|env=<em>env-variable</em>
- [<em>host</em>|env=<em>env-variable</em>] ...</syntax>
+<syntax> Allow from all|<var>host</var>|env=<var>env-variable</var>
+[<var>host</var>|env=<var>env-variable</var>] ...</syntax>
<contextlist><context>directory</context><context>.htaccess</context>
</contextlist>
<override>Limit</override>
<usage>
-
<p><directive>Allow</directive> $B%G%#%l%/%F%#%V$O$I$N%[%9%H$,(B
$B%5!<%P$N$"$kNN0h$r%"%/%;%9$G$-$k$+$K1F6A$rM?$($^$9!#(B
$B%"%/%;%9$O%[%9%HL>!"(BIP $B%"%I%l%9!"(BIP $B%"%I%l%9$NHO0O$d!"(B
@@ -85,36 +81,52 @@
<dd>$BNc(B: <code>Allow from apache.org</code><br />
$B$3$NJ8;zNs$K9g$&$+!"$3$l$G=*$o$kL>A0$N%[%9%H$N%"%/%;%9$,5v2D$5$l$^$9!#(B
- $B3FItJ,$,40A4$K9g$&$b$N$@$1$KE,MQ$5$l$^$9$N$G!">e$NNc$O(B
+ <dd>
+ <example><title>$BNc(B</title>
+ Allow from apache.org
+ </example>
+ <p>$B3FItJ,$,40A4$K9g$&$b$N$@$1$KE,MQ$5$l$^$9$N$G!">e$NNc$O(B
<code>foo.apache.org</code> $B$K$O%^%C%A$7$^$9$,!"(B
<code>fooapache.org</code> $B$K$O%^%C%A$7$^$;$s!#(B
$B$3$N@_Dj$r$9$k$H!"%5!<%P$O(B
<directive module="core">HostnameLookups</directive>
$B$N@_Dj$K4X$o$i$:!"%/%i%$%"%s%H$N(B IP $B%"%I%l%9$KBP$7$F(B
- DNS $B$N5U0z$-$r9T$J$$$^$9!#(B</dd>
+ DNS $B$N5U0z$-$r9T$J$$$^$9!#(B</p></dd>
<dt>$B40A4$J(B IP $B%"%I%l%9(B</dt>
- <dd>$BNc(B: <code>Allow from 10.1.2.3</code><br />
- $B%"%/%;%9$r5v2D$9$k(B IP $B%"%I%l%9$G$9!#(B</dd>
+ <dd>
+ <example><title>$BNc(B</title>
+ Allow from 10.1.2.3
+ </example>
+ <p>$B%"%/%;%9$r5v2D$9$k(B IP $B%"%I%l%9$G$9!#(B</p></dd>
<dt>IP $B%"%I%l%9$N0lIt(B</dt>
- <dd>$BNc(B: <code>Allow from 10.1</code><br />
- $B%5%V%M%C%H$N@)8BMQ$N!"(BIP
- $B%"%I%l%9$N:G=i$N0l$D$+$i;0$D$^$G$N%P%$%H$G$9!#(B</dd>
+ <dd>
+ <example><title>$BNc(B</title>
+ Allow from 10.1
+ </example>
+ <p>$B%5%V%M%C%H$N@)8BMQ$N!"(BIP
+ $B%"%I%l%9$N:G=i$N0l$D$+$i;0$D$^$G$N%P%$%H$G$9!#(B</p></dd>
<dt>$B%M%C%H%o!<%/(B/$B%M%C%H%^%9%/(B $B$NBP(B</dt>
- <dd>$BNc(B: <code>Allow from 10.1.0.0/255.255.0.0</code><br />
- $B%M%C%H%o!<%/(B a.b.c.d $B$H%M%C%H%^%9%/(B w.x.y.z $B$G$9!#(B
- $B$h$j:YN3EY$N%5%V%M%C%H@)8BMQ$G$9!#(B</dd>
+ <dd>
+ <example><title>$BNc(B</title>
+ Allow from 10.1.0.0/255.255.0.0
+ </example>
+ <p>$B%M%C%H%o!<%/(B a.b.c.d $B$H%M%C%H%^%9%/(B w.x.y.z $B$G$9!#(B
+ $B$h$j:YN3EY$N%5%V%M%C%H@)8BMQ$G$9!#(B</p></dd>
<dt>$B%M%C%H%o!<%/(B/nnn CIDR $B;XDj(B</dt>
- <dd>$BNc(B: <code>Allow from 10.1.0.0/16</code><br />
- $B%M%C%H%^%9%/$,(B nnn $B$N>e0L%S%C%H$,(B 1
- $B$H$J$C$F$$$k$b$N$+$i$J$k$3$H0J30$OA0$N$b$N$HF1$8$G$9!#(B</dd>
+ <dd>
+ <example><title>$BNc(B</title>
+ Allow from 10.1.0.0/16
+ </example>
+ <p>$B%M%C%H%^%9%/$,(B nnn $B$N>e0L%S%C%H$,(B 1
+ $B$H$J$C$F$$$k$b$N$+$i$J$k$3$H0J30$OA0$N$b$N$HF1$8$G$9!#(B</p></dd>
</dl>
<p>$BCm(B: $B:G8e$N;0$D$NNc$O$^$C$?$/F1$8%[%9%H$K9g$$$^$9!#(B</p>
@@ -130,8 +142,8 @@
<p><directive>Allow</directive> $B%G%#%l%/%F%#%V$N0z?t$N;0$DL\$N7A<0$O!"(B
<a href="../env.html">$B4D6-JQ?t(B</a>
$B$NB8:_$K$h$j%"%/%;%9$N@)8f$r9T$J$($k$h$&$K$9$k$b$N$G$9!#(B
- <code>Allow from env=</code><em>variablename</em>
- $B$,;XDj$5$l$F$$$k$H!"4D6-JQ?t(B <em>variablename</em>
+ <code>Allow from env=<var>env-variable</var></code>
+ $B$,;XDj$5$l$F$$$k$H!"4D6-JQ?t(B <var>env-variable</var>
$B$,B8:_$7$?>l9g$K%j%/%(%9%H$O%"%/%;%9$r5v2D$5$l$^$9!#%5!<%P$O(B
<module>mod_setenvif</module>
$B$N%G%#%l%/%F%#%V$K$h$j!"%/%i%$%"%s%H$N%j%/%(%9%H(B
@@ -142,37 +154,32 @@
$B%"%/%;%95v2D$r$9$k$?$a$K;H$&$3$H$,$G$-$^$9!#(B
</p>
-<example>
-<title>$BNc(B:</title>
-SetEnvIf User-Agent ^KnockKnock/2.0 let_me_in<br />
-&lt;Directory /docroot&gt;<br />
-&nbsp;&nbsp; Order Deny,Allow<br />
-&nbsp;&nbsp; Deny from all<br />
-&nbsp;&nbsp; Allow from env=let_me_in<br />
-&lt;/Directory&gt;
-</example>
+ <example><title>Example:</title>
+ SetEnvIf User-Agent ^KnockKnock/2.0 let_me_in<br />
+ &lt;Directory /docroot&gt;<br />
+ <indent>
+ Order Deny,Allow<br />
+ Deny from all<br />
+ Allow from env=let_me_in<br />
+ </indent>
+ &lt;/Directory&gt;
+ </example>
<p>$B$3$N>l9g!"(Buser-agent $B$NJ8;zNs$,(B <code>KnockKnock/2.0</code>
$B$G;O$^$k%V%i%&%6$N$_$,%"%/%;%9$r5v2D$5$l!"(B
$BB>$N$b$N$O%"%/%;%9$r5qH]$5$l$^$9!#(B</p>
</usage>
-
</directivesynopsis>
<directivesynopsis>
-
<name>Deny</name>
-
<description>$B%5!<%P$,%"%/%;%9$r5qH]$9$k%[%9%H$r@)8f$9$k(B</description>
-
-<syntax> Deny from
- all|<em>host</em>|env=<em>env-variable</em>
- [<em>host</em>|env=<em>env-variable</em>] ...</syntax>
+<syntax> Deny from all|<var>host</var>|env=<var>env-variable</var>
+[<var>host</var>|env=<var>env-variable</var>] ...</syntax>
<contextlist><context>directory</context><context>.htaccess</context>
</contextlist>
<override>Limit</override>
-
<usage>
<p>$B$3$N%G%#%l%/%F%#%V$O%[%9%HL>!"(BIP
$B%"%I%l%9!"4D6-JQ?t$K4p$E$$$F%5!<%P$X$N%"%/%;%9$r@)8B$7$^$9!#(B
@@ -184,28 +191,24 @@ SetEnvIf User-Agent ^KnockKnock/2.0 let_me_in<br />
</directivesynopsis>
<directivesynopsis>
-
<name>Order</name>
-
<description>$B%G%U%)%k%H$N%"%/%;%92DG=$J>uBV$H!"(B<directive>Allow</directive> $B$H(B
<directive>Deny</directive> $B$,I>2A$5$l$k=gHV$r@)8f$9$k(B</description>
-
-<syntax> Order <em>ordering</em></syntax>
+<syntax> Order <var>ordering</var></syntax>
<default>Order Deny,Allow</default>
<contextlist><context>directory</context><context>.htaccess</context>
</contextlist>
<override>Limit</override>
<usage>
-
<p><directive>Order</directive> $B%G%#%l%/%F%#%V$O%G%U%)%k%H$N%"%/%;%9$N>uBV$H(B
<directive module="mod_authz_host">Allow</directive> $B%G%#%l%/%F%#%V$H(B
<directive module="mod_authz_host">Deny</directive>
$B%G%#%l%/%F%#%V$,I>2A$5$l$k=gHV$r@)8f$7$^$9!#(B
- <em>Ordering</em> $B$O0J2<$N$I$l$+$G$9!#(B</p>
+ <var>Ordering</var> $B$O0J2<$N$I$l$+$G$9!#(B</p>
<dl>
- <dt>Deny,Allow</dt>
+ <dt><code>Deny,Allow</code></dt>
<dd><directive module="mod_authz_host">Deny</directive> $B%G%#%l%/%F%#%V$,(B
<directive module="mod_authz_host">Allow</directive>
@@ -215,7 +218,7 @@ SetEnvIf User-Agent ^KnockKnock/2.0 let_me_in<br />
$B%G%#%l%/%F%#%V$K9g$o$J$$$+!"(B<directive module="mod_authz_host">Allow</directive>
$B%G%#%l%/%F%#%V$K9g$&%/%i%$%"%s%H$O%"%/%;%9$r5v2D$5$l$^$9!#(B</dd>
- <dt>Allow,Deny</dt>
+ <dt><code>Allow,Deny</code></dt>
<dd><directive module="mod_authz_host">Allow</directive>
$B%G%#%l%/%F%#%V$,(B <directive
@@ -227,7 +230,7 @@ SetEnvIf User-Agent ^KnockKnock/2.0 let_me_in<br />
$B%G%#%l%/%F%#%V$K9g$&%/%i%$%"%s%H$O%"%/%;%9$r5qH]$5$l$^$9!#(B
</dd>
- <dt>Mutual-failure</dt>
+ <dt><code>Mutual-failure</code></dt>
<dd><directive module="mod_authz_host">Allow</directive> $B$N%j%9%H$K8=$l$F!"(B
<directive module="mod_authz_host">Deny</directive>
@@ -237,7 +240,7 @@ SetEnvIf User-Agent ^KnockKnock/2.0 let_me_in<br />
</dl>
<p>$B%-!<%o!<%I$O%3%s%^$GJ,N%$9$k$3$H$@$1$,2DG=$G$9!#(B
- $B4V$K6uGr$,$"$C$F$O$$$1$^$;$s!#$I$N>l9g$G$b!"(B<directive
+ $B4V$K(B<em>$B6uGr$,$"$C$F$O$$$1$^$;$s(B</em>$B!#$I$N>l9g$G$b!"(B<directive
module="mod_authz_host">Allow</directive> $B$H(B
<directive module="mod_authz_host">Deny</directive> $BJ8$O(B
$BA4$FI>2A$5$l$k$H$$$&$3$H$KCm0U$7$F$/$@$5$$!#(B
@@ -247,11 +250,11 @@ SetEnvIf User-Agent ^KnockKnock/2.0 let_me_in<br />
$B%I%a%$%s$N$9$Y$F$N%[%9%H$O%"%/%;%9$r5v2D$5$l$^$9!#(B
$BB>$N$9$Y$F$N%[%9%H$O%"%/%;%9$r5qH]$5$l$^$9!#(B</p>
-<example>
+ <example>
Order Deny,Allow<br />
Deny from all<br />
- Allow from apache.org<br />
-</example>
+ Allow from apache.org
+ </example>
<p>$B<!$NNc$G$O!"(Bfoo.apache.org $B%5%V%I%a%$%s$K$"$k%[%9%H0J30$N!"(B
apache.org $B%I%a%$%s$N$9$Y$F$N%[%9%H$,%"%/%;%9$r5v2D$5$l$^$9!#(B
@@ -259,11 +262,11 @@ SetEnvIf User-Agent ^KnockKnock/2.0 let_me_in<br />
$B%I%a%$%s$G$J$$%[%9%H$O!"%G%U%)%k%H$N>uBV$,%"%/%;%95qH]$N$?$a!"(B
$B%5!<%P$X$N%"%/%;%9$r5qH]$5$l$^$9!#(B</p>
-<example>
- Order Allow,Deny<br />
- Allow from apache.org<br />
- Deny from foo.apache.org<br />
-</example>
+ <example>
+ Order Allow,Deny<br />
+ Allow from apache.org<br />
+ Deny from foo.apache.org
+ </example>
<p>$B0lJ}!">e$NNc$N(B <directive>Order</directive> $B$,(B <code>Deny,Allow</code>
$B$KJQ$o$C$F$$$l$P!"$9$Y$N%[%9%H$K%"%/%;%9$,5v2D$5$l$^$9!#(B
@@ -282,11 +285,13 @@ SetEnvIf User-Agent ^KnockKnock/2.0 let_me_in<br />
$B%G%#%l%/%F%#%V$,L5$/$F$b!"%5!<%P$N%"%/%;%9$K1F6A$rM?$($k$3$H$,$G$-$^$9!#(B
$B$?$H$($P!"(B</p>
-<example>
+ <example>
&lt;Directory /www&gt;<br />
- &nbsp;&nbsp;Order Allow,Deny<br />
+ <indent>
+ Order Allow,Deny<br />
+ </indent>
&lt;/Directory&gt;
-</example>
+ </example>
<p>$B$O%G%U%)%k%H$N%"%/%;%9>uBV$,(B <em>deny</em> $B$K$J$k$?$a!"(B
<code>/www</code> $B%G%#%l%/%H%j$X$N$9$Y$F$N%"%/%;%9$r5qH]$7$^$9!#(B
@@ -308,7 +313,6 @@ SetEnvIf User-Agent ^KnockKnock/2.0 let_me_in<br />
<a href="../sections.html">Directory,Location, Files
$B%;%/%7%g%s$NF0:nJ}K!(B</a> $B$r;2>H$7$F$/$@$5$$!#(B</p>
</usage>
-
</directivesynopsis>
</modulesynopsis>
diff --git a/docs/manual/mod/mod_dav.xml.ja b/docs/manual/mod/mod_dav.xml.ja
index 5c275b61e9..e3bf0f9208 100644
--- a/docs/manual/mod/mod_dav.xml.ja
+++ b/docs/manual/mod/mod_dav.xml.ja
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-2022-jp"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English revision: 1.4 -->
+<!-- English revision: 1.5 -->
<modulesynopsis>
<name>mod_dav</name>
@@ -19,77 +19,102 @@
$B$3$N(B HTTP $B%W%m%H%3%k$N3HD%$K$h$j!"%j%b!<%H$N%&%'%V%5!<%P>e$K$"$k(B
$B%j%=!<%9$d%3%l%/%7%g%s$r(B
$B:n@.!"0\F0!"J#@=!":o=|$G$-$k$h$&$K$J$j$^$9!#(B</p>
+</summary>
+<seealso><directive module="mod_dav_fs">DavLockDB</directive></seealso>
+<seealso><directive module="core">LimitXMLRequestBody</directive></seealso>
+<seealso><a href="http://www.webdav.org">WebDAV Resources</a></seealso>
+<section id="example"><title>Enabling WebDAV</title>
<p>mod_dav $B$rM-8z$K$9$k$K$O!"(B<code>httpd.conf</code>
$B%U%!%$%kCf$N%3%s%F%J$K<!$r2C$($^$9(B:</p>
-<example>Dav On</example>
-
- <p>$BF1;~$K(B <code>httpd.conf</code> $B%U%!%$%k$N(B
- $B%0%m!<%P%k%;%/%7%g%s$K<!$r2C$($k$3$H$K$h$C$F!"(B
- DAV $B%m%C%/%G!<%?%Y!<%9$N$?$a$K;H$&(B
- $B@5Ev$J%U%!%$%kL>$r;XDj$7$^$9(B:</p>
-
-<example>DavLockDB /tmp/DavLock&nbsp;&nbsp;&nbsp;&nbsp;
- <em>($B%&%'%V%5!<%P$N=q$-9~$a$k%U%!%$%kL>$G!"(B
- $B3HD%;R$N$J$$$b$N(B)</em>
-</example>
-</summary>
-
-<directivesynopsis>
-<name>Dav</name>
-<description>WebDAV HTTP $B%a%=%C%I$rM-8z$K$7$^$9(B</description>
-<syntax>Dav on|off</syntax>
-<default>Dav off</default>
-<contextlist><context>directory</context></contextlist>
-
-<usage>
- <p>$BM?$($i$l$?%3%s%F%J$G(B WebDAV HTTP $B%a%=%C%I$,;H$($k$h$&$K$9$k$K$O!"(B
- <directive>Dav</directive> $B%G%#%l%/%F%#%V$r;H$$$^$9!#(B
- DAV $B$rM-8z$K$7$?>l=j$X$N%"%/%;%9$r@)8B$9$k$?$a$K$O!"(B
- <directive module="core" type="section">Location</directive>
- $B%G%#%l%/%F%#%VFbIt$K(B
- <directive module="core" type="section">Limit</directive>
- $B@a$r2C$($^$9!#(B</p>
-
-<example><title>$BNc(B</title>
- DavLockDB /tmp/DavLock<br />
- <br />
- &lt;Location /foo&gt;<br />
+ <example>Dav On</example>
+
+ <p>$B$3$l$O(B DAV $B%U%!%$%k%7%9%F%`%W%m%P%$%@$rM-8z$K$7$^$9!#(BDAV
+ $B%U%!%$%k%7%9%F%`%W%m%P%$%@$O(B <module>mod_dav_fs</module>
+ $B%b%8%e!<%k$G<BAu$5$l$F$$$^$9!#$G$9$+$i!"$3$N%b%8%e!<%k$O%3%s%Q%$%k;~$K(B
+ $B%5!<%P$KAH$_9~$^$l$F$$$k$+!"$"$k$$$O(B
+ <directive module="mod_so">LoadModule</directive>
+ $B$r;HMQ$7$F<B9T;~$K%m!<%I$5$l$F$$$kI,MW$,$"$j$^$9!#(B</p>
+
+ <p>$BF0:n$5$;$k$K$O!"(B<code>httd.conf</code> $B%U%!%$%k$N(B
+ $B%0%m!<%P%k%;%/%7%g%s$K<!$r2C$($F!"%&%'%V%5!<%P$,=q$-9~$_$G$-$k(B
+ DAV $B%m%C%/%G!<%?%Y!<%9%U%!%$%kL>$r;XDj$7$^$9!#(B</p>
+
+ <example>
+ DavLockDB /tmp/DavLock
+ </example>
+
+ <p><directive module="core" type="section">Limit</directive>
+ $B@a$r(B <directive module="core" type="section">Location</directive>
+ $B%G%#%l%/%F%#%VFbIt$KDI2C$7$F!"(BDAV $B$,M-8z$J>l=j$X$N(B
+ $B%"%/%;%9$r@)8B$9$k$3$H$b$G$-$^$9!#(BDAV $B%/%i%$%"%s%H$,(B
+ $B0lEY$N%j%/%(%9%H$GAw?.$G$-$k:GBg%P%$%H?t$r;XDj$7$?$$$H$-$O!"(B
+ <directive module="core">LimitXMLRequestBody</directive>
+ $B%G%#%l%/%F%#%V$r;HMQ$9$kI,MW$,$"$j$^$9!#!VDL>o$N!W(B
+ <directive module="core">LimitRequestBody</directive>
+ $B%G%#%l%/%F%#%V$O(B DAV $B%j%/%(%9%H$KBP$7$F$O8zNO$r;}$A$^$;$s!#(B</p>
+
+ <example><title>$B40A4$JNc(B</title>
+ DavLockDB /tmp/DavLock<br />
+ <br />
+ &lt;Location /foo&gt;<br />
+ <indent>
Dav On<br />
- <br />
+ <br />
AuthType Basic<br />
AuthName DAV<br />
AuthUserFile user.passwd<br />
- <br />
- &nbsp;&nbsp;&lt;LimitExcept GET HEAD OPTIONS&gt;<br />
- &nbsp;&nbsp;require user admin<br />
- &nbsp;&nbsp;&lt;/LimitExcept&gt;<br />
- &lt;/Location&gt;<br />
-</example>
-</usage>
-</directivesynopsis>
+ <br />
+ &lt;LimitExcept GET HEAD OPTIONS&gt;<br />
+ <indent>
+ require user admin<br />
+ </indent>
+ &lt;/LimitExcept&gt;<br />
+ </indent>
+ &lt;/Location&gt;<br />
+ </example>
+
+ <note type="warning"><title>$B%;%-%e%j%F%#(B</title>
+ <p>HTTP $B4pK\G'>Z$N;HMQ$O?d>)$G$-$^$;$s!#>/$J$/$H$b(B
+ <module>mod_auth_digest</module> $B%b%8%e!<%k$GDs6!$5$l$k(B HTTP
+ $B%@%$%8%'%9%HG'>Z$rMQ$$$k$Y$-$G$9!#(BWebDAV $B%/%i%$%"%s%H$N$[$H$s$I$O(B
+ $B$3$NG'>ZJ}K!$KBP1~$7$F$$$^$9!#$b$A$m$s!"(B<a href="../ssl/">SSL</a>
+ $BM-8z$J%3%M%/%7%g%s$rDL$7$?4pK\G'>Z$G$b%;%-%e%j%F%#$,3NJ]$G$-$^$9!#(B</p>
+ </note>
+</section>
<directivesynopsis>
-<name>DavLockDB</name>
-<description>DAV $B%m%C%/%G!<%?%Y!<%9$N0LCV$G$9(B</description>
-<syntax>DavLockDB <em>file-path</em></syntax>
-<contextlist><context>server config</context><context>virtual host</context>
-</contextlist>
+<name>Dav</name>
+<description>WebDAV HTTP $B%a%=%C%I$rM-8z$K$7$^$9(B</description>
+<syntax>Dav On|Off|<var>provider-name</var></syntax>
+<default>Dav Off</default>
+<contextlist><context>directory</context></contextlist>
<usage>
- <p>$B%m%C%/%G!<%?%Y!<%9$X$N%U%k%Q%9$r!"3HD%;R$r=|$$$?7A$G(B
- $B;XDj$9$k$K$O!"(B<directive>DavLockDB</directive>
- $B$r;H$$$^$9!#%G%U%)%k%H$N(B
- mod_dav $B$N(B ($B%U%!%$%k%7%9%F%`(B) $B<BAu$G$O!"%f!<%6%m%C%/$r(B
- $BDI@W$9$k$?$a$K(B SDBM $B%G!<%?%Y!<%9$r;H$$$^$9!#%5!<%P$+$i$O!"(B
- $B%m%C%/%G!<%?%Y!<%9$KF~$C$F$$$kA4$F$N%m%C%/$rI=<($9$k$?$a$K(B
- <code>modules/dav/util/lockview</code>
- $B%f!<%F%#%j%F%#$r;HMQ$G$-$^$9!#(B</p>
-
-<example><title>$BNc(B</title>
-DavLockDB /tmp/DavLock
-</example>
+ <p>$BM?$($i$l$?%3%s%F%J$G(B WebDAV HTTP $B%a%=%C%I$,;H$($k$h$&$K$9$k$K$O(B
+ $B<!$N$h$&$K$7$^$9!#(B</p>
+
+ <example>
+ &lt;Location /foo&gt;<br />
+ <indent>
+ Dav On<br />
+ </indent>
+ &lt;/Location&gt;
+ </example>
+
+ <p><code>On</code> $B$H$$$&;XDj$O<B:]$K$O(B <module>mod_dav_fs</module>
+ $B$GDs6!$5$l$F$$$k%G%U%)%k%H$N%W%m%P%$%@!"(B<code>filesystem</code>
+ $B$X$N%(%$%j%"%9$K$J$C$F$$$^$9!#0lEY$"$k%m%1!<%7%g%s$G(B DAV
+ $B$rM-8z$K$7$?8e$O!"$=$N%5%V%m%1!<%7%g%s$G(B<em>$BL58z2=$9$k$3$H$O$G$-$J$$(B</em>
+ $B$H$$$&$3$H$KCm0U$7$F$/$@$5$$!#40A4$J@_DjNc$O(B<a
+ href="#example">$B>e5-$N%;%/%7%g%s(B</a> $B$r$4Mw2<$5$$!#(B</p>
+
+ <note type="warning">
+ $B%5!<%P$N%;%-%e%j%F%#$,3NJ]$G$-$k$^$G(B WebDAV $B$rM-8z$K$7$J$$$G$/$@$5$$!#(B
+ $B$=$&$7$J$1$l$PC/$G$b$=$N%5!<%P$G%U%!%$%k$rG[I[$9$k$3$H$,$G$-$k$h$&$K(B
+ $B$J$C$F$7$^$$$^$9!#(B
+ </note>
</usage>
</directivesynopsis>
@@ -97,9 +122,10 @@ DavLockDB /tmp/DavLock
<name>DavMinTimeout</name>
<description>$B%5!<%P$,(B DAV $B%j%=!<%9$N%m%C%/$r0];}$9$k:G>.;~4V$G$9!#(B
</description>
-<syntax>DavMinTimeout <em>seconds</em></syntax>
+<syntax>DavMinTimeout <var>seconds</var></syntax>
<default>DavMinTimeout 0</default>
-<contextlist><context>directory</context></contextlist>
+<contextlist><context>server config</context><context>virtual host</context>
+<context>directory</context></contextlist>
<usage>
<p>$B%/%i%$%"%s%H$,(B DAV $B%j%=!<%9%m%C%/$rMW5a$7$?>l9g!"(B
@@ -116,11 +142,13 @@ DavLockDB /tmp/DavLock
<directive>DavMinTimeout</directive> $B$r;H$C$F(B
$B$3$l$r$b$C$HBg$-$JCM(B ($BNc$($P(B 600 $BIC(B) $B$K>e=q$-$G$-$^$9!#(B</p>
-<example><title>$BNc(B</title>
- &lt;Location /MSWord&gt;<br />
- DavMinTimeout 600<br />
- &lt;/Location&gt;<br />
-</example>
+ <example><title>$BNc(B</title>
+ &lt;Location /MSWord&gt;<br />
+ <indent>
+ DavMinTimeout 600<br />
+ </indent>
+ &lt;/Location&gt;
+ </example>
</usage>
</directivesynopsis>
@@ -129,11 +157,12 @@ DavLockDB /tmp/DavLock
<description>PROPFIND, Depth: Infinity $B%j%/%(%9%H$r5v2D$7$^$9(B</description>
<syntax>DavDepthInfinity on|off</syntax>
<default>DavDepthInfinity off</default>
-<contextlist><context>directory</context></contextlist>
+<contextlist><context>server config</context><context>virtual host</context>
+<context>directory</context></contextlist>
<usage>
<p>'Depth: Infinity' $B$r4^$s$G$$$k(B
- PROPFIND $B%j%/%(%9%H$r=hM}$G$-$k$h$&$K$9$k$K$O!"(B
+ <code>PROPFIND</code> $B%j%/%(%9%H$r=hM}$G$-$k$h$&$K$9$k$K$O!"(B
<directive>DavDepthInfinity</directive>
$B%G%#%l%/%F%#%V$r;H$$$^$9!#$3$N%?%$%W$N%j%/%(%9%H$O(B
denial-of-service $B%"%?%C%/$H$J$j$&$k$N$G!"(B
diff --git a/docs/manual/mod/mod_dav_fs.xml.ja b/docs/manual/mod/mod_dav_fs.xml.ja
new file mode 100644
index 0000000000..cd1492242a
--- /dev/null
+++ b/docs/manual/mod/mod_dav_fs.xml.ja
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="iso-2022-jp"?>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
+<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
+<!-- English revision: 1.1 -->
+<modulesynopsis>
+
+<name>mod_dav_fs</name>
+<description><module>mod_dav</module> $B$N$?$a$N%U%!%$%k%7%9%F%`%W%m%P%$%@(B</description>
+<status>Extension</status>
+<sourcefile>mod_dav_fs.c</sourcefile>
+<identifier>dav_fs_module</identifier>
+
+<summary>
+ <p>$B$3$N%b%8%e!<%k$O(B <module>mod_dav</module>
+ $B$N%5!<%S%9$r(B<em>$BI,MW$H$7$^$9(B</em>$B!#(B<module>mod_dav</module>
+ $B$N%5%]!<%H%b%8%e!<%k$H$7$FF0:n$7!"%5!<%P%U%!%$%k%7%9%F%`>e$K(B
+ $B0LCV$9$k%j%=!<%9$X$N%"%/%;%9$rDs6!$7$^$9!#$3$N%W%m%P%$%@$N@5<0$JL>A0$O(B
+ <code>filesystem</code> $B$G$9!#(B<module>mod_dav</module>
+ $B%P%C%/%(%s%I%W%m%P%$%@$O(B <directive module="mod_dav">Dav</directive>
+ $B%G%#%l%/%F%#%V$r;HMQ$7$F5/F0$5$l$^$9!#(B</p>
+
+ <example><title>$BNc(B</title>
+ Dav filesystem
+ </example>
+
+ <p><code>filesystem</code> $B$O(B <module>mod_dav</module>
+ $B$N%G%U%)%k%H%W%m%P%$%@$K$J$C$F$$$^$9$+$i!"Be$o$j$KC1$K(B
+ <code>On</code> $B$H;XDj$9$k$3$H$b$G$-$^$9!#(B</p>
+</summary>
+<seealso><module>mod_dav</module></seealso>
+
+<directivesynopsis>
+<name>DavLockDB</name>
+<description>DAV $B%m%C%/%G!<%?%Y!<%9$N0LCV(B</description>
+<syntax>DavLockDB <var>file-path</var></syntax>
+<contextlist><context>server config</context><context>virtual host</context>
+</contextlist>
+
+<usage>
+ <p>$B%m%C%/%G!<%?%Y!<%9$X$N%U%k%Q%9$r!"3HD%;R$r=|$$$?7A$G(B
+ $B;XDj$9$k$K$O!"(B<directive>DavLockDB</directive>
+ $B$r;H$$$^$9!#%Q%9$,@dBP%Q%9$G$J$1$l$P!"(B<directive module=
+ "core">ServerRoot</directive> $B$+$i$NAjBP%Q%9$H2r<a$5$l$^$9!#(B
+ <module>mod_dav_fs</module> $B<BAu$G$O!"%f!<%6%m%C%/$r(B
+ $BDI@W$9$k$?$a$K(B SDBM $B%G!<%?%Y!<%9$r;H$$$^$9!#(B</p>
+
+ <!-- XXX: someone should add that tool to the support directory...
+ The utility <code>modules/dav/util/lockview</code> can be used from
+ the server to display all locks in a lock database.</p> -->
+
+ <example><title>$BNc(B</title>
+ DavLockDB logs/DavLock
+ </example>
+</usage>
+</directivesynopsis>
+
+</modulesynopsis>
+