I've a serious and odd problem using Apache and the ProxyPass
directive.
Here is the configuration:
ProxyPass / http://example.com/test/a/
ProxyPassReverse / http://example.com/test/a/
When I debug the PHP $_SERVER
I see that the REQUEST_URI
is doubled: it should be /test/a/
but instead is /test/a/test/a/
.
With a wrong URI my application doesn't work.
Any clue or help is much much appreciated.
0 Answers