From 0f0ceb374b84fb975655bd6d077133d443a960af Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Tue, 11 Nov 2025 13:07:57 +0100 Subject: [PATCH] apache mal wieder Signed-off-by: Basil Bruhn --- apache/conf/rfmwtools.conf | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/apache/conf/rfmwtools.conf b/apache/conf/rfmwtools.conf index 0967497..ca12624 100644 --- a/apache/conf/rfmwtools.conf +++ b/apache/conf/rfmwtools.conf @@ -3,16 +3,10 @@ DocumentRoot /var/www/rfmwtools - # Serve HTML and static files at root - - Options +FollowSymLinks - DirectoryIndex rfmwtools.html - Require all granted - + ScriptAlias /cgi-bin/ /var/www/rfmwtools/cgi-bin/ - # Enable CGI execution for scripts in cgi-bin - Options +ExecCGI +FollowSymLinks + Options +ExecCGI +FollowSymLinks +Indexes AddHandler cgi-script .sh .cgi Require all granted