]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
sync.
authorHiroaki Kawai <kawai@apache.org>
Fri, 20 Jun 2008 00:55:10 +0000 (00:55 +0000)
committerHiroaki Kawai <kawai@apache.org>
Fri, 20 Jun 2008 00:55:10 +0000 (00:55 +0000)
Submitted by: takashi
Reviewed by: kawai

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@669752 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authz_groupfile.xml.ja
docs/manual/mod/mod_deflate.xml.ja
docs/manual/mod/mod_dir.xml.ja
docs/manual/mod/mod_echo.xml.ja
docs/manual/mod/mpm_winnt.xml.ja

index f8c6448bce6080b8ac38346953a961d85fa4cdef..a74cde0ad957803b9281e77fcfd29c0a82d1f1c2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 151408:574882 (outdated) -->
+<!-- English Revision: 574882 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -36,8 +36,7 @@
     によっても提供されています。</p>
 </summary>
 
-<seealso><directive module="core">Require</directive></seealso>
-<seealso><directive module="core">Satisfy</directive></seealso>
+<seealso><directive module="mod_authz_core">Require</directive></seealso>
 
 <directivesynopsis>
 <name>AuthGroupFile</name>
 </usage>
 </directivesynopsis>
 
-<directivesynopsis>
-<name>AuthzGroupFileAuthoritative</name>
-<description>承認が下位のモジュールに渡されるかどうかを設定する</description>
-<syntax>AuthzGroupFileAuthoritative On|Off</syntax>
-<default>AuthzGroupFileAuthoritative On</default>
-<contextlist><context>directory</context><context>.htaccess</context>
-</contextlist>
-<override>AuthConfig</override>
-
-<usage>
-    <p><directive>AuthzGroupFileAuthoritative</directive> ディレクティブを
-    明示的に <code>Off</code> に設定すると userID に対応する
-    <strong>グループがない場合に</strong>、
-    (<code>module.c</code> で定義されている) 下位のモジュールにグループ承認を
-    渡すことを許可します。</p>
-
-
-    <p>デフォルトでは制御は渡されず、未知のグループの場合は Authentication
-    Required 応答が返されます。ですから、これを設定しないと
-    システムを安全に保つことができ、NCSA 互換の振る舞いをさせることになります。</p>
-
-    <note type="warning"><title>セキュリティ</title>
-      <p>ユーザの <code>.htaccess</code> ファイルで他の承認手段への
-      委譲ができるようにすることの意味するところは十分に考慮しておいてください。
-      そしてそれが、本当に望む挙動であることを確かめてください。
-      通常は一つの <code>.htpasswd</code> ファイルを安全にする方が
-      より多くのアクセスインタフェースを持つかもしれないデータベースを
-      安全にするよりも簡単です。</p>
-    </note>
-</usage>
-</directivesynopsis>
-
 </modulesynopsis>
index 03614207e19acd1632a712d299bfcfd37a377565..bea3036b6bf8050ee42d276831e040b8ebd384c5 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 151408:420990 (outdated) -->
+<!-- English Revision: 420990 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
         # MSIE masquerades as Netscape, but it is fine<br />
         # BrowserMatch \bMSIE             !no-gzip !gzip-only-text/html<br />
         <br />
-        # NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48<br />
-        # the above regex won't work. You can use the following<br />
-        # workaround to get the desired effect:<br />
-        BrowserMatch \bMSI[E]           !no-gzip !gzip-only-text/html<br />
-        <br />
         # Don't compress images<br />
         SetEnvIfNoCase Request_URI \<br />
         <indent>
index 087fffe81a2bd776d46ed399e735a1d0423be2ca..85a4b9945707cca08d676109c3c8a4719f41bc39 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 151408:420990 (outdated) -->
+<!-- English Revision: 420990 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index a40839c91ada7f5bb2b60b8483222e9e4e8148ed..e37b90c21297b6bde6a26ae3fda8940ac7bb6ed9 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 420990:654507 (outdated) -->
+<!-- English Revision: 654507 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -41,6 +41,7 @@
 <name>ProtocolEcho</name>
 <description>エコーサーバの有効無効を設定します。</description>
 <syntax>ProtocolEcho On|Off</syntax>
+<default>ProtocolEcho Off</default>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>
 <compatibility>Apache 2.0 以降</compatibility>
index 73a8b5257e1a54cd1ea19673a2fa6fc0c5c9d16e..6c40a9ed75b4924f1ff547be2548ddbc4bcaac13 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 151408:420990 (outdated) -->
+<!-- English Revision: 420990 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -51,6 +51,8 @@
 </directivesynopsis>
 <directivesynopsis location="mpm_common"><name>ScoreBoardFile</name>
 </directivesynopsis>
+<directivesynopsis location="mpm_common"><name>ReceiveBufferSize</name>
+</directivesynopsis>
 <directivesynopsis location="mpm_common"><name>SendBufferSize</name>
 </directivesynopsis>
 <directivesynopsis location="mpm_common"><name>ThreadLimit</name>