From 95baefc1a097654ef035a097e7a77081a0a6df87 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 16 Sep 2025 16:08:14 +0200 Subject: [PATCH] #7741 --- Dockerfile | 1 - config/httpd/apache2.conf | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d88b15..ec3d3ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,5 @@ ENV TERM=linux ENV DEBIAN_FRONTEND=noninteractive RUN apt update && apt -y --no-install-recommends install rsync ssh cron -RUN a2enmod headers CMD exec /usr/local/bin/startup \ No newline at end of file diff --git a/config/httpd/apache2.conf b/config/httpd/apache2.conf index 0e18e7d..3b93771 100644 --- a/config/httpd/apache2.conf +++ b/config/httpd/apache2.conf @@ -4,6 +4,8 @@ ErrorLog ${APACHE_LOG_DIR}/error.log HostnameLookups Off +LoadModule headers_module modules/mod_headers.so + # Include module configuration: IncludeOptional mods-enabled/*.load IncludeOptional mods-enabled/*.conf -- 2.39.5