Hi team,
Apache mod_proxy ProxyPass supports multiple key=value parameters. RewriteRule with [P] flag causes the request to be handled by mod_proxy. Is there a way in RewriteRule to pass some key=value to mod_proxy ProxyPass?
eg: ProxyPass can transparently support websocket via upgrade=websocket
But below doesn't seem to work:
Any ideas?
Thanks!
Frank