I tried to use 'ACL -f' to upload the pattern from a file but cannot make it 
work.  I configured it as below, 
frontend PUBLIC
>       bind :80
>       acl rec_w7 path_beg -f test.cfg
>       use_backend WAS7-BACKEND if rec_w7
......

Here test.cfg is a file containing one pattern as below, 
/abc/
It works if I directly code them in as 
frontend PUBLIC
>       bind :80
>       acl rec_w7 path_beg /abc/
>       use_backend WAS7-BACKEND if rec_w7
......

Can some one helps?

Thanks, Q.Xie

Reply via email to