On Sat, Feb 14, 2009 at 1:03 PM, Ruediger Pluem <rpl...@apache.org> wrote:
>
>
> On 02/14/2009 08:59 PM, Rainer Jung wrote:
>
>>
>> If you do reverse proxy only via RewriteRule, then you end up using no
>> connection pool (i.e. no persistent connections) to the HTTP_HOSTs. In
>> case there are only few of those (or few that carry the most load), you
>> would better define a connection pool to them with ProxyPass. If you
>> want to keep your rewrite construction, you can use a URL in ProxyPass,
>> which you know won't really occur:
>>
>> ProxyPass /does/not/exist http://most.important.host/ smax=... ...
>
> He is doing forward proxying here and not reverse proxying.
> In order to create a pool IMHO the better approach is
>
> <Proxy http://most.important.host/>
>   ProxySet smax=...
> </Proxy>
>

I am confused a bit here.

With the RewriteRule I mentioned earlier will I lose persistent
connections for transparent proxy connections ?

And the above settings in addition to the RewriteRules will help in
getting persistent connections ... ?

-- Pranav


> Regards
>
> RĂ¼diger
>

Reply via email to