]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
docs: Update Limit override class to note legacy status, point to Require/AuthConfig...
authorRich Bowen <rbowen@apache.org>
Thu, 7 May 2026 20:42:40 +0000 (20:42 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 7 May 2026 20:42:40 +0000 (20:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933921 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 72586e1661d0b202718bb0148f7772c896f09c53..139da820f9b2dbb5915ad9eb78470dd035e757a1 100644 (file)
@@ -433,12 +433,15 @@ NoDecode option available in 2.3.12 and later.</compatibility>
       <dt><a href="overrides.html#override-limit">Limit</a></dt>
 
       <dd>
-      Allow use of the directives controlling host access (<directive
+      Allow use of the legacy host access control directives (<directive
       module="mod_access_compat">Allow</directive>, <directive
       module="mod_access_compat">Deny</directive> and <directive
-      module="mod_access_compat">Order</directive>).</dd>
-
-<!-- TODO - Update this for 2.4 syntax -->
+      module="mod_access_compat">Order</directive>). For the modern
+      equivalent, see the <directive module="mod_authz_core">Require</directive>
+      directive, which is controlled by <code>AuthConfig</code>.
+      Also includes <directive module="mod_include">SSIETag</directive>,
+      <directive module="mod_include">SSILastModified</directive>, and
+      <directive module="mod_include">SSILegacyExprParser</directive>.</dd>
 
 
       <dt>Nonfatal=[Override|Unknown|All]</dt>