Re: [DISCUSS] bi-weekly online video meeting

2020-04-20 Thread Sheng Wu
Justin Mclean 于2020年4月21日周二 上午9:34写道: > Hi, > > > `bi-weekly` means having one every 2 weeks. > > It can also confusingly mean twice a week. Here in Australia it usually > means twice a week and fortnightly once every two weeks,. > haha, interesting. Sheng Wu 吴晟 Twitter, wusheng1108 > > Justi

Re: [DISCUSS] bi-weekly online video meeting

2020-04-20 Thread Ming Wen
fortnightly, once every two weeks Thanks, Ming Wen, Apache APISIX & Apache SkyWalking Twitter: _WenMing chen...@cmschina.com.cn 于2020年4月21日周二 上午9:34写道: > On 2020/04/15 03:23:02, Ming Wen wrote: > hello, community,> > Because of > the COVID-19, most offline events have been cancelled.> > > I'v

Re: [DISCUSS] bi-weekly online video meeting

2020-04-20 Thread chen...@cmschina.com.cn
On 2020/04/15 03:23:02, Ming Wen wrote: > hello, community,> > Because of the COVID-19, most offline events have been cancelled.> > > I've noticed that the Apache Skywalking community has recently hosted> > online video meeting [1], which is an additional way to develop community,> > the videos

Re: [DISCUSS] bi-weekly online video meeting

2020-04-20 Thread Justin Mclean
Hi, > `bi-weekly` means having one every 2 weeks. It can also confusingly mean twice a week. Here in Australia it usually means twice a week and fortnightly once every two weeks,. Justin

Re: [DISCUSS] bi-weekly online video meeting

2020-04-20 Thread Sheng Wu
vrc...@163.com 于2020年4月21日周二 上午9:23写道: > On 2020/04/15 03:23:02, Ming Wen wrote: > hello, community,> > Because of > the COVID-19, most offline events have been cancelled.> > > I've noticed > that the Apache Skywalking community has recently hosted> > online video > meeting [1], which is an addit

Re: [DISCUSS] bi-weekly online video meeting

2020-04-20 Thread vrc...@163.com
On 2020/04/15 03:23:02, Ming Wen wrote: > hello, community,> > Because of the COVID-19, most offline events have been cancelled.> > > I've noticed that the Apache Skywalking community has recently hosted> > online video meeting [1], which is an additional way to develop community,> > the videos

?????? 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

Re: Hopefully, APISIX will enable the management of static resources

2020-04-20 Thread Zhang Qiang
I raised a question similar to this days ago. But I had some after-thoughts after the team kindly replied it’s not possible without writing some Nginx configurations to serve static content on the gateway server now. I thought Apisix it self is not aimed to replace Nginx, it’s an **API** Gateway

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

Re: [DISCUSS] bi-weekly online video meeting

2020-04-20 Thread Ming Wen
Hi, As for the time, how about every two weeks on Thursday at 8pm (BST)? Both English and Mandarin are fine. Thanks, Ming Wen, Apache APISIX & Apache SkyWalking Twitter: _WenMing Ming Wen 于2020年4月15日周三 下午9:42写道: > Hi,zexuan, > good idea. > Here are some topics: > - feature discussion > - Use

Re: APACHE APISIX access log format optimization

2020-04-20 Thread Nirojan Selvanathan
+1, It's very useful to have such granular info. It would be great if we can configure what optional parameter we need as well, instead of logging everything. On Mon, Apr 20, 2020 at 12:46 PM hui li wrote: > Hi everyone > The current Apache APISIX's 'access.log' format is as follows: > 9.35.159.

APACHE APISIX access log format optimization

2020-04-20 Thread hui li
Hi everyone The current Apache APISIX's 'access.log' format is as follows: 9.35.159.205 - - [20/Apr/2020:16:46:39 +0800] service-61ge01ri-1251890925.szjr.apigw.tencentcs.com:9080 "GET /e H7.29.0" - 0.000 Generally speaking, it contains less information. At present, the 'access.log' of our gateway

Re: How to create new built-in variables of nginx on openresty?

2020-04-20 Thread jie123108
In this case, I usually set the corresponding variable to the request header or response header. This is very simple to implement. If the response header is to be set for security reasons, do not set sensitive information in the response header.

Re: How to create new built-in variables of nginx on openresty?

2020-04-20 Thread YuanSheng Wang
On Mon, Apr 20, 2020 at 4:19 PM hui li wrote: > In the past, a new built-in nginx variable was implemented through the > nginx c module > For example, define the ngx_http_variable_t nginx built-in variable on the > nginx module, and then set the nginx built-in variable through various ffi > callb

Re: How to create new built-in variables of nginx on openresty?

2020-04-20 Thread Ming Wen
Hi, hui, you can also use `set` of Nginx[1], not only the C module. [1] http://nginx.org/en/docs/http/ngx_http_rewrite_module.html#set Thanks, Ming Wen, Apache APISIX & Apache SkyWalking Twitter: _WenMing hui li 于2020年4月20日周一 下午4:19写道: > In the past, a new built-in nginx variable was implemen

Re: Could we add CD for dashboard?

2020-04-20 Thread Zhiyuan Ju
Hi, I sent a mail to ZEIT support days ago and just received the reply mail as follows: > Your request (45133) has been updated. To add additional comments, reply > to= > this email. > -- > Matthew Sweeney, Apr 20, 00:55 PDT > Hello, > Thank you for g

Re: How to create new built-in variables of nginx on openresty?

2020-04-20 Thread hui li
In the past, a new built-in nginx variable was implemented through the nginx c module For example, define the ngx_http_variable_t nginx built-in variable on the nginx module, and then set the nginx built-in variable through various ffi callback methods The statement is as follows: {ngx_string ("app

Re: How to create new built-in variables of nginx on openresty?

2020-04-20 Thread YuanSheng Wang
> How can I create the built-in variable nginx of route_id? 1. we can add a new variable `route_id` in nginx.conf . 2. update it in Lua land. 3. use it in access log format. On Mon, Apr 20, 2020 at 3:48 PM hui li wrote: > Because when we use apisix, there are certain requirements for the forma

Re: [DISCUSS]APISIX Admin API security risks

2020-04-20 Thread hui li
Hi, Ming Thanks for your PR Ming Wen 于2020年4月15日周三 下午9:36写道: > Hi, hui, > I created a PR[1] to recommend user to change `admin_key`, and only allows > 127.0.0.1 to access admin API. > > And yes, the admin API should use https by default, welcome OR. > > [1] https://github.com/apache/incubator-ap

How to create new built-in variables of nginx on openresty?

2020-04-20 Thread hui li
Because when we use apisix, there are certain requirements for the format of access.log, and the format needs to be similar to the following: [$ http_host] [$ route_id] [$ upstream_id] [$ uri] [$ scheme] [rsp_st: $ status] [ups_st: $ upstream_status] For example, route_id is the id of the route obj