From 064a8ba1a87f5a7afdbdeae777ef9fc5b7191359 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Thu, 1 Aug 2019 23:29:58 +0100 Subject: [PATCH] Enable the /cgi-bin/ apache2 snippet --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index ca2a7de..43574ea 100755 --- a/build.sh +++ b/build.sh @@ -28,6 +28,7 @@ install_packages ${PACKAGES} \ # Enable the apache modules we need. a2enmod -q cgi rewrite +a2enconf -q serve-cgi-bin # No need to enable the default apache vhost. -- GitLab