From 2befe6ead38703784d243f6dc97f85ed7e3d5316 Mon Sep 17 00:00:00 2001 From: Lou Date: Sun, 8 Oct 2023 15:07:50 +0200 Subject: [PATCH] fix httpd.conf --- request_smuggling/proxy/httpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/request_smuggling/proxy/httpd.conf b/request_smuggling/proxy/httpd.conf index 8a11089..3faffcb 100644 --- a/request_smuggling/proxy/httpd.conf +++ b/request_smuggling/proxy/httpd.conf @@ -562,7 +562,7 @@ RewriteRule .* - [F,L] RequestHeader set Content-Length "expr=-1" env=HTTP_CONTENT_LENGTH - Order Deny,AllowOverride + Order Deny,Allow Deny from all Allow from env=HTTP_CONTENT_LENGTH \ No newline at end of file