]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Bug 65247: Fix mod_ssl authz providers docs: authentication→authorization, explain...
authorRich Bowen <rbowen@apache.org>
Fri, 1 May 2026 13:32:45 +0000 (13:32 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 1 May 2026 13:32:45 +0000 (13:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933647 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index 1bb4f9b5b59af2f0bf61deb43636187b01cf1bcc..eb76be094f43c31463210b9495de72fa5bb88b4d 100644 (file)
@@ -267,15 +267,18 @@ directive.</p>
 
 <section id="authzproviders"><title>Authorization providers for use with Require</title>
 
-  <p><module>mod_ssl</module> provides a few authentication providers for use
-  with <module>mod_authz_core</module>'s
+  <p><module>mod_ssl</module> provides the following authorization providers
+  for use with <module>mod_authz_core</module>'s
   <directive module="mod_authz_core">Require</directive> directive.</p>
 
   <section id="reqssl"><title>Require ssl</title>
 
     <p>The <code>ssl</code> provider denies access if a connection is not
-       encrypted with SSL. This is similar to the
-       <directive>SSLRequireSSL</directive> directive.</p>
+       encrypted with SSL. Unlike the
+       <directive>SSLRequireSSL</directive> directive, this can be
+       combined with other <directive>Require</directive> directives in
+       <directive module="mod_authz_core">RequireAny</directive> or
+       <directive module="mod_authz_core">RequireAll</directive> blocks.</p>
 
     <highlight language="config">
       Require ssl
@@ -285,8 +288,8 @@ directive.</p>
 
   <section id="reqverifyclient"><title>Require ssl-verify-client</title>
 
-    <p>The <code>ssl</code> provider allows access if the user is
-       authenticated with a valid client certificate. This is only
+    <p>The <code>ssl-verify-client</code> provider allows access if the
+       user is authenticated with a valid client certificate. This is only
        useful if <code>SSLVerifyClient optional</code> is in effect.</p>
 
     <p>The following example grants access if the user is authenticated