From e98205a1b588d8a28b8f293fce2aa5421191518a Mon Sep 17 00:00:00 2001 From: Lou Date: Sun, 8 Oct 2023 13:43:23 +0200 Subject: [PATCH] edit httpd.conf --- request_smuggling/proxy/httpd.conf | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/request_smuggling/proxy/httpd.conf b/request_smuggling/proxy/httpd.conf index 10a6cd5..8335a79 100644 --- a/request_smuggling/proxy/httpd.conf +++ b/request_smuggling/proxy/httpd.conf @@ -549,10 +549,5 @@ SSLRandomSeed startup builtin SSLRandomSeed connect builtin - - ServerName votresite.com - - ProxyPreserveHost On - ProxyPass / http://128.11.0.5 - ProxyPassReverse / http://128.11.0.5 - +ProxyPass / http://128.11.0.5 +ProxyPassReverse / http://128.11.0.5 \ No newline at end of file