On Thu, Oct 10, 2013 at 12:03 PM, Tiago Braga <tbragamachado@xxxxxxxxx> wrote:The backend server redirected you to add a trailing slash. The proxy
> Looking the log and I see an thing:
>
> 127.0.0.1 - - [10/Oct/2013:13:00:46 -0300] "GET /teste HTTP/1.1" 302 301 "-"
> "lwp-request/5.827 libwww-perl/5.833"
> 127.0.0.1 - - [10/Oct/2013:13:00:46 -0300] "GET /html/directory/test/
> HTTP/1.1" 404 594 "-" "lwp-request/5.827 libwww-perl/5.833"
> Why do it occurs?
is supposed to strip off the /html/directory due to ProxypassReverse
before the redirect goes out, but it doesn't happen.