Hope to be able to support the processing of static resources

2021-12-13 Thread 15717900
hello everyone           I suggested to increase the processing mechanism of static resources.      Nginx processing static requests is a very common scenario. If APIs IX can handle static resource requests, it can reduce resource usage in the production environment . Looking forward to ans

About cookie sticky

2021-03-23 Thread 15717900
hello,      The current solution is to set hash_on is vars_combinations and choose $remote_ Addr and a value in the cookie to simulate cookie sticky, but in the VPN scenario, because the remote_addr is the same, this way will lead to load imbalance, and there is no other way to achieve cookie

?????? On the abstraction of vars

2021-03-17 Thread 15717900
??    sorry I leaved out this email    The description in your email is accurate. That's what I mean    do we allow to enable `vars` and` vars_id` at the same time?     on this question , I think it is necessary allow to enable `vars` and` vars_id` at the same time -- ?

master deps error??20210219??

2021-02-18 Thread 15717900
hello,       I use Tencent virtual machine to compile the master version.       the error message is ---this is err begin---       inflating: luasocket-3.0-rc1/test/udpconnectsrvr.lua   inflating: luasocket-3.0-rc1/test/unixclnt.lua   infla

the problem of upstream log printing

2020-12-03 Thread 15717900
hello,       The upstream address printed in the log ($upstream_addr field) sometimes prints all configured upstream addresses. May I ask if it is a configuration problem or a bug in the program. How should I solve it?       for example        upstreams config: 192.168.1.1:11000,192.168.1.2:

How to implement routing according to some information in the request body??

2020-09-21 Thread 15717900
hello,  How to implement routing according to some information in the request body??   for example  Looking forward to answer??thanks Wei Guo

In the process of using apifix, we encountered two problems??about lua 5.2.2 and balance

2020-08-13 Thread 15717900
hello, In the process of using apifix, we encountered two problems 1.Can apifix run on Lua 5.2.2?? 2.In the case of using a customized cookie as the upstream hash key, if the cookie value is empty, load balancing will not be achieved, and all requests will go to an upstream node. Can the co

About proxy configuration

2020-06-09 Thread 15717900
hello     We meet a scene when Apisix is in use     location /abc { ... proxy_pass  http://IP:/user; ...     }      Proxy to http://IP:/user  when user requests /abc      How does Apisix support such a similar configuration Looking forward to answer??thank

On the abstraction of vars

2020-04-22 Thread 15717900
hi,      There are multiple routes, using the same vars, such as [["cookie_user", "==", "1"]], which take effect on both "/user" and "/pages" routes. If you abstract out vars and manage them separately, you don't need to modify their vars one by one, just one place.

??????[DISCUSS] Apache APISIX version 1.3

2020-04-21 Thread 15717900
hi,     Yesterday I submitted an idea about static resource management, hoping to join the discussion of the new version features. The title is "Hopefully, APISIX will enable the management of static resources" --  -- ??: "Ming Wen"

?????? Hopefully, APISIX will enable the management of static resources

2020-04-20 Thread 15717900
hi, Thank you for your reply. I really agree with the positioning problem you mentioned. The positioning of a product is very important. On this issue, I would like to add two points, which are also the original intention of my discussion. 1. In the Internet scenario, more and more services

Hopefully, APISIX will enable the management of static resources

2020-04-20 Thread 15717900
hello     Static resource management is split into two nginx in some scenarios, with some performance loss. Is it possible to solve the problem of static resources by means of plug-ins. Also, the A/B testing of static resources needs to be considered along with it. Thanks, Wei Guo