9df58642c6
This apache module is necessary for when one wants to use TLS for the services running over httpd. This only addressed RHEL based systems at the moment, since there is no such package available for Ubuntu. This requires apache2.2-common which will carry a lot more dependencies; So I think this should be handled and decided in a separate patch. when installing mod_ssl in RHEL-based distributions, an ssl.conf file is installed in the /etc/httpd/conf.d directory. This file tells httpd to listen on port 443; however, we don't want to do this by default, since this should be explicitly enabled by the container's configuration. This line is thus removed from the configuration. A release note was added, which specifies this. And the last sentence can be removed if this is addressed for debian/ubuntu as well. Related-Bug: #1675490 Co-Authored-By: Martin André <m.andre@redhat.com> Change-Id: Id6215d31547247309d43c031e163fa9e4c4ec5dc
7 lines
325 B
YAML
7 lines
325 B
YAML
---
|
|
features:
|
|
- Images that contain services that run over httpd now ship mod_ssl as well.
|
|
This is useful when deployers want to configure these services to serve TLS
|
|
in the internal network instead of just relying on HAProxy for the TLS
|
|
termination. Note that currently this only applies to RHEL-based images.
|