2.4.29-r1 release

Configure X-Forwarded-Proto to use HTTPS if apache is behind a SSL reverse proxy.
This commit is contained in:
Bitnami Bot
2018-01-25 09:56:17 +00:00
parent f6767175dc
commit e671410774
2 changed files with 4 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
FROM bitnami/minideb-extras:jessie-r22
FROM bitnami/minideb-extras:jessie-r23
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages libapr1 libaprutil1 libc6 libexpat1 libffi6 libgmp10 libgnutls-deb0-28 libhogweed2 libldap-2.4-2 libnettle4 libp11-kit0 libpcre3 libsasl2-2 libssl1.0.0 libtasn1-6 libuuid1 zlib1g
RUN bitnami-pkg unpack apache-2.4.29-0 --checksum 38af9f5ee6088655536238d9f70f4ce7fd6047e1c84fd5b02fa351efbc4f60c6
RUN bitnami-pkg unpack apache-2.4.29-1 --checksum 42114e87aafb1d519ab33451b6836873bca125d78ce7423c5f7f1de4a7198596
RUN ln -sf /opt/bitnami/apache/htdocs /app
COPY rootfs /
@@ -11,7 +11,7 @@ COPY rootfs /
ENV APACHE_HTTPS_PORT_NUMBER="443" \
APACHE_HTTP_PORT_NUMBER="80" \
BITNAMI_APP_NAME="apache" \
BITNAMI_IMAGE_VERSION="2.4.29-r0" \
BITNAMI_IMAGE_VERSION="2.4.29-r1" \
PATH="/opt/bitnami/apache/bin:$PATH"
EXPOSE 80 443

View File

@@ -398,7 +398,7 @@ Discussions are archived at [bitnami-oss.slackarchive.io](https://bitnami-oss.sl
# License
Copyright (c) 2015-2017 Bitnami
Copyright (c) 2015-2018 Bitnami
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.