Dear community, I need an advice on how to configure a reverse proxy in which I need to replace the <img src="" tag from the response html with an ENV variable defined previously. How do you recommend me to do this? I tried with substitute, but unfortunately doesn't seem to support variables. The variable I am setting with the command: SetEnvIf Request_URI "/lp\/([a-zA-Z0-9]*)" st=$1.example.com and now I would like to use the {st} variable in the substitute Substitute "s|src=""> I tried with %{st}e , ${st} in any combination it doesn't work. Is there any way in which I can use e previous defined variable in rewriting the proxy response HTML? Thank you, --- FLAVIU RADULESCU | Lumminary
| lumminary.com
|