summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorVincent Bray <noodl@apache.org>2008-03-09 02:33:51 +0000
committerVincent Bray <noodl@apache.org>2008-03-09 02:33:51 +0000
commit3e79654f313317fe3ef476999b3ba399d701facd (patch)
treeb2ee5994d9db4ccca05769161ef559d1684cce45 /docs/manual
parentabe71efea42549c1e9db979e72d3c9cec176bad6 (diff)
downloadhttpd-3e79654f313317fe3ef476999b3ba399d701facd.tar.gz
Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@635140 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/mod_authn_core.html.en2
-rw-r--r--docs/manual/mod/mod_authz_core.html.en4
-rw-r--r--docs/manual/mod/mod_authz_host.html.en6
-rw-r--r--docs/manual/mod/mod_authz_host.xml.ja2
-rw-r--r--docs/manual/mod/mod_authz_host.xml.ko2
-rw-r--r--docs/manual/mod/mod_authz_user.html.en2
-rw-r--r--docs/manual/mod/mod_authz_user.xml.ja2
-rw-r--r--docs/manual/mod/mod_authz_user.xml.ko2
-rw-r--r--docs/manual/mod/mod_dav.html.en2
-rw-r--r--docs/manual/mod/mod_dav.xml.ja2
-rw-r--r--docs/manual/mod/mod_dav.xml.ko2
-rw-r--r--docs/manual/ssl/ssl_howto.html.en2
12 files changed, 15 insertions, 15 deletions
diff --git a/docs/manual/mod/mod_authn_core.html.en b/docs/manual/mod/mod_authn_core.html.en
index 8002695eed..1f4355ed18 100644
--- a/docs/manual/mod/mod_authn_core.html.en
+++ b/docs/manual/mod/mod_authn_core.html.en
@@ -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>
diff --git a/docs/manual/mod/mod_authz_core.html.en b/docs/manual/mod/mod_authz_core.html.en
index bc22a43e0c..e50ffa551e 100644
--- a/docs/manual/mod/mod_authz_core.html.en
+++ b/docs/manual/mod/mod_authz_core.html.en
@@ -101,8 +101,8 @@
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>
diff --git a/docs/manual/mod/mod_authz_host.html.en b/docs/manual/mod/mod_authz_host.html.en
index a5cf4e3bdf..f494892e3c 100644
--- a/docs/manual/mod/mod_authz_host.html.en
+++ b/docs/manual/mod/mod_authz_host.html.en
@@ -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
diff --git a/docs/manual/mod/mod_authz_host.xml.ja b/docs/manual/mod/mod_authz_host.xml.ja
index 0e9c1d4305..78c43a779e 100644
--- a/docs/manual/mod/mod_authz_host.xml.ja
+++ b/docs/manual/mod/mod_authz_host.xml.ja
@@ -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
diff --git a/docs/manual/mod/mod_authz_host.xml.ko b/docs/manual/mod/mod_authz_host.xml.ko
index c5b2b2f7df..19486a8e46 100644
--- a/docs/manual/mod/mod_authz_host.xml.ko
+++ b/docs/manual/mod/mod_authz_host.xml.ko
@@ -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
diff --git a/docs/manual/mod/mod_authz_user.html.en b/docs/manual/mod/mod_authz_user.html.en
index 20276b630a..f5c49467bf 100644
--- a/docs/manual/mod/mod_authz_user.html.en
+++ b/docs/manual/mod/mod_authz_user.html.en
@@ -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>
diff --git a/docs/manual/mod/mod_authz_user.xml.ja b/docs/manual/mod/mod_authz_user.xml.ja
index bd586a5a27..97bd114019 100644
--- a/docs/manual/mod/mod_authz_user.xml.ja
+++ b/docs/manual/mod/mod_authz_user.xml.ja
@@ -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
diff --git a/docs/manual/mod/mod_authz_user.xml.ko b/docs/manual/mod/mod_authz_user.xml.ko
index 15c06adfa4..8b5c19d2d3 100644
--- a/docs/manual/mod/mod_authz_user.xml.ko
+++ b/docs/manual/mod/mod_authz_user.xml.ko
@@ -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
diff --git a/docs/manual/mod/mod_dav.html.en b/docs/manual/mod/mod_dav.html.en
index 6063808c36..8a6d54d789 100644
--- a/docs/manual/mod/mod_dav.html.en
+++ b/docs/manual/mod/mod_dav.html.en
@@ -104,7 +104,7 @@
<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>
diff --git a/docs/manual/mod/mod_dav.xml.ja b/docs/manual/mod/mod_dav.xml.ja
index 2de9409707..c70468b299 100644
--- a/docs/manual/mod/mod_dav.xml.ja
+++ b/docs/manual/mod/mod_dav.xml.ja
@@ -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
diff --git a/docs/manual/mod/mod_dav.xml.ko b/docs/manual/mod/mod_dav.xml.ko
index 20802ff4e9..4ccef9413f 100644
--- a/docs/manual/mod/mod_dav.xml.ko
+++ b/docs/manual/mod/mod_dav.xml.ko
@@ -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
diff --git a/docs/manual/ssl/ssl_howto.html.en b/docs/manual/ssl/ssl_howto.html.en
index 23202239f0..6d38bc1c79 100644
--- a/docs/manual/ssl/ssl_howto.html.en
+++ b/docs/manual/ssl/ssl_howto.html.en
@@ -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".