diff options
author | Joe Orton <jorton@apache.org> | 2024-10-15 16:30:19 +0200 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2024-10-15 16:30:19 +0200 |
commit | fbf57b8bef3b66f817144b655cac7ac3ca463deb (patch) | |
tree | 3dc01db4b5a863b0bfc2db87f340b57813ec3d03 /docs | |
parent | CI: Use the image version in the cache keys. This is likely a simpler (diff) | |
download | apache2-fbf57b8bef3b66f817144b655cac7ac3ca463deb.tar.xz apache2-fbf57b8bef3b66f817144b655cac7ac3ca463deb.zip |
mod_ssl: Disallow SSLOpenSSLConfCmd within vhost context since it
has global effect.
* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLOpenSSLConfCmd):
Disallow use within vhost context.
PR: 69397
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921336 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_ssl.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index b28ec9df4b..3bc2063da8 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -2935,8 +2935,7 @@ forward secrecy.</p> <name>SSLOpenSSLConfCmd</name> <description>Configure OpenSSL parameters through its <em>SSL_CONF</em> API</description> <syntax>SSLOpenSSLConfCmd <em>command-name</em> <em>command-value</em></syntax> -<contextlist><context>server config</context> -<context>virtual host</context></contextlist> +<contextlist><context>server config</context></contextlist> <compatibility>Available in httpd 2.4.8 and later, if using OpenSSL 1.0.2 or later</compatibility> <usage> |