]> _ Git - fluidbook-hosting-loadbalancer.git/commitdiff
#7741
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Sep 2025 14:08:14 +0000 (16:08 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Sep 2025 14:08:14 +0000 (16:08 +0200)
Dockerfile
config/httpd/apache2.conf

index 4d88b152a9031cf936f99317ec898842da064fe2..ec3d3ab8d25d6ae6095951aada3ebf087c9a016d 100644 (file)
@@ -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
index 0e18e7d19f8dfc39b7ce6d2b4249314a7fc75ac0..3b937713d91b493b81384fd914d8f14cc910f4c2 100644 (file)
@@ -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