-
## Description:
OpenResty 1.25.3.1 was intended to support PCRE2, but there is a bug in the stream-lua-nginx-module preventing it from building with PCRE2. While the problem has been addressed in t…
-
I want to build this module with openresty.
My commands look exactly like [the instructions](http://openresty.org/en/installation.html):
./configure --add-module=../nginx-log-zmq-master
…
-
OpenResty: 1.17.8.2
dyups: latest version
openssl: 1.1.1g
pcre: 8.42
zlib: 1.2.11
编译的 Configure 命令如下,三个变量分别是上面软件包的三个路径:
```
./configure \
--with-cc=gcc \
--prefix= \
--with-cc-…
-
OpenResty can be used as a web framework because it has built-in modules that can help access Redis, MySql, etc.. It is known for great high performance and thus has been used by many online services,…
-
I am using Openresty version 1.21.4.1 and trying to instrument Opentelemetry.
**Steps to reproduce**
- Installing opentelemetry-cpp-contrib from https://github.com/open-telemetry/opentelemetry-cpp…
-
### Problem
When I define multiple CA certificates:
```
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
```
parse them using…
-
### Description
I want to set the session expiration time, but the documentation only supports 'secret'.
The document only provides the secret parameter for configuring a session. Can you add sup…
-
**Describe your environment**
Mac docker run openresty/openresty:alpine
**Steps to reproduce**
1.
compile the otel so into image
Dockerfile content
```
FROM openresty/openresty:alpine AS b…
-
I encountered an error when compiling with tongsuo, while compiling separately with ./build-apisix-base.sh doesn't produce any error. It seems like there is a bug when specifying the compilation envir…
-
Hey guys,
I'm using Openresty nginx 1.19.9.1 and I've built it with kaltura/nginx-vod-module.
Into nginx.conf, I've added
`include /usr/local/openresty/nginx/conf/sites-enabled/*.*;`
My curr…