On Tue, Oct 23, 2012 at 11:01 PM, Luca Rea <[email protected]> wrote:
> Try also the following form:
>
> map https://www.example.com/service/
> http://backend.example.com/service/ @action=deny @src_ip=0.0.0.0-192.168.11.10
> map https://www.example.com/service/
> http://backend.example.com/service/ @action=allow @src_ip=192.168.11.11
> map https://www.example.com/service/
> http://backend.example.com/service/ @action=deny
> @src_ip=192.168.11.12-254.254.254.254
>
>
This makes ATS fail to start. Loops over:
[Oct 23 23:23:11.815] Server {0x2abc2146b940} ERROR: Couldn't insert into trie!
[Oct 23 23:23:11.815] Server {0x2abc2146b940} WARNING: Could not
insert new mapping
[Oct 23 23:23:11.815] Server {0x2abc2146b940} WARNING: Could not add
rule at line #177; Aborting!
[Oct 23 23:23:11.815] Server {0x2abc2146b940} WARNING: [ReverseProxy]
Unable to add mapping rule to lookup table at line 177
[Oct 23 23:23:11.815] Server {0x2abc2146b940} WARNING: something
failed during BuildTable() -- check your remap plugins!
[Oct 23 23:23:11.815] Server {0x2abc2146b940} WARNING: Can not load
the remap table, exiting out!
[Oct 23 23:23:11.821] Manager {0x7f523dece7e0} ERROR:
[Alarms::signalAlarm] Server Process was reset
[Oct 23 23:23:11.821] Manager {0x7f523dece7e0} ERROR: (last system
error 2: No such file or directory)
-jf