From 9b4f2300c7671705294a4bde6e78de8f871504b0 Mon Sep 17 00:00:00 2001 From: etud2023 Date: Sun, 8 Oct 2023 14:17:21 +0000 Subject: [PATCH] fix http.conf --- request_smuggling/proxy/httpd.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/request_smuggling/proxy/httpd.conf b/request_smuggling/proxy/httpd.conf index 8335a79..0a77b4e 100644 --- a/request_smuggling/proxy/httpd.conf +++ b/request_smuggling/proxy/httpd.conf @@ -549,5 +549,6 @@ SSLRandomSeed startup builtin SSLRandomSeed connect builtin -ProxyPass / http://128.11.0.5 -ProxyPassReverse / http://128.11.0.5 \ No newline at end of file +ProxyPass / http://128.11.0.5/ +ProxyPassReverse / http://128.11.0.5/ +