Hi, I have a question about reverse proxy behavior. Does Apache in reverse proxy mode cache the complete response from the backend before forwarding it the client, or does it send the data to the client as it receives it? In other words, if the backend server only produced and transmitted ½ a response, how would apache proxy server react? Thanks in advance for your input.
|