http://qs321.pair.com?node_id=11106384


in reply to Mojolicious, apache reverse proxy

all slashes are transformed. […] Any idea why ?
https://httpd.apache.org/docs/current/mod/core.html#allowencodedslashes

Replies are listed 'Best First'.
Re^2: Mojolicious, apache reverse proxy
by slatibart (Sexton) on Sep 20, 2019 at 07:59 UTC
    Thanks for the hint.

    I've added AllowEncodedSlashes On to my vhost but it didn't changed the picture. These encoded urls paths are created by mojolicious and I have no idea why or find a hint in the documentation. And I've searched a lot.