You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by sachin sachin <la...@gmail.com> on 2006/02/06 07:46:50 UTC

lalsachi@gmail.com

Hi,

In proxy_html module, I configured proxyHTMLURLMap value like below

*ProxyHTMLURLMap (.*) http://192.168.112.53:8080/${TARGET_SERVER}/$1 RXi

*Here i would try to get value of TARGET_SERVER value dynamically from the
request structure (recquest_rec *).

How to store value in request_rec ?
Is there any way to get the value from the request_rec and configured
dynamically in proxyHTMLURLMap ?

Thanks,
sachin
**