]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_ssl: Disallow SSLOpenSSLConfCmd within vhost context since it
authorJoe Orton <jorton@apache.org>
Tue, 15 Oct 2024 14:30:19 +0000 (14:30 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 15 Oct 2024 14:30:19 +0000 (14:30 +0000)
commitfbf57b8bef3b66f817144b655cac7ac3ca463deb
tree3dc01db4b5a863b0bfc2db87f340b57813ec3d03
parent584ed86f30b46bff41451f874cf52bf0a0db4208
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
changes-entries/pr69397.txt [new file with mode: 0644]
docs/manual/mod/mod_ssl.xml
modules/ssl/ssl_engine_config.c