apache mal wieder

Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2025-11-11 13:07:57 +01:00
parent ac9831d4aa
commit 0f0ceb374b

View File

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