Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2025-11-11 12:48:33 +01:00
parent fb522a5a89
commit 4fb595ea66

View File

@@ -3,10 +3,17 @@
DocumentRoot /var/www/rfmwtools
# Serve HTML and static files at root
<Directory "/var/www/rfmwtools">
Options +FollowSymLinks
DirectoryIndex rfmwtools.html
Require all granted
</Directory>
# Enable CGI execution for scripts in cgi-bin
<Directory "/var/www/rfmwtools/cgi-bin">
Options +ExecCGI +FollowSymLinks +Indexes
Options +ExecCGI +FollowSymLinks
AddHandler cgi-script .sh .cgi
DirectoryIndex rfmwtools.html
Require all granted
</Directory>