]> granicus.if.org Git - apache/commitdiff
Update transformations
authorVincent Bray <noodl@apache.org>
Sun, 9 Mar 2008 02:33:51 +0000 (02:33 +0000)
committerVincent Bray <noodl@apache.org>
Sun, 9 Mar 2008 02:33:51 +0000 (02:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@635140 13f79535-47bb-0310-9956-ffa450edef68

12 files changed:
docs/manual/mod/mod_authn_core.html.en
docs/manual/mod/mod_authz_core.html.en
docs/manual/mod/mod_authz_host.html.en
docs/manual/mod/mod_authz_host.xml.ja
docs/manual/mod/mod_authz_host.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_dav.html.en
docs/manual/mod/mod_dav.xml.ja
docs/manual/mod/mod_dav.xml.ko
docs/manual/ssl/ssl_howto.html.en

index 8002695eedde728c92ad018e2ce800daf140a512..1f4355ed1863f89af3ba476d08f39588f9f15c90 100644 (file)
@@ -91,7 +91,7 @@
         
              AuthType Basic<br />
              AuthName LDAP_Protected_Place<br />
-             require valid-user<br />
+             Require valid-user<br />
           </span>
           &lt;/Directory&gt;<br />
         </code></p></div>
index bc22a43e0cad9f6e53df3c20062e2ae461d1fffc..e50ffa551eb48c8d468868fefb2d08eca3924916 100644 (file)
              AuthName LDAP_Protected_Place<br /><br />
 
              #implied OR operation<br /> 
-             require alias1-ldap-group<br /> 
-             require alias2-ldap-group<br />
+             Require alias1-ldap-group<br /> 
+             Require alias2-ldap-group<br />
           </span> &lt;/Directory&gt;<br />
         </code></p></div>
     
index a5cf4e3bdfde7c55521b28dc2e2534309425b85a..f494892e3c5b9d25b310680076ad1656fa1e1346 100644 (file)
@@ -57,7 +57,7 @@ address)</td></tr>
             directives.</p>
 <h3>Topics</h3>
 <ul id="topics">
-<li><img alt="" src="../images/down.gif" /> <a href="#requiredirectives">The require Directives</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#requiredirectives">The Require Directives</a></li>
 </ul><h3>See also</h3>
 <ul class="seealso">
 <li><a href="../howto/auth.html">Authentication, Authorization,
@@ -67,7 +67,7 @@ address)</td></tr>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2><a name="requiredirectives" id="requiredirectives">The require Directives</a></h2>
+<h2><a name="requiredirectives" id="requiredirectives">The Require Directives</a></h2>
 
     <p>Apache's <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> and 
     <code class="directive"><a href="../mod/mod_authz_core.html#reject">Reject</a></code> directives are 
@@ -83,7 +83,7 @@ address)</td></tr>
     characteristics of the client request captured in environment
     variables.</p>
 
-<h3><a name="reqenv" id="reqenv">require env</a></h3>
+<h3><a name="reqenv" id="reqenv">Require env</a></h3>
 
     <p>The <code>env</code> provider allows access to the server
     to be controlled based on the existence of an <a href="../env.html">environment variable</a>. When <code>Require 
index 0e9c1d4305031968281571d627628aced375f7a3..78c43a779e4e1fb47b588e2c1fc4478f1504057e 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: 327999:420990 (outdated) -->
+<!-- English Revision: 327999:635137 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index c5b2b2f7df23f861d61f66774f3af924b228653f..19486a8e468b2a9338d85bc2a7091bae3765924f 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:635137 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 20276b630accc478e6275c979f1bd56e45bd36f0..f5c49467bf9c24fe7ddc24a53d9391a0b275dc3a 100644 (file)
@@ -36,7 +36,7 @@
     authenticated users can be allowed or denied access to portions
     of the web site. <code class="module"><a href="../mod/mod_authz_user.html">mod_authz_user</a></code> grants
     access if the authenticated user is listed in a <code>Require user</code>
-    directive. Alternatively <code>require valid-user</code> can be used to
+    directive. Alternatively <code>Require valid-user</code> can be used to
     grant access to all successfully authenticated users.</p>
 </div>
 <div id="quickview"><h3 class="directives">Directives</h3>
index bd586a5a27bc75f43ce0a83622e3a638a2f654fd..97bd11401920e44ab763a74fc39a109d5ad2ba04 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:574882 (outdated) -->
+<!-- English Revision: 151408:635137 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 15c06adfa4aca5cc07b73129ff8e777668c95bf4..8b5c19d2d34ce463668688bbf498571ecb4085cf 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:574882 (outdated) -->
+<!-- English Revision: 151408:635137 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 6063808c361f157b828af1589dea5420a82d3b95..8a6d54d78944aa8ea447ad4457f523127fc2c7cf 100644 (file)
          <br />
          &lt;LimitExcept GET POST OPTIONS&gt;<br />
          <span class="indent">
-           require user admin<br />
+           Require user admin<br />
          </span>
          &lt;/LimitExcept&gt;<br />
        </span>
index 2de9409707e4de3d577883ed486bc03851e1427c..c70468b299181eda99edc5e78f3715c52e1a3b94 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:433694 (outdated) -->
+<!-- English Revision: 151408:635137 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 20802ff4e9311b7dad441722f3681b112c1e7b68..4ccef9413f41f7690700fdbac42a13125c0ff040 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:433694 (outdated) -->
+<!-- English Revision: 151408:635137 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 23202239f065334b640b0f1bb7a671c720a308b7..6d38bc1c793c86e753f399cb69b1e10f994afd9b 100644 (file)
@@ -202,7 +202,7 @@ AuthName             "Snake Oil Authentication"
 AuthType             Basic
 AuthBasicProvider    file
 AuthUserFile         /usr/local/apache2/conf/httpd.passwd
-require              valid-user
+Require              valid-user
 &lt;/Directory&gt;</pre></div>
     
     <p>The password used in this example is the DES encrypted string "password".