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