From b1588f5cd3b62261d2c82dd60e82fc808c1a8fe7 Mon Sep 17 00:00:00 2001 From: Joe Roberts Date: Wed, 3 Jan 2024 17:18:05 -0800 Subject: [PATCH] Updated mod_fcgid download links --- docker/test/Dockerfile | 2 +- docker/wms_service/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/test/Dockerfile b/docker/test/Dockerfile index 96c13ac3..2309def6 100755 --- a/docker/test/Dockerfile +++ b/docker/test/Dockerfile @@ -88,7 +88,7 @@ RUN luarocks install lpeg && luarocks install cqueues && luarocks install openss # FastCGI module WORKDIR /tmp -RUN wget --no-check-certificate https://www.apache.org/dist/httpd/mod_fcgid/mod_fcgid-2.3.9.tar.gz +RUN wget https://downloads.apache.org/httpd/mod_fcgid/mod_fcgid-2.3.9.tar.gz RUN tar xf mod_fcgid-2.3.9.tar.gz WORKDIR /tmp/mod_fcgid-2.3.9 RUN APXS=/usr/bin/apxs ./configure.apxs diff --git a/docker/wms_service/Dockerfile b/docker/wms_service/Dockerfile index ee383e1f..23b4c385 100644 --- a/docker/wms_service/Dockerfile +++ b/docker/wms_service/Dockerfile @@ -80,7 +80,7 @@ RUN luarocks install lpeg && \ # FastCGI module WORKDIR /tmp -RUN wget --no-check-certificate https://www.apache.org/dist/httpd/mod_fcgid/mod_fcgid-2.3.9.tar.gz +RUN wget https://downloads.apache.org/httpd/mod_fcgid/mod_fcgid-2.3.9.tar.gz RUN tar xf mod_fcgid-2.3.9.tar.gz WORKDIR /tmp/mod_fcgid-2.3.9 RUN APXS=/usr/bin/apxs ./configure.apxs