From cb27c1744dbfec69ead1de20b2a80e28e744118a Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Sun, 6 Nov 2022 18:06:30 -0700 Subject: [PATCH] Test different cgibin --- back/dashboard.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/dashboard.Dockerfile b/back/dashboard.Dockerfile index 562a720..a351c60 100644 --- a/back/dashboard.Dockerfile +++ b/back/dashboard.Dockerfile @@ -22,7 +22,7 @@ RUN sed -i "s/^$//" \ /etc/apache2/sites-available/000-default.conf RUN sed -i "s/ServerAdmin .*$/ServerAdmin ${ADMIN_EMAIL}/" \ /etc/apache2/sites-available/000-default.conf -RUN sed -i "s|DocumentRoot .*$|DocumentRoot /var/www\n\tScriptAlias / /usr/lib/cgi-bin/|" \ +RUN sed -i "s|DocumentRoot .*$|DocumentRoot /var/www\n\tScriptAlias /cgi-bin/ /usr/lib/cgi-bin/|" \ /etc/apache2/sites-available/000-default.conf # Allow http to run these binaries as root with sudo