Hi, I would like to setup case insensitive reverse proxy for my site which has more than 100 such reverse proxy and the code has the links with different cases in it.
As of now I am setting two Reverse PRoxy for such setup as below. ProxyPass /abc/ http://www.xyx.com/ABC ProxyPassReverse /abc/ http://www.xyx.com/ABC ProxyPass /ABC/ http://www.xyx.com/ABC ProxyPassReverse /ABC/ http://www.xyx.com/ABC Please advice. Best Reards, Arun Janarthanan