From 5a76038aee29956b2be2f7c96318cf782e721999 Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Tue, 25 Nov 2025 11:07:43 +0100 Subject: [PATCH] disable layout wrapping Signed-off-by: Basil Bruhn --- apache/conf/srem.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache/conf/srem.conf b/apache/conf/srem.conf index 057d721..842b211 100644 --- a/apache/conf/srem.conf +++ b/apache/conf/srem.conf @@ -23,7 +23,7 @@ # Explicit CGI directories ScriptAlias /cgibin/ /var/www/srem/cgibin/ - Options +ExecCGI + Options +ExecCGI -Includes Require all granted