ProxyPassMatch redirect to the same request uri
I am doing a reverse proxy with apache to redirect https traffic filtering by the uri request.
Right now I have the next
ProxyPassMatch "^/thisisthepath$" "https:192.168.1.40/thisisthepath/$1"
Like that it works fine b… Continue reading ProxyPassMatch redirect to the same request uri