From 3d38198b17a5776e66af50c26e7a4eec59a6fd1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannik=20R=C3=B6del?= Date: Fri, 14 Apr 2023 21:23:42 +0200 Subject: [PATCH] Enable CoderDojo form handling again --- sites/coderdojo/httpd.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sites/coderdojo/httpd.conf b/sites/coderdojo/httpd.conf index 36fade4..73cc95e 100644 --- a/sites/coderdojo/httpd.conf +++ b/sites/coderdojo/httpd.conf @@ -18,11 +18,11 @@ setenv.set-response-header += ( # CGI / form handling # -#$HTTP["request-method"] =~ "GET|POST" { -# url.rewrite = ( -# "^/anmelden" => "/cgi-bin/form.py", -# ) -#} +$HTTP["request-method"] =~ "GET|POST" { + url.rewrite = ( + "^/anmelden" => "/cgi-bin/form.py", + ) +} $HTTP["url"] =~ "^/cgi-bin/" { alias.url += ( "/cgi-bin" => "@cgibin@" )