Dear Users, We are trying to send our request from one apache to another
apache running on separate server without changing original URL. E.g. SERVERA = Apache with PHP SERVERB = Apache with PHP & Tomcat SERVERA abc.com à
SERVERB xyz.com, then SERVERB passes java requests to tomcat on SERVERB that
request should be as abc.com. Then response should be sent back to SERVERA. We
are trying to use Proxy in Apache. Can we use mod_rewrite? How can we pass back
response from SERVERB with tomcat to SERVERA? If anyone has tested such case,
kindly provide some details on it? Thank you, Best Regards, Kashif Rahman.
|