Re: rabbitmq behind apache / mod_rewrite

2019-10-02 Thread Stefan Priebe - Profihost AG
Hi the error Message shows the following URL: "The requested URL /rabbitmq/api/exchanges// was not found on this server." Request was: http://XXX/rabbitmq/api/exchanges/%2F So it seems the %2F gets decoded somewhere even AllowEncodedSlashes is set to Yes Stefan Am 02.10.19 um 10:33 schrieb

rabbitmq behind apache / mod_rewrite

2019-10-02 Thread Stefan Priebe - Profihost AG
Hi, i'm trying to run the webgui of rabbitmq behind apache proxy while using mod_rewrite. RabbitMQ generates URLs like: http://rabbit.example.com/#/queues/%2F/myqueue but those always generate a 404 What i tried is: AllowEncodedSlashes NoDecode or Yes RewriteRule ^/?rabbitmq/(.*)$