AuthType Basic<br />
AuthName LDAP_Protected_Place<br />
- require valid-user<br />
+ Require valid-user<br />
</span>
</Directory><br />
</code></p></div>
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> </Directory><br />
</code></p></div>
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,
</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
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
<?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
<?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
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>
<?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
<?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
<br />
<LimitExcept GET POST OPTIONS><br />
<span class="indent">
- require user admin<br />
+ Require user admin<br />
</span>
</LimitExcept><br />
</span>
<?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
<?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
AuthType Basic
AuthBasicProvider file
AuthUserFile /usr/local/apache2/conf/httpd.passwd
-require valid-user
+Require valid-user
</Directory></pre></div>
<p>The password used in this example is the DES encrypted string "password".