Re: Mod-Proxy and related modules

2011-09-12 Thread alin vasile
url) {        apr_table_set(r->notes, "MY_FORWARD_URL" , apr_pstrdup(r->pool, url));       return DECLINED; } Hope this helps. From: Suneet Shah To: [email protected] Sent: Sunday, September 11, 2011 9:11 PM Subject: Mod-Proxy

Mod-Proxy and related modules

2011-09-11 Thread Suneet Shah
Hello, I am trying to proxy to an application that was built with Google Web Toolkit and am trying to see if I can use the existing proxy functionality that is provided with Apache will work if I need to extend or build a new module. The application makes an RPC call that contains a payload. Is i