<?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
決して承認しません。</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>
AuthName MyPrivateFiles<br />
AuthBasicProvider dbm<br />
AuthDBMUserFile /usr/local/apache2/etc/.htdbm-all<br />
- Satisfy All<br />
Require file-owner<br />
</indent>
</Directory>
</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>
<?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>
<?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 />
<VirtualHost 172.20.30.40><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 />
<VirtualHost 172.20.30.50><br />
<indent>
DocumentRoot /www/example1<br />
ServerName www.example.com<br />
- <br />
+ <br />
# Other directives here ...<br />
- <br />
+ <br />
</indent>
</VirtualHost><br />
- <br />
+ <br />
<VirtualHost 172.20.30.50><br />
<indent>
DocumentRoot /www/example2<br />
ServerName www.example.org<br />
- <br />
+ <br />
# Other directives here ...<br />
- <br />
+ <br />
</indent>
</VirtualHost>
</example>
NameVirtualHost 192.168.1.1<br />
NameVirtualHost 172.20.30.40<br />
- <br />
+ <br />
<VirtualHost 192.168.1.1 172.20.30.40><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 />
<VirtualHost 172.20.30.40:80><br />
<indent>
ServerName www.example.com<br />
DocumentRoot /www/domain-80<br />
</indent>
</VirtualHost><br />
- <br />
+ <br />
<VirtualHost 172.20.30.40:8080><br />
<indent>
ServerName www.example.com<br />
DocumentRoot /www/domain-8080<br />
</indent>
</VirtualHost><br />
- <br />
+ <br />
<VirtualHost 172.20.30.40:80><br />
<indent>
ServerName www.example.org<br />
DocumentRoot /www/otherdomain-80<br />
</indent>
</VirtualHost><br />
- <br />
+ <br />
<VirtualHost 172.20.30.40:8080><br />
<indent>
ServerName www.example.org<br />
<title>サーバの設定</title>
Listen 80<br />
- <br />
+ <br />
<VirtualHost 172.20.30.40><br />
<indent>
DocumentRoot /www/example1<br />
ServerName www.example.com<br />
</indent>
</VirtualHost><br />
- <br />
+ <br />
<VirtualHost 172.20.30.50><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 />
<VirtualHost 172.20.30.40:80><br />
<indent>
DocumentRoot /www/example1-80<br />
ServerName www.example.com<br />
</indent>
</VirtualHost><br />
- <br />
+ <br />
<VirtualHost 172.20.30.40:8080><br />
<indent>
DocumentRoot /www/example1-8080<br />
ServerName www.example.com<br />
- </indent>
+ </indent>
</VirtualHost><br />
- <br />
+ <br />
<VirtualHost 172.20.30.50:80><br />
<indent>
DocumentRoot /www/example2-80<br />
ServerName www.example.org<br />
</indent>
</VirtualHost><br />
- <br />
+ <br />
<VirtualHost 172.20.30.50:8080><br />
<indent>
DocumentRoot /www/example2-8080<br />
<title>サーバの設定</title>
Listen 80<br />
- <br />
+ <br />
NameVirtualHost 172.20.30.40<br />
- <br />
+ <br />
<VirtualHost 172.20.30.40><br />
<indent>
DocumentRoot /www/example1<br />
ServerName www.example.com<br />
</indent>
</VirtualHost><br />
- <br />
+ <br />
<VirtualHost 172.20.30.40><br />
<indent>
DocumentRoot /www/example2<br />
ServerName www.example.org<br />
</indent>
</VirtualHost><br />
- <br />
+ <br />
<VirtualHost 172.20.30.40><br />
<indent>
DocumentRoot /www/example3<br />
ServerName www.example3.net<br />
</indent>
</VirtualHost><br />
- <br />
+ <br />
# IP-based<br />
<VirtualHost 172.20.30.50><br />
<indent>
ServerName www.example4.edu<br />
</indent>
</VirtualHost><br />
- <br />
+ <br />
<VirtualHost 172.20.30.60><br />
<indent>
DocumentRoot /www/example5<br />
<example>
<VirtualHost *:*><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 />
</VirtualHost>
# ...<br />
</indent>
</VirtualHost><br />
- <br />
+ <br />
<VirtualHost _default_:*><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 />
<VirtualHost 172.20.30.40 172.20.30.50><br />
<indent>
DocumentRoot /www/example2<br />
# ...<br />
</indent>
</VirtualHost><br />
- <br />
+ <br />
<VirtualHost 172.20.30.40><br />
<indent>
DocumentRoot /www/example3<br />
<title>サーバの設定</title>
NameVirtualHost 172.20.30.40<br />
- <br />
+ <br />
<VirtualHost 172.20.30.40><br />
<indent>
# primary vhost<br />
# ...<br />
</indent>
</VirtualHost><br />
- <br />
+ <br />
<VirtualHost 172.20.30.40><br />
DocumentRoot /www/subdomain/sub1<br />
<indent>
# ...<br />
</indent>
</VirtualHost><br />
- <br />
+ <br />
<VirtualHost 172.20.30.40><br />
<indent>
DocumentRoot /www/subdomain/sub2<br />