From: Rich Bowen
Date: Fri, 1 May 2026 13:32:45 +0000 (+0000)
Subject: Bug 65247: Fix mod_ssl authz providers docs: authentication→authorization, explain...
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce80562df905fcc797e33a79518bd1bf073e2019;p=thirdparty%2Fapache%2Fhttpd.git
Bug 65247: Fix mod_ssl authz providers docs: authentication→authorization, explain Require ssl vs SSLRequireSSL, fix provider name
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933647 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 1bb4f9b5b5..eb76be094f 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -267,15 +267,18 @@ directive.
Authorization providers for use with Require
- mod_ssl provides a few authentication providers for use
- with mod_authz_core's
+
mod_ssl provides the following authorization providers
+ for use with mod_authz_core's
Require directive.
Require ssl
The ssl provider denies access if a connection is not
- encrypted with SSL. This is similar to the
- SSLRequireSSL directive.
+ encrypted with SSL. Unlike the
+ SSLRequireSSL directive, this can be
+ combined with other Require directives in
+ RequireAny or
+ RequireAll blocks.
Require ssl
@@ -285,8 +288,8 @@ directive.
Require ssl-verify-client
- The ssl provider allows access if the user is
- authenticated with a valid client certificate. This is only
+
The ssl-verify-client provider allows access if the
+ user is authenticated with a valid client certificate. This is only
useful if SSLVerifyClient optional is in effect.
The following example grants access if the user is authenticated