]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
buildfluff
authorVincent Bray <noodl@apache.org>
Wed, 12 Sep 2007 10:38:26 +0000 (10:38 +0000)
committerVincent Bray <noodl@apache.org>
Wed, 12 Sep 2007 10:38:26 +0000 (10:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@574883 13f79535-47bb-0310-9956-ffa450edef68

34 files changed:
docs/manual/howto/auth.html.en
docs/manual/howto/auth.xml.ja
docs/manual/howto/auth.xml.ko
docs/manual/howto/htaccess.html.en
docs/manual/howto/htaccess.xml.ja
docs/manual/howto/htaccess.xml.ko
docs/manual/howto/htaccess.xml.meta
docs/manual/mod/core.html.en
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.ja
docs/manual/mod/mod_auth_digest.html.en
docs/manual/mod/mod_auth_digest.xml.ko
docs/manual/mod/mod_authn_dbd.html.en
docs/manual/mod/mod_authn_dbm.html.en
docs/manual/mod/mod_authn_dbm.xml.ja
docs/manual/mod/mod_authn_dbm.xml.ko
docs/manual/mod/mod_authn_dbm.xml.meta
docs/manual/mod/mod_authnz_ldap.html.en
docs/manual/mod/mod_authz_dbd.html.en
docs/manual/mod/mod_authz_dbm.html.en
docs/manual/mod/mod_authz_dbm.xml.ko
docs/manual/mod/mod_authz_groupfile.html.en
docs/manual/mod/mod_authz_groupfile.xml.ja
docs/manual/mod/mod_authz_groupfile.xml.ko
docs/manual/mod/mod_authz_owner.html.en
docs/manual/mod/mod_authz_owner.xml.ja
docs/manual/mod/mod_authz_owner.xml.ko
docs/manual/mod/mod_authz_user.html.en
docs/manual/mod/mod_authz_user.xml.ja
docs/manual/mod/mod_authz_user.xml.ko
docs/manual/mod/mod_rewrite.html.en
docs/manual/new_features_2_2.html.en
docs/manual/new_features_2_2.xml.ko
docs/manual/new_features_2_2.xml.pt-br

index a2cea509a2d16dec3600c3e0c0cf0339134004dd..384e9be8a0843c1828074d757675f4a00c5e44ec 100644 (file)
@@ -50,7 +50,7 @@ module from each group.</p>
 
 <ul>
   <li>Authentication type (see the 
-      <code class="directive"><a href="../mod/core.html#authtype">AuthType</a></code> directive)
+      <code class="directive"><a href="../mod/mod_authn_core.html#authtype">AuthType</a></code> directive)
     <ul>
       <li><code class="module"><a href="../mod/mod_auth_basic.html">mod_auth_basic</a></code></li>
       <li><code class="module"><a href="../mod/mod_auth_digest.html">mod_auth_digest</a></code></li>
@@ -70,7 +70,7 @@ module from each group.</p>
     </ul>
   </li>
   <li>Authorization (see the 
-      <code class="directive"><a href="../mod/core.html#require">Require</a></code> directive)
+      <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> directive)
     <ul>
       <li><code class="module"><a href="../mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code></li>
       <li><code class="module"><a href="../mod/mod_authz_dbm.html">mod_authz_dbm</a></code></li>
@@ -217,7 +217,7 @@ module from each group.</p>
       Require user rbowen
     </code></p></div>
 
-    <p>Let's examine each of those directives individually. The <code class="directive"><a href="../mod/core.html#authtype">AuthType</a></code> directive selects
+    <p>Let's examine each of those directives individually. The <code class="directive"><a href="../mod/mod_authn_core.html#authtype">AuthType</a></code> directive selects
     that method that is used to authenticate the user. The most
     common method is <code>Basic</code>, and this is the method
     implemented by <code class="module"><a href="../mod/mod_auth_basic.html">mod_auth_basic</a></code>. It is important to be aware,
@@ -228,7 +228,7 @@ module from each group.</p>
     <code>AuthType Digest</code>. This method is implemented by <code class="module"><a href="../mod/mod_auth_digest.html">mod_auth_digest</a></code> and is much more secure. Most recent
     browsers support Digest authentication.</p>
 
-    <p>The <code class="directive"><a href="../mod/core.html#authname">AuthName</a></code> directive sets
+    <p>The <code class="directive"><a href="../mod/mod_authn_core.html#authname">AuthName</a></code> directive sets
     the <dfn>Realm</dfn> to be used in the authentication. The realm serves
     two major functions. First, the client often presents this information to
     the user as part of the password dialog box. Second, it is used by the
@@ -263,11 +263,11 @@ module from each group.</p>
     party modules in the <a href="http://modules.apache.org/">Apache Modules
     Database</a>.</p>
 
-    <p>Finally, the <code class="directive"><a href="../mod/core.html#require">Require</a></code>
+    <p>Finally, the <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code>
     directive provides the authorization part of the process by
     setting the user that is allowed to access this region of the
     server. In the next section, we discuss various ways to use the
-    <code class="directive"><a href="../mod/core.html#require">Require</a></code> directive.</p>
+    <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> directive.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="lettingmorethanonepersonin" id="lettingmorethanonepersonin">Letting more than one
index 9606c28170ae024575dff2b5c174b0a5a80374e7..e1728d0b4c3f804ec96751cd887f30930b1091f1 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='iso-2022-jp' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 479777:558381 (outdated) -->
+<!-- English Revision: 479777:574882 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index dccbb21a2e89ce1d934a631e810b03cd8b67410b..fba8210f199ec9b52681b266c246fefb240672ed 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:558381 (outdated) -->
+<!-- English Revision: 105989:574882 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index d7d07728e26ec2ed10b1052d8fbb468fdf945fd2..ae60aaafc6c2871f8e65b86cfa8924cca5b4d125 100644 (file)
@@ -39,7 +39,7 @@ changes on a per-directory basis.</p>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="related" id="related">.htaccess files</a></h2>
-    <table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td><ul><li><code class="module"><a href="../mod/core.html">core</a></code></li><li><code class="module"><a href="../mod/mod_authn_file.html">mod_authn_file</a></code></li><li><code class="module"><a href="../mod/mod_authz_groupfile.html">mod_authz_groupfile</a></code></li><li><code class="module"><a href="../mod/mod_cgi.html">mod_cgi</a></code></li><li><code class="module"><a href="../mod/mod_include.html">mod_include</a></code></li><li><code class="module"><a href="../mod/mod_mime.html">mod_mime</a></code></li></ul></td><td><ul><li><code class="directive"><a href="../mod/core.html#accessfilename">AccessFileName</a></code></li><li><code class="directive"><a href="../mod/core.html#allowoverride">AllowOverride</a></code></li><li><code class="directive"><a href="../mod/core.html#options">Options</a></code></li><li><code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code></li><li><code class="directive"><a href="../mod/core.html#sethandler">SetHandler</a></code></li><li><code class="directive"><a href="../mod/core.html#authtype">AuthType</a></code></li><li><code class="directive"><a href="../mod/core.html#authname">AuthName</a></code></li><li><code class="directive"><a href="../mod/mod_authn_file.html#authuserfile">AuthUserFile</a></code></li><li><code class="directive"><a href="../mod/mod_authz_groupfile.html#authgroupfile">AuthGroupFile</a></code></li><li><code class="directive"><a href="../mod/core.html#require">Require</a></code></li></ul></td></tr></table>
+    <table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td><ul><li><code class="module"><a href="../mod/core.html">core</a></code></li><li><code class="module"><a href="../mod/mod_authn_file.html">mod_authn_file</a></code></li><li><code class="module"><a href="../mod/mod_authz_groupfile.html">mod_authz_groupfile</a></code></li><li><code class="module"><a href="../mod/mod_cgi.html">mod_cgi</a></code></li><li><code class="module"><a href="../mod/mod_include.html">mod_include</a></code></li><li><code class="module"><a href="../mod/mod_mime.html">mod_mime</a></code></li></ul></td><td><ul><li><code class="directive"><a href="../mod/core.html#accessfilename">AccessFileName</a></code></li><li><code class="directive"><a href="../mod/core.html#allowoverride">AllowOverride</a></code></li><li><code class="directive"><a href="../mod/core.html#options">Options</a></code></li><li><code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code></li><li><code class="directive"><a href="../mod/core.html#sethandler">SetHandler</a></code></li><li><code class="directive"><a href="../mod/mod_authn_core.html#authtype">AuthType</a></code></li><li><code class="directive"><a href="../mod/mod_authn_core.html#authname">AuthName</a></code></li><li><code class="directive"><a href="../mod/mod_authn_file.html#authuserfile">AuthUserFile</a></code></li><li><code class="directive"><a href="../mod/mod_authz_groupfile.html#authgroupfile">AuthGroupFile</a></code></li><li><code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code></li></ul></td></tr></table>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="what" id="what">What they are/How to use them</a></h2>
index 96f8d79ca380cddb2e156844e810dd76b33618c5..d34e68fd8373b608ec430dce33fcca3da1d85b59 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='iso-2022-jp' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 420990 -->
+<!-- English Revision: 420990:574882 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 0b7e92a625625139b30f0ee559ac990bde6d1b5f..5841bcccb0127d696de93d8afa38a353df8a810c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 151408:420990 (outdated) -->
+<!-- English Revision: 151408:574882 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index b04522ef4f286326c6c4d1d35ec186e5fd857687..96c487a7db2d776052ccf353511be0ba45da8dbe 100644 (file)
@@ -7,7 +7,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ja</variant>
+    <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant>pt-br</variant>
   </variants>
index 68fc23779ca873524d53269372b336149d9aebec..bc8d8a7a01e96b574227f78b8b4636bd6b3ca469 100644 (file)
@@ -449,8 +449,8 @@ be passed through</td></tr>
       Allow use of the authorization directives (<code class="directive"><a href="../mod/mod_authn_dbm.html#authdbmgroupfile">AuthDBMGroupFile</a></code>,
       <code class="directive"><a href="../mod/mod_authn_dbm.html#authdbmuserfile">AuthDBMUserFile</a></code>,
       <code class="directive"><a href="../mod/mod_authz_groupfile.html#authgroupfile">AuthGroupFile</a></code>,
-      <code class="directive"><a href="#authname">AuthName</a></code>,
-      <code class="directive"><a href="#authtype">AuthType</a></code>, <code class="directive"><a href="../mod/mod_authn_file.html#authuserfile">AuthUserFile</a></code>, <code class="directive"><a href="#require">Require</a></code>, <em>etc.</em>).</dd>
+      <code class="directive"><a href="../mod/mod_authn_core.html#authname">AuthName</a></code>,
+      <code class="directive"><a href="../mod/mod_authn_core.html#authtype">AuthType</a></code>, <code class="directive"><a href="../mod/mod_authn_file.html#authuserfile">AuthUserFile</a></code>, <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code>, <em>etc.</em>).</dd>
 
       <dt>FileInfo</dt>
 
index 7be32ac361fe2b11758df68057c5c7470ab85a1f..23b1358dbbbf15b808d755a8c9b54343a53a39d1 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 167959:572011 (outdated) -->
+<!-- English Revision: 167959:574882 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index a99770ef9662788750f513a68cb2dd60920d91ce..acf87a511a82a5e6579784ca578d480d5553cb44 100644 (file)
@@ -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: 190982:572011 (outdated) -->
+<!-- English Revision: 190982:574882 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 56e1c0fbaa3f552023af0828b976b0aa57b55e06..521b7e2c50d9a3149708890695450d296af6fe6e 100644 (file)
@@ -52,9 +52,9 @@
 <li><img alt="" src="../images/down.gif" /> <a href="#msie">Working with MS Internet Explorer</a></li>
 </ul><h3>See also</h3>
 <ul class="seealso">
-<li><code class="directive"><a href="../mod/core.html#authname">AuthName</a></code></li>
-<li><code class="directive"><a href="../mod/core.html#authtype">AuthType</a></code></li>
-<li><code class="directive"><a href="../mod/core.html#require">Require</a></code></li>
+<li><code class="directive"><a href="../mod/mod_authn_core.html#authname">AuthName</a></code></li>
+<li><code class="directive"><a href="../mod/mod_authn_core.html#authtype">AuthType</a></code></li>
+<li><code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code></li>
 <li><a href="../howto/auth.html">Authentication howto</a></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
index 5bc6adaf2f485c8cf2a13c3e2a20a165f9ebe3ed..fb933b187ea9d93af0e41c9f30ffc811b97d7439 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:420990 (outdated) -->
+<!-- English Revision: 105989:574882 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index dce6c149c4c11e665dd69e4084769abee8cffc0a..4d487f16b2c35977820b55164a0ce708b48d7a7c 100644 (file)
@@ -56,8 +56,8 @@
 <li><img alt="" src="../images/down.gif" /> <a href="#exposed">Exposing Login Information</a></li>
 </ul><h3>See also</h3>
 <ul class="seealso">
-<li><code class="directive"><a href="../mod/core.html#authname">AuthName</a></code></li>
-<li><code class="directive"><a href="../mod/core.html#authtype">AuthType</a></code></li>
+<li><code class="directive"><a href="../mod/mod_authn_core.html#authname">AuthName</a></code></li>
+<li><code class="directive"><a href="../mod/mod_authn_core.html#authtype">AuthType</a></code></li>
 <li>
   <code class="directive"><a href="../mod/mod_auth_basic.html#authbasicprovider">AuthBasicProvider</a></code>
 </li>
index cc0a9f6aea8cb4338a5db42fb83b3a7c3b9011e4..033f4be8027c6e571ca5e2b4635e2d9c76ccba4e 100644 (file)
@@ -51,8 +51,8 @@
 </ul>
 <h3>See also</h3>
 <ul class="seealso">
-<li><code class="directive"><a href="../mod/core.html#authname">AuthName</a></code></li>
-<li><code class="directive"><a href="../mod/core.html#authtype">AuthType</a></code></li>
+<li><code class="directive"><a href="../mod/mod_authn_core.html#authname">AuthName</a></code></li>
+<li><code class="directive"><a href="../mod/mod_authn_core.html#authtype">AuthType</a></code></li>
 <li>
   <code class="directive"><a href="../mod/mod_auth_basic.html#authbasicprovider">AuthBasicProvider</a></code>
 </li>
index 0d6ae18a0baf9032a7921027041dbad5094318f3..af50b3cb2f1628c5887664fed6b12e7f006560aa 100644 (file)
@@ -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: 420990 -->
+<!-- English Revision: 420990:574882 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index b670e2aa8060eb7947df4d9846b29e14fa4c2a7c..fd80e0653bbcddf4f9b08f4d602bf84ffbf07461 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:420990 (outdated) -->
+<!-- English Revision: 105989:574882 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index ac0ad44727c36252d735bc855ca721dc192ce337..d17329e628061ff04c10a08ebc832439bdafb366 100644 (file)
@@ -7,7 +7,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ja</variant>
+    <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>
 </metafile>
index 387a0cf86d2408602c7991d7c4739a3c870bdef8..f677fc331d1f7f97b0489f9ef681fe5dadfbe099 100644 (file)
@@ -151,7 +151,7 @@ for HTTP Basic authentication.</td></tr>
     authentication provider can be enabled through the 
     <code class="directive"><a href="../mod/mod_auth_basic.html#authbasicprovider">AuthBasicProvider</a></code> directive 
     using the <code>ldap</code> value. The authz_ldap handler extends the 
-    <code class="directive"><a href="../mod/core.html#require">Require</a></code> directive's authorization types
+    <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> directive's authorization types
     by adding <code>ldap-user</code>, <code>ldap-dn</code> and <code>ldap-group</code> 
     values.</p>
 
@@ -219,7 +219,7 @@ for HTTP Basic authentication.</td></tr>
     <code class="module"><a href="../mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code> to do a compare operation on the
     LDAP server. This is why this phase is often referred to as the
     compare phase. <code class="module"><a href="../mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code> accepts the
-    following <code class="directive"><a href="../mod/core.html#require">Require</a></code>
+    following <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code>
     directives to determine if the credentials are acceptable:</p>
 
     <ul>
@@ -248,14 +248,14 @@ for HTTP Basic authentication.</td></tr>
       <li>otherwise, deny or decline access</li>
     </ul>
 
-    <p>Other <code class="directive"><a href="../mod/core.html#require">Require</a></code> values may also
+    <p>Other <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> values may also
     be used which may require loading additional authorization modules.
-    Note that if you use a <code class="directive"><a href="../mod/core.html#require">Require</a></code>
+    Note that if you use a <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code>
     value from another authorization module, you will need to ensure that
     <code class="directive"><a href="#authzldapauthoritative">AuthzLDAPAuthoritative</a></code>
     is set to <code>off</code> to allow the authorization phase to fall
     back to the module providing the alternate
-    <code class="directive"><a href="../mod/core.html#require">Require</a></code> value.</p>
+    <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> value.</p>
 
     <ul>
         <li>Grant access if there is a <a href="#requser"><code>Require
@@ -312,7 +312,7 @@ for HTTP Basic authentication.</td></tr>
 <div class="section">
 <h2><a name="requiredirectives" id="requiredirectives">The Require Directives</a></h2>
 
-    <p>Apache's <code class="directive"><a href="../mod/core.html#require">Require</a></code>
+    <p>Apache's <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code>
     directives are used during the authorization phase to ensure that
     a user is allowed to access a resource.  mod_authnz_ldap extends the 
     authorization types with <code>ldap-user</code>, <code>ldap-dn</code>, 
index 7aa1d9682d034c9bd039c29147c0d5e248f94820..a9ca6057b42beccd574d7d5138860aa77bb6ffa2 100644 (file)
@@ -49,7 +49,7 @@
 <li><img alt="" src="../images/down.gif" /> <a href="#example">Configuration Example</a></li>
 </ul><h3>See also</h3>
 <ul class="seealso">
-<li><code class="directive"><a href="../mod/core.html#require">Require</a></code></li>
+<li><code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code></li>
 <li><code class="directive"><a href="../mod/mod_dbd.html#dbdriver">DBDriver</a></code></li>
 <li><code class="directive"><a href="../mod/mod_dbd.html#dbdparams">DBDParams</a></code></li>
 </ul></div>
@@ -63,7 +63,7 @@ Specifically, we can maintain a logged in/logged out status in
 the database, and control the status via designated URLs (subject
 of course to users supplying the necessary credentials).</p>
 <p>This works by defining two special
-<code class="directive"><a href="../mod/core.html#require">Require</a></code> types:
+<code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> types:
 <code>Require dbd-login</code> and <code>Require dbd-logout</code>.
 For usage details, see the configuration example below.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -158,7 +158,7 @@ header is present</td></tr>
 </table>
     <p>The <code class="directive">AuthzDBDQuery</code> specifies an SQL
     query to run.  The purpose of the query depends on the
-    <code class="directive"><a href="../mod/core.html#require">Require</a></code> directive in
+    <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> directive in
     effect.</p>
     <ul>
     <li>With <code>Require dbd-group</code>, it specifies a query
index cd332cbdc71552f7f225e0bb472dbd1f2d262fe4..712008d5b257660ff424fe0de7ba1f1a3cc88b52 100644 (file)
@@ -43,7 +43,7 @@
 </ul>
 <h3>See also</h3>
 <ul class="seealso">
-<li><code class="directive"><a href="../mod/core.html#require">Require</a></code></li>
+<li><code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code></li>
 </ul></div>
 
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
index 725ff5af00da3b171f60b1b8a5f3c2942b8f613e..01f5c29e2f9bb695e3665a673d202dc6308eeeb5 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 111480:420990 (outdated) -->
+<!-- English Revision: 111480:574882 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 0b977823592cbb0ce1431043c9ad9cd5220e96bf..08d1e8580d797c1a0e0cee84612a0e42dc8592e9 100644 (file)
@@ -43,7 +43,7 @@
 </ul>
 <h3>See also</h3>
 <ul class="seealso">
-<li><code class="directive"><a href="../mod/core.html#require">Require</a></code></li>
+<li><code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code></li>
 </ul></div>
 
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
index d1fdd0b9eb336096cf69c97d326275bb3d7542d7..fa8afdfe7a2a8f46cdd21443056db522c3d7ebcc 100644 (file)
@@ -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: 151408:420990 (outdated) -->
+<!-- English Revision: 151408:574882 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 282bc07fc7f4cb386348614a7e637032d7d65bd6..700663eda790dae67d92886fcadd39dbe8b2aade 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 151408:420990 (outdated) -->
+<!-- English Revision: 151408:574882 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 3cb9941d94ec22f2234d6c5ccd345164e26ef9e8..6eda2f9ef9c6133e5a9097cdf62b7928a8556f34 100644 (file)
@@ -76,7 +76,7 @@
 <li><img alt="" src="../images/down.gif" /> <a href="#examples">Configuration Examples</a></li>
 </ul><h3>See also</h3>
 <ul class="seealso">
-<li><code class="directive"><a href="../mod/core.html#require">Require</a></code></li>
+<li><code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
index 8fb4e8fb54bd42536ec67610f8642c4ec6d3bb98..6f1c5a206e8279a51d3a82b6d924f3fe59f92c8b 100644 (file)
@@ -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: 151408:420993 (outdated) -->
+<!-- English Revision: 151408:574882 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 115fae449847ea7b067c6b8202201f718ea3226e..a67d34c03ddf5f4dcac773c4ad18213837de5f85 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 151408:420993 (outdated) -->
+<!-- English Revision: 151408:574882 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 9852d3cf00afea7f9b9cbc8add05901f657bddd5..988dbf81af9cd11a8bfb92581206f6257ac8e604 100644 (file)
@@ -44,7 +44,7 @@
             directives.</p>
 <h3>See also</h3>
 <ul class="seealso">
-<li><code class="directive"><a href="../mod/core.html#require">Require</a></code></li>
+<li><code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code></li>
 </ul></div>
 
 </div>
index d2cd138823870adccc565391e99a2c6e79ff5691..bd586a5a27bc75f43ce0a83622e3a638a2f654fd 100644 (file)
@@ -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: 151408:420990 (outdated) -->
+<!-- English Revision: 151408:574882 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 5565d84b4b791e0842cfa6c9a49e61cafcbe8b76..15c06adfa4aca5cc07b73129ff8e777668c95bf4 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 151408:420990 (outdated) -->
+<!-- English Revision: 151408:574882 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index ba179534f48e94372feb1a95a9abb8e8c5ece875..fc02d5c2a94cb104524e4a4de8ed930e4cd79b97 100644 (file)
@@ -436,7 +436,15 @@ Result:
        value of a header sent in the HTTP request.
         Example: <code>%{HTTP:Proxy-Connection}</code> is
         the value of the HTTP header
-        ``<code>Proxy-Connection:</code>''.</li>
+        ``<code>Proxy-Connection:</code>''.
+        <p>If a HTTP header is used in a condition this header is added to
+        the Vary header of the response in case the condition evaluates to
+        to true for the request. It is <strong>not</strong> added if the
+        condition evaluates to false for the request. Adding the HTTP header
+        to the Vary header of the response is needed for proper caching.</p>
+        <p>It has to be kept in mind that conditions follow a short circuit
+        logic in the case of the '<strong><code>ornext|OR</code></strong>' flag
+        so that certain conditions might not be evaluated at all.</p></li>
 
         <li>
         <code>%{LA-U:variable}</code> can be used for look-aheads which perform
@@ -594,6 +602,16 @@ RewriteRule ...some special stuff for any of these hosts...
           Without this flag you would have to write the condition/rule
           pair three times.
         </li>
+
+        <li>'<strong><code>novary|NV</code></strong>'
+        (<strong>n</strong>o <strong>v</strong>ary)<br />
+        If a HTTP header is used in the condition, this flag prevents
+        this header from being added to the Vary header of the response. <br />
+        Using this flag might break proper caching of the response if
+        the representation of this response varies on the value of this header.
+        So this flag should be only used if the meaning of the Vary header
+        is well understood.
+        </li>
       </ul>
       </li>
      </ol>
index b3458df2198b93065de45a4326d793ced01c7c5a..6d5e9f6bfada197df96c517f89d9716f46e76b98 100644 (file)
           <code>mod_auth_ldap</code> module to the 2.2 <code>Authn/Authz</code> 
           framework.  New features include using LDAP attribute values and 
           complicated search filters in the 
-          <code class="directive"><a href="./mod/core.html#require">Require</a></code> directive.</dd>
+          <code class="directive"><a href="./mod/mod_authz_core.html#require">Require</a></code> directive.</dd>
 
       <dt><code class="module"><a href="./mod/mod_info.html">mod_info</a></code></dt>
       <dd>Added a new <code>?config</code> argument which will show
index c30a048c63e21839a05343ce159e4d60f3b287ab..d63adcc3e51a6db5b9df35e4d0892338a5e49e3e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:557015 (outdated) -->
+<!-- English Revision: 105989:574882 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index e7554eb24f5b00157fd3938e63bb849c55e19484..51b21fe7ff371a152e3b9f8a99fc2b43c656952a 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.pt-br.xsl"?>
-<!-- English Revision: 151408:557015 (outdated) -->
+<!-- English Revision: 151408:574882 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more