summaryrefslogtreecommitdiffstats
path: root/changes-entries
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2024-10-15 16:30:19 +0200
committerJoe Orton <jorton@apache.org>2024-10-15 16:30:19 +0200
commitfbf57b8bef3b66f817144b655cac7ac3ca463deb (patch)
tree3dc01db4b5a863b0bfc2db87f340b57813ec3d03 /changes-entries
parentCI: Use the image version in the cache keys. This is likely a simpler (diff)
downloadapache2-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 'changes-entries')
-rw-r--r--changes-entries/pr69397.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes-entries/pr69397.txt b/changes-entries/pr69397.txt
new file mode 100644
index 0000000000..32ae57e1f2
--- /dev/null
+++ b/changes-entries/pr69397.txt
@@ -0,0 +1,2 @@
+ *) mod_ssl: Disallow use of "SSLOpenSSLConfCmd" in <VirtualHost>
+ context. PR 69397. [Joe Orton]