Re: Reverse proxy performance?
"William A. Rowe, Jr." <[email protected]> Thu, 29 Apr 2004 16:43:09 -0500
| Newsgroups | gmane.comp.apache.mod-proxy |
|---|---|
| Message-ID | <[email protected]> |
At 03:23 PM 4/29/2004, you wrote: >Thanks for all answers, in our case I think CPU load will matter >because the browser's connection will be over SSL. > >About mod_cache, it's available only in 2.0 not in 1.3, right? mod_proxy in 1.3 was a caching proxy. In 2.0, mod_proxy does the proxy, mod_cache does the cache. We've split the functions into logical units, in fact mod_cache can cache local content, and mod_proxy is blissfully unaware of caching.