* This (experimental) module was part of www/apache24 up to 2.4.62 Differential Revision: https://reviews.freebsd.org/D48514
19 lines
375 B
Plaintext
19 lines
375 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
|
|
To enable mod_tls, uncomment the LoadModule line in
|
|
apache24/modules.d/001-mod_tls.conf
|
|
|
|
LoadModule tls_module ${modDir}/mod_tls.so
|
|
|
|
This module can co-exist with mod_ssl, it is your configuration that
|
|
uses one or the other.
|
|
|
|
To switch from mod_ssl, check the documentation on
|
|
https://github.com/icing/mod_tls#configuration.
|
|
|
|
EOM
|
|
}
|
|
]
|