mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Add new directive SSLCompression to disable SSL-level compression.
PR: 53219 Submitted by: Björn Jacke <bjoern j3e de>, Stefan Fritsch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1345319 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -138,6 +138,9 @@ static const command_rec ssl_config_cmds[] = {
|
||||
"('[+-][" SSL_PROTOCOLS "] ...' - see manual)")
|
||||
SSL_CMD_SRV(HonorCipherOrder, FLAG,
|
||||
"Use the server's cipher ordering preference")
|
||||
SSL_CMD_SRV(Compression, FLAG,
|
||||
"Enable SSL level compression"
|
||||
"(`on', `off')")
|
||||
SSL_CMD_SRV(InsecureRenegotiation, FLAG,
|
||||
"Enable support for insecure renegotiation")
|
||||
SSL_CMD_ALL(UserName, TAKE1,
|
||||
|
Reference in New Issue
Block a user