-
Debian 10 Buster x64
```
# gcc --version
gcc (Debian 8.3.0-6) 8.3.0
```
On clean system:
```
git clone https://github.com/openresty/luajit2.git
cd luajit2
git checkout v2.1-20200102
export L…
amdei updated
4 years ago
-
Hi,
I was trying to use the cf-webui. After changing the API Endpoint, I tried pushing the app to CF but it fails to start an instance everytime I try to upload it. Here is the log file:
**2016-04-1…
ghost updated
8 years ago
-
* Nginx 1.23.1-1.el9
On RedHat EL 9.
Build RPM from SRPM at nginx.org which goes OK.
Install is OK but if I start nginx
----------------------------------%
-
Alpine 3.16 was released [last month](https://alpinelinux.org/posts/Alpine-3.16.0-released.html). It would be great to have compatible packages available, but I don't understand how to add that here -…
-
Hi bro,
There is an issue on this repo:
`
2021/10/27 15:51:58 Processing block 7916284 to 7916284
2021/10/27 15:51:59 GetLogs:403 Forbidden:
403 Forbidden
openresty
`
Was it because th…
-
$ python -c "import urllib; print urllib.quote(\\"'\\")"
%27
$ resty -e "ngx.say(ngx.escape_uri(\\"'\\"))"
'
ngx.escape_uri should escape "'" to %27 but not.
$resty -v
resty 0.17
nginx vers…
-
Hello,
I'm developing a Kong plugin using the Python PDK. One of the requirements of my plugin is to manipulate the response body, similar to how it's done in the Lua PDK with ngx.arg[1] during the…
-
### Issue description
In the routes page when I searched by plugin-name nothing happened.
### Expected behavior
Filter routes result which has that specific plugin.
### How to Reproduce
1. Go to …
-
###### Environment
- lua-resty-openidc version (e.g. 1.7.5)
###### Expected behaviour
Be able to install openidc 1.7.6
###### Actual behaviour
```
root@ip-10-228-14-194:/usr/loca…
-
When using lua-resty-openidc with Keycloak for OpenID Connect, an issue arises during the logout process if the session has been removed from Redis by OpenResty. Specifically, Keycloak requires an id_…