From 9a91296a2940121726d6bb0d05dbbd1d67edfb47 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 28 Apr 2022 10:24:00 -0400 Subject: [PATCH] Merge from debian patch 0001-Adapt-apache2.conf-to-work-out-of-the-box.patch --- misc/apache.conf.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/apache.conf.in b/misc/apache.conf.in index cb9c08667..bb611c9a3 100644 --- a/misc/apache.conf.in +++ b/misc/apache.conf.in @@ -29,6 +29,7 @@ Options -Indexes +FollowSymLinks AllowOverride All + Require all granted # Apache 2.4 Require all granted @@ -40,6 +41,7 @@ + # Remember to enable cgi mod (i.e. "a2enmod cgi"). ScriptAlias /cgi-bin "@CGI_PREFIX@" Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch