CGI-Handler ausschalten
Bernd Wurst

Bernd Wurst commited on 2026-06-21 11:14:16
Zeige 1 geänderte Dateien mit 6 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,6 @@
1
+<FilesMatch "\.py$">
2
+    SetHandler None
3
+    ForceType text/plain
4
+    Header set Content-Type "text/plain; charset=utf-8"
5
+    Require all granted
6
+</FilesMatch>
0 7