Hi,
 
I have client/server architecture. I want to introduce Apache server in
between that will receive request from client, forward it to server then
take response from server and give it back to the client. There is no
load balancing or complex processing here.
 
How can I implement this simple requirement without using mod_proxy?
 
-Anand
 

Reply via email to