How to add a query parameter to apache 2.4.27 ProxyPass?
I want to map multiple customer facing URLs to a single internal end-point, but with a query parameter to to identify each customer. For example customer enters https://external_host/customer1 I want a reverse proxy to forward it as https://internal_host/app?customer=cust1 I have…