includes and shtml

Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2025-11-25 10:34:55 +01:00
parent 42be4257d7
commit b1df7508de
+3 -3
View File
@@ -3,11 +3,11 @@
DocumentRoot /var/www/srem
# Allow CGI everywhere if needed
Options +ExecCGI
AddHandler cgi-script .pl .cgi
Options +ExecCGI +Includes
AddHandler cgi-script .pl .cgi .shtml
<Directory "/var/www/srem">
Options +ExecCGI
Options +ExecCGI +Includes
AllowOverride None
Require all granted
</Directory>