From 570cd243e2bc07266f32314f15cabff886a2eb18 Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Tue, 11 Nov 2025 13:18:58 +0100 Subject: [PATCH] finally Signed-off-by: Basil Bruhn --- apache/conf/rfmwtools.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apache/conf/rfmwtools.conf b/apache/conf/rfmwtools.conf index 5122cda..e86abfd 100644 --- a/apache/conf/rfmwtools.conf +++ b/apache/conf/rfmwtools.conf @@ -1,19 +1,26 @@ ServerName rfmwtools-test.psi.ch + # Document root for static files DocumentRoot /var/www/rfmwtools + # CGI scripts ScriptAlias /cgi-bin/ /var/www/rfmwtools/cgi-bin/ Options +ExecCGI +FollowSymLinks +Indexes AddHandler cgi-script .sh .cgi Require all granted + + SetEnv SCRIPT_WORKDIR /var/www/rfmwtools/cgi-bin + DirectoryIndex rfmwtools.html Options Indexes FollowSymLinks + AllowOverride None Require all granted + DirectoryIndex rfmwtools.html ErrorLog /proc/self/fd/2