From a7840d53eb8a513c86b1058641d211e781f05a7f Mon Sep 17 00:00:00 2001 From: bserie Date: Tue, 28 Jul 2020 05:18:22 +0200 Subject: [PATCH] proxy apache --- HowtoRabbitMQ.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/HowtoRabbitMQ.md b/HowtoRabbitMQ.md index 49956e85..6493e495 100644 --- a/HowtoRabbitMQ.md +++ b/HowtoRabbitMQ.md @@ -114,6 +114,23 @@ location /rabbitmq/ { } ~~~ +Ou Apache : + +~~~ + ProxyRequests Off + ProxyPreserveHost On + + + Order deny,allow + Allow from all + + + AllowEncodedSlashes NoDecode + ProxyPass / http://localhost:15672/ nocanon + ProxyPassReverse / http://localhost:15672/ + +~~~ + ### Activation CLI