Module mod_sslcompat
SSL backward compatibility
Summary
This module provides backward compatiblity to old/other SSL modules by providing configuration directive stubs which map old directives to mod_ssl's directives. Currently stubs for Apache-SSL and Sioux configuration directives are provided.Installation
This module is not compiled in by default. To enable this module you have to configure Apache via the following command:$ ./configure ... --enable-module=sslcompat
Directive Mapping
The following mappings are done:
Package old Directive mod_ssl Directive Comment Apache-SSL SSLEnable
SSLEngine on
compactified Apache-SSL SSLDisable
SSLEngine off
compactified Apache-SSL SSLCacheServerPath
dir- functionality removed Apache-SSL SSLCacheServerPort
integer- functionality removed Apache-SSL SSLRequiredCiphers
argSSLCipherList
argrenamed Sioux SSL_CertFile
fileSSLCertificateFile
filerenamed Sioux SSL_KeyFile
fileSSLCertificateKeyFile
filerenamed Sioux SSL_CertFileType
arg- functionality not supported Sioux SSL_KeyFileType
arg- functionality not supported Sioux SSL_CipherSuite
argSSLCipherList
argrenamed Sioux SSL_FetchKeyPhraseFrom
arg- not directly mapable Sioux SSL_X509VerifyDir
argSSLCACertificatePath
argrenamed Sioux SSL_X509VerifyPolicy
arg- functionality not supported Sioux SSL_Log
fileSSLLogFile
filerenamed Sioux SSL_LogX509Attributes
arg- functionality not supported Sioux SSL_SessionDir
dirSSLSessionCacheStorage
dir/ssl_scache
renamed Sioux SSL_Connect
flagSSLEngine
flagrenamed Sioux SSL_ClientAuth
argSSLVerifyClient
argrenamed Sioux SSL_X509VerifyDepth
argSSLVerifyDepth
argrenamed