diff options
author | Joe Orton <jorton@apache.org> | 2024-10-16 13:41:52 +0200 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2024-10-16 13:41:52 +0200 |
commit | 50df6c8cc0dfeabd659b79e152fc7dd84855ed89 (patch) | |
tree | 22c8327d792f21e056f659e56922b36a6e5ce1a4 /docs | |
parent | mod_ssl: Disallow SSLOpenSSLConfCmd within vhost context since it (diff) | |
download | apache2-50df6c8cc0dfeabd659b79e152fc7dd84855ed89.tar.xz apache2-50df6c8cc0dfeabd659b79e152fc7dd84855ed89.zip |
Revert r1921336.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921357 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_ssl.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 3bc2063da8..b28ec9df4b 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -2935,7 +2935,8 @@ 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></contextlist> +<contextlist><context>server config</context> +<context>virtual host</context></contextlist> <compatibility>Available in httpd 2.4.8 and later, if using OpenSSL 1.0.2 or later</compatibility> <usage> |