Re: Store_url_rewrite for squid 3+

From: Eliezer Croitoru <eliezer_at_ngtech.co.il>
Date: Sun, 09 Sep 2012 19:56:52 +0300

On 09/06/2012 03:58 AM, Amos Jeffries wrote:
>
> I don't think there is anything which needs new cache_cf.cc code. The
> parsing side if things is identical for url_rewrite_*. The different
> defaults and locations are all coded in cf.data.pre ...
yes indeed but the actual effect comes from the code in cache_cf.cc
an example is:
  if (Config.Program.redirect) {
         if (Config.redirectChildren.n_max < 1) {
             Config.redirectChildren.n_max = 0;
             wordlistDestroy(&Config.Program.redirect);
         }
     }it's specific for the redirect program.

I have tried to use the helper but it seems like without the cache_cf.cc
code it wil assume the number of default helpers is 0/20 and will not
start any.
which is werid...

Eliezer
Received on Sun Sep 09 2012 - 16:56:59 MDT

This archive was generated by hypermail 2.2.0 : Mon Sep 10 2012 - 12:00:03 MDT