]> granicus.if.org Git - apache/commitdiff
Sync.
authorHiroaki Kawai <kawai@apache.org>
Mon, 16 Jun 2008 15:10:24 +0000 (15:10 +0000)
committerHiroaki Kawai <kawai@apache.org>
Mon, 16 Jun 2008 15:10:24 +0000 (15:10 +0000)
Submitted by: takashi
Reviewed by: kawai

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

docs/manual/custom-error.xml.ja
docs/manual/dso.xml.ja
docs/manual/mod/directive-dict.xml.ja
docs/manual/mod/mod_authz_owner.xml.ja
docs/manual/mod/mod_authz_user.xml.ja
docs/manual/vhosts/examples.xml.ja

index b3b2f4df8fd18c206b7ec94cc3ce30f3348cdb34..c680fe2befa5f28768e2bad9e726dd437cf1e254 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 420990:558686 (outdated) -->
+<!-- English Revision: 558686 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
       ErrorDocument &lt;3-digit-code&gt; &lt;action&gt;
     </example>
 
-        <p>action (動作) は、</p>
+        <p>action (動作) は、下記のいずれかです</p>
 
         <ol>
-          <li>表示されるべきテキスト。テキストには引用符 (") をつけます。
-          引用符の後に続くものが何でも表示されます。
-          <em>注意 : (") は表示されません</em></li>
+          <li>表示するテキスト。テキストは引用符 (") で囲んで指定します。</li>
 
           <li>リダイレクト先の外部 URL </li>
 
index 32bd4ef751a817d9e24552878c8e78edfed5d607..17d507b98f129f10771006c88777241f3c4e1c6c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 420990:587444 (outdated) -->
+<!-- English Revision: 587444 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -82,7 +82,7 @@
 
 <section id="usage"><title>使用法の概要</title>
 
-    <p>Apache 2.2 の DSO 機能の概略を知ることができるための、
+    <p>Apache 2.x の DSO 機能の概略を知ることができるための、
     短く簡潔な概要です:</p>
 
     <ol>
index 02cbd33248fe17e4eb82b8226c3c28c0102efab8..6fb6568d3f90772dc11e6d98002051a8ed286aa0 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.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
@@ -95,7 +95,7 @@
 
       <dt><em>regex</em></dt>
 
-      <dd>Perl 互換の<a href="../glossary.html#regex">正規表現</a>です。
+      <dd>Perl 互換の<glossary ref="regex">正規表現</glossary>です。
       ディレクティブの定義が <em>regex</em>
       が何に対してマッチを行なうのかを指定します。</dd>
 
index edbb751584fd5fa786ce08bcdf5a5778a4642641..c25f7fa431d899f7c962d0d66b646db48e40f1dc 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
@@ -72,8 +72,7 @@
       決して承認しません。</p>
     </note>
 </summary>
-<seealso><directive module="core">Require</directive></seealso>
-<seealso><directive module="core">Satisfy</directive></seealso>
+<seealso><directive module="mod_authz_core">Require</directive></seealso>
 
 <section id="examples"><title>設定例</title>
 
@@ -95,7 +94,6 @@
           AuthName MyPrivateFiles<br />
           AuthBasicProvider dbm<br />
           AuthDBMUserFile /usr/local/apache2/etc/.htdbm-all<br />
-          Satisfy All<br />
           Require file-owner<br />
         </indent>
         &lt;/Directory&gt;
     </section>
 </section>
 
-<directivesynopsis>
-<name>AuthzOwnerAuthoritative</name>
-<description>承認が下位承認モジュールに渡されるかどうかを設定する</description>
-<syntax>AuthzOwnerAuthoritative On|Off</syntax>
-<default>AuthzOwnerAuthoritative On</default>
-<contextlist><context>directory</context><context>.htaccess</context>
-</contextlist>
-<override>AuthConfig</override>
-
-<usage>
-    <p><directive>AuthzOwnerAuthoritative</directive> ディレクティブを
-    明示的に <code>Off</code> に設定すると、以下の場合に認証が
-    (<code>modules.c</code> で定義されている) 下位のモジュールに
-    渡されるようにします:</p>
-
-    <ul>
-    <li><code>file-owner</code> の場合は、提供されたウェブユーザ名に
-    ファイルシステムの所有者が一致しないか、所有者がわからない場合。</li>
-
-    <li><code>file-group</code> の場合は、提供されたウェブユーザ名が
-    ファイルシステムグループに存在しないか、わからない場合。</li>
-    </ul>
-
-    <p>値を <code>Off</code> に設定すると、<code>file-owner</code> と
-    <code>file-group</code> を組み合わせることもできるようになり、
-    その場合はどちらか (両方でも) にマッチした場合にアクセスを許可されます。</p>
-
-    <p>デフォルトでは制御は渡されず、未知のグループの場合は Authentication
-    Required 応答が返されます。ですから、<code>Off</code> に設定しないことで
-    システムを安全に保つことができ、NCSA 互換の振る舞いをさせることになります。</p>
-</usage>
-</directivesynopsis>
-
 </modulesynopsis>
index cde773333938a99580696eca658bb99a7a59c50d..ee41a8021eeba71aae2ecdb41dcc1d2ccdcf114c 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:635137 (outdated) -->
+<!-- English Revision: 635137 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
     <module>mod_authz_user</module> は認証されたユーザが
     <code>Require user</code> ディレクティブに書かれていれば
     アクセスを認めます。認証に成功したユーザすべてにアクセスを
-    許可するには、代わりに <code>require valid-user</code> を
+    許可するには、代わりに <code>Require valid-user</code> を
     使うことができます。</p>
 </summary>
-<seealso><directive module="core">Require</directive></seealso>
-<seealso><directive module="core">Satisfy</directive></seealso>
-
-<directivesynopsis>
-<name>AuthzUserAuthoritative</name>
-<description>承認が下位のモジュールに渡されるかどうかを設定する</description>
-<syntax>AuthzUserAuthoritative On|Off</syntax>
-<default>AuthzUserAuthoritative On</default>
-<contextlist><context>directory</context><context>.htaccess</context>
-</contextlist>
-<override>AuthConfig</override>
-
-<usage>
-    <p><directive>AuthzUserAuthoritative</directive> ディレクティブを
-    明示的に <code>Off</code> に設定すると userID に対応する
-    <strong>グループがない場合に</strong>、
-    (<code>module.c</code> で定義されている) 下位のモジュールにグループ承認を
-    渡すことを許可します。</p>
-
-    <p>デフォルトでは制御は渡されず、未知のグループの場合は Authentication
-    Required 応答が返されます。ですから、これを設定しないと
-    システムを安全に保つことができ、NCSA 互換の振る舞いをさせることになります。</p>
-</usage>
-</directivesynopsis>
+<seealso><directive module="mod_authz_core">Require</directive></seealso>
 
 </modulesynopsis>
index 7d909379615f8dfe428522f25b47abb9bfb44612..c6f418031b9c3b96eac683a0987d1a15089c4bfb 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 420990:659902 (outdated) -->
+<!-- English Revision: 659902 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
 
             <example>
             NameVirtualHost 172.20.30.40<br />
-                                               <br />
+            <br />
             &lt;VirtualHost 172.20.30.40&gt;<br />
-                       # etc ...
+             # etc ...
             </example>
 
           <p>しかし、IP アドレスが予測不可能なシステム
     <title>サーバの設定</title>
 
     Listen 80<br />
-               <br />
+    <br />
     # This is the "main" server running on 172.20.30.40<br />
     ServerName server.domain.com<br />
     DocumentRoot /www/mainserver<br />
-               <br />
+    <br />
     # This is the other address<br />
     NameVirtualHost 172.20.30.50<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.50&gt;<br />
     <indent>
         DocumentRoot /www/example1<br />
         ServerName www.example.com<br />
-                       <br />
+        <br />
         # Other directives here ...<br />
-                               <br />
+        <br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.50&gt;<br />
     <indent>
         DocumentRoot /www/example2<br />
         ServerName www.example.org<br />
-                               <br />
+        <br />
         # Other directives here ...<br />
-                               <br />
+        <br />
     </indent>
     &lt;/VirtualHost&gt;
     </example>
 
     NameVirtualHost 192.168.1.1<br />
     NameVirtualHost 172.20.30.40<br />
-               <br />
+    <br />
     &lt;VirtualHost 192.168.1.1 172.20.30.40&gt;<br />
     <indent>
         DocumentRoot /www/server1<br />
 
     Listen 80<br />
     Listen 8080<br />
-               <br />
+    <br />
     NameVirtualHost 172.20.30.40:80<br />
     NameVirtualHost 172.20.30.40:8080<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40:80&gt;<br />
     <indent>
         ServerName www.example.com<br />
         DocumentRoot /www/domain-80<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40:8080&gt;<br />
     <indent>
         ServerName www.example.com<br />
         DocumentRoot /www/domain-8080<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40:80&gt;<br />
     <indent>
         ServerName www.example.org<br />
         DocumentRoot /www/otherdomain-80<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40:8080&gt;<br />
     <indent>
         ServerName www.example.org<br />
     <title>サーバの設定</title>
 
     Listen 80<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40&gt;<br />
     <indent>
         DocumentRoot /www/example1<br />
         ServerName www.example.com<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.50&gt;<br />
     <indent>
         DocumentRoot /www/example2<br />
     Listen 172.20.30.40:8080<br />
     Listen 172.20.30.50:80<br />
     Listen 172.20.30.50:8080<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40:80&gt;<br />
     <indent>
         DocumentRoot /www/example1-80<br />
         ServerName www.example.com<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40:8080&gt;<br />
     <indent>
         DocumentRoot /www/example1-8080<br />
         ServerName www.example.com<br />
-               </indent>
+    </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.50:80&gt;<br />
     <indent>
         DocumentRoot /www/example2-80<br />
         ServerName www.example.org<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.50:8080&gt;<br />
     <indent>
         DocumentRoot /www/example2-8080<br />
     <title>サーバの設定</title>
 
     Listen 80<br />
-               <br />
+    <br />
     NameVirtualHost 172.20.30.40<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40&gt;<br />
     <indent>
         DocumentRoot /www/example1<br />
         ServerName www.example.com<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40&gt;<br />
     <indent>
         DocumentRoot /www/example2<br />
         ServerName www.example.org<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40&gt;<br />
     <indent>
         DocumentRoot /www/example3<br />
         ServerName www.example3.net<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     # IP-based<br />
     &lt;VirtualHost 172.20.30.50&gt;<br />
     <indent>
         ServerName www.example4.edu<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.60&gt;<br />
     <indent>
         DocumentRoot /www/example5<br />
     <example>
     &lt;VirtualHost *:*&gt;<br />
         ProxyPreserveHost On<br />
-        ProxyPass / http://192.168.111.2<br />
+        ProxyPass / http://192.168.111.2/<br />
         ProxyPassReverse / http://192.168.111.2/<br />
         ServerName hostname.example.com<br />
     &lt;/VirtualHost&gt;
         # ...<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost _default_:*&gt;<br />
     <indent>
         DocumentRoot /www/default<br />
     Listen 80<br />
     ServerName www.example.com<br />
     DocumentRoot /www/example1<br />
-               <br />
+    <br />
     NameVirtualHost 172.20.30.40<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40 172.20.30.50&gt;<br />
     <indent>
         DocumentRoot /www/example2<br />
         # ...<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40&gt;<br />
     <indent>
         DocumentRoot /www/example3<br />
     <title>サーバの設定</title>
 
     NameVirtualHost 172.20.30.40<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40&gt;<br />
     <indent>
         # primary vhost<br />
         # ...<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40&gt;<br />
     DocumentRoot /www/subdomain/sub1<br />
     <indent>
         # ...<br />
     </indent>
     &lt;/VirtualHost&gt;<br />
-               <br />
+    <br />
     &lt;VirtualHost 172.20.30.40&gt;<br />
     <indent>
         DocumentRoot /www/subdomain/sub2<br />