]> granicus.if.org Git - apache/blobdiff - docs/manual/mod/mod_access_compat.html.en
Merge in APR[-util] macros from branches/trunk-buildconf-noapr
[apache] / docs / manual / mod / mod_access_compat.html.en
index a6ec8bfa74fd8112573a546e4499a217503ddc03..28ffbdb3b13ab45b83c067d9254076811e80f34c 100644 (file)
@@ -1,23 +1,25 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
+<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type" />
+<!--
         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
               This file is generated from xml source: DO NOT EDIT
         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
       -->
-<title>mod_access_compat - Apache HTTP Server</title>
+<title>mod_access_compat - Apache HTTP Server Version 2.5</title>
 <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
 <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
 <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" />
-<script src="../style/scripts/prettify.js" type="text/javascript">
+<script src="../style/scripts/prettify.min.js" type="text/javascript">
 </script>
 
 <link href="../images/favicon.ico" rel="shortcut icon" /></head>
 <body>
 <div id="page-header">
-<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
 <p class="apache">Apache HTTP Server Version 2.5</p>
-<img alt="" src="../images/feather.gif" /></div>
+<img alt="" src="../images/feather.png" /></div>
 <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
 <div id="path">
 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a> &gt; <a href="./">Modules</a></div>
@@ -60,9 +62,15 @@ have been deprecated by the new authz refactoring.  Please see
 
     <div class="warning"><h3>Note</h3>
       <p>The directives provided by <code class="module"><a href="../mod/mod_access_compat.html">mod_access_compat</a></code> have
-      been deprecated by the new authz refactoring. Please see
-      <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code>.</p>
-    </div>
+      been deprecated by <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code>. 
+      Mixing old directives like <code class="directive"><a href="#order">Order</a></code>, <code class="directive"><a href="#allow">Allow</a></code> or <code class="directive"><a href="#deny">Deny</a></code> with new ones like
+      <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> is technically possible 
+      but discouraged. This module was created to support 
+      configurations containing only old directives to facilitate the 2.4 upgrade. 
+      Please check the <a href="../upgrading.html">upgrading</a> guide for more
+      information.
+      </p>
+      </div>
 
     <p>In general, access restriction directives apply to all
     access methods (<code>GET</code>, <code>PUT</code>,
@@ -72,7 +80,7 @@ have been deprecated by the new authz refactoring.  Please see
     in a <code class="directive"><a href="../mod/core.html#limit">&lt;Limit&gt;</a></code> section.</p>
 
     <div class="note"> <h3>Merging of configuration sections</h3>
-      <p>When any directive provided by this module is used in a new 
+      <p>When any directive provided by this module is used in a new
       configuration section, no directives provided by this module are
       inherited from previous configuration sections.</p>
     </div>
@@ -85,12 +93,12 @@ have been deprecated by the new authz refactoring.  Please see
 <li><img alt="" src="../images/down.gif" /> <a href="#order">Order</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#satisfy">Satisfy</a></li>
 </ul>
-<h3>See also</h3>
+<h3>Bugfix checklist</h3><ul class="seealso"><li><a href="https://www.apache.org/dist/httpd/CHANGES_2.4">httpd changelog</a></li><li><a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&amp;list_id=144532&amp;product=Apache%20httpd-2&amp;query_format=specific&amp;order=changeddate%20DESC%2Cpriority%2Cbug_severity&amp;component=mod_access_compat">Known issues</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&amp;component=mod_access_compat">Report a bug</a></li></ul><h3>See also</h3>
 <ul class="seealso">
 <li><code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code></li>
 <li><code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code></li>
 <li><code class="module"><a href="../mod/mod_authz_core.html">mod_authz_core</a></code></li>
-</ul><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
+<li><a href="#comments_section">Comments</a></li></ul></div>
 
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="Allow" id="Allow">Allow</a> <a name="allow" id="allow">Directive</a></h2>
@@ -123,10 +131,8 @@ server</td></tr>
       <dt>A (partial) domain-name</dt>
 
       <dd>
-      <pre class="prettyprint lang-config">
-Allow from example.org
-Allow from .net example.edu
-      </pre>
+      <pre class="prettyprint lang-config">Allow from example.org
+Allow from .net example.edu</pre>
 
       <p>Hosts whose names match, or end in, this string are allowed
       access. Only complete components are matched, so the above
@@ -143,20 +149,16 @@ Allow from .net example.edu
       <dt>A full IP address</dt>
 
       <dd>
-      <pre class="prettyprint lang-config">
-Allow from 10.1.2.3
-Allow from 192.168.1.104 192.168.1.205
-      </pre>
+      <pre class="prettyprint lang-config">Allow from 10.1.2.3
+Allow from 192.168.1.104 192.168.1.205</pre>
 
       <p>An IP address of a host allowed access</p></dd>
 
       <dt>A partial IP address</dt>
 
       <dd>
-      <pre class="prettyprint lang-config">
-Allow from 10.1
-Allow from 10 172.20 192.168.2
-      </pre>
+      <pre class="prettyprint lang-config">Allow from 10.1
+Allow from 10 172.20 192.168.2</pre>
 
       <p>The first 1 to 3 bytes of an IP address, for subnet
       restriction.</p></dd>
@@ -164,9 +166,7 @@ Allow from 10 172.20 192.168.2
       <dt>A network/netmask pair</dt>
 
       <dd>
-      <pre class="prettyprint lang-config">
-        Allow from 10.1.0.0/255.255.0.0
-      </pre>
+      <pre class="prettyprint lang-config">Allow from 10.1.0.0/255.255.0.0</pre>
 
       <p>A network a.b.c.d, and a netmask w.x.y.z. For more
       fine-grained subnet restriction.</p></dd>
@@ -174,9 +174,7 @@ Allow from 10 172.20 192.168.2
       <dt>A network/nnn CIDR specification</dt>
 
       <dd>
-      <pre class="prettyprint lang-config">
-        Allow from 10.1.0.0/16
-      </pre>
+      <pre class="prettyprint lang-config">Allow from 10.1.0.0/16</pre>
 
       <p>Similar to the previous case, except the netmask consists of
       nnn high-order 1 bits.</p></dd>
@@ -188,10 +186,8 @@ Allow from 10 172.20 192.168.2
     <p>IPv6 addresses and IPv6 subnets can be specified as shown
     below:</p>
 
-    <pre class="prettyprint lang-config">
-Allow from 2001:db8::a00:20ff:fea7:ccea
-Allow from 2001:db8::a00:20ff:fea7:ccea/10
-    </pre>
+    <pre class="prettyprint lang-config">Allow from 2001:db8::a00:20ff:fea7:ccea
+Allow from 2001:db8::a00:20ff:fea7:ccea/10</pre>
 
 
     <p>The third format of the arguments to the
@@ -210,14 +206,12 @@ Allow from 2001:db8::a00:20ff:fea7:ccea/10
     <code>User-Agent</code> (browser type), <code>Referer</code>, or
     other HTTP request header fields.</p>
 
-    <pre class="prettyprint lang-config">
-SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in
-&lt;Directory /docroot&gt;
+    <pre class="prettyprint lang-config">SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in
+&lt;Directory "/docroot"&gt;
     Order Deny,Allow
     Deny from all
     Allow from env=let_me_in
-&lt;/Directory&gt;
-    </pre>
+&lt;/Directory&gt;</pre>
 
 
     <p>In this case, browsers with a user-agent string beginning
@@ -225,7 +219,7 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in
     others will be denied.</p>
 
     <div class="note"> <h3>Merging of configuration sections</h3>
-      <p>When any directive provided by this module is used in a new 
+      <p>When any directive provided by this module is used in a new
       configuration section, no directives provided by this module are
       inherited from previous configuration sections.</p>
     </div>
@@ -340,11 +334,9 @@ evaluated.</td></tr>
     <p>In the following example, all hosts in the example.org domain
     are allowed access; all other hosts are denied access.</p>
 
-    <pre class="prettyprint lang-config">
-Order Deny,Allow
+    <pre class="prettyprint lang-config">Order Deny,Allow
 Deny from all
-Allow from example.org
-    </pre>
+Allow from example.org</pre>
 
 
     <p>In the next example, all hosts in the example.org domain are
@@ -354,11 +346,9 @@ Allow from example.org
     state is to <code class="directive"><a href="#deny">Deny</a></code>
     access to the server.</p>
 
-    <pre class="prettyprint lang-config">
-Order Allow,Deny
+    <pre class="prettyprint lang-config">Order Allow,Deny
 Allow from example.org
-Deny from foo.example.org
-    </pre>
+Deny from foo.example.org</pre>
 
 
     <p>On the other hand, if the <code class="directive">Order</code> in the
@@ -377,11 +367,9 @@ Deny from foo.example.org
     directives because of its effect on the default access state. For
     example,</p>
 
-    <pre class="prettyprint lang-config">
-&lt;Directory /www&gt;
+    <pre class="prettyprint lang-config">&lt;Directory "/www"&gt;
     Order Allow,Deny
-&lt;/Directory&gt;
-    </pre>
+&lt;/Directory&gt;</pre>
 
 
     <p>will Deny all access to the <code>/www</code> directory
@@ -401,7 +389,7 @@ Deny from foo.example.org
     work</a>.</p>
 
     <div class="note"> <h3>Merging of configuration sections</h3>
-      <p>When any directive provided by this module is used in a new 
+      <p>When any directive provided by this module is used in a new
       configuration section, no directives provided by this module are
       inherited from previous configuration sections.</p>
     </div>
@@ -419,8 +407,6 @@ user authentication</td></tr>
 <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>AuthConfig</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_access_compat</td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Influenced by <code class="directive"><a href="../mod/core.html#limit">&lt;Limit&gt;</a></code> and <code class="directive"><a href="../mod/core.html#limitexcept">&lt;LimitExcept&gt;</a></code> in version 2.0.51 and
-later</td></tr>
 </table>
     <p>Access policy if both <code class="directive"><a href="#allow">Allow</a></code> and <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> used. The parameter can be
     either <code>All</code> or <code>Any</code>. This directive is only
@@ -439,11 +425,9 @@ later</td></tr>
     people outside of your network provide a password, you could use a
     configuration similar to the following:</p>
 
-    <pre class="prettyprint lang-config">
-Require valid-user
+    <pre class="prettyprint lang-config">Require valid-user
 Allow from 192.168.1
-Satisfy Any
-    </pre>
+Satisfy Any</pre>
 
 
     <p>
@@ -451,16 +435,14 @@ Satisfy Any
     is to relax access restrictions for a subdirectory:
     </p>
 
-    <pre class="prettyprint lang-config">
-&lt;Directory /var/www/private&gt;
+    <pre class="prettyprint lang-config">&lt;Directory "/var/www/private"&gt;
     Require valid-user
 &lt;/Directory&gt;
 
-&lt;Directory /var/www/private/public&gt;
+&lt;Directory "/var/www/private/public"&gt;
     Allow from all
     Satisfy Any
-&lt;/Directory&gt;
-    </pre>
+&lt;/Directory&gt;</pre>
 
 
     <p>In the above example, authentication will be required for the
@@ -471,7 +453,7 @@ Satisfy Any
     be restricted to particular methods by <code class="directive"><a href="../mod/core.html#limit">&lt;Limit&gt;</a></code> and <code class="directive"><a href="../mod/core.html#limitexcept">&lt;LimitExcept&gt;</a></code> sections.</p>
 
     <div class="note"> <h3>Merging of configuration sections</h3>
-      <p>When any directive provided by this module is used in a new 
+      <p>When any directive provided by this module is used in a new
       configuration section, no directives provided by this module are
       inherited from previous configuration sections.</p>
     </div>
@@ -506,8 +488,8 @@ var comments_identifier = 'http://httpd.apache.org/docs/trunk/mod/mod_access_com
     }
 })(window, document);
 //--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+<p class="apache">Copyright 2017 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
 if (typeof(prettyPrint) !== 'undefined') {
     prettyPrint();
 }