Hi,I’m trying to substitute a server name dynamically in xml responsesSubstitute s|http://blah.com|${SERVER_NAME}|n to now success. Apache complains conf variable is not defined, but it is there in VirtualHost.So far I was able only to use <IF> and put a specific substitute for a specific host. The reason I need it dynamically is that I have thousands of proxy rules through <Location> directives, I want to be able move those rules from one environment to another without updating a hardcoded value.