From: Rich Bowen Date: Tue, 28 Apr 2026 19:46:07 +0000 (+0000) Subject: howto/auth: fix authn/authz mixup — s/authentication/authorization/ in backwards... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ff822d39152a847c94fc46d9a2b512d3ce82f40;p=thirdparty%2Fapache%2Fhttpd.git howto/auth: fix authn/authz mixup — s/authentication/authorization/ in backwards compat section (closes #65132) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933461 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml index 97d2fe8f34..21f58eb64f 100644 --- a/docs/manual/howto/auth.xml +++ b/docs/manual/howto/auth.xml @@ -564,7 +564,7 @@ Require host domain_name
Access Control backwards compatibility

One of the side effects of adopting a provider based mechanism for - authentication is that the previous access control directives + authorization is that the previous access control directives Order, Allow, Deny and