Compiling Nginx with BoringSSL results in an error

2025-05-13 Thread 杨金泽
It seems that BoringSSL has updated some of its interfaces, causing the following issues during the compilation of Nginx. Is there currently any solution to resolve this problem? Or are there other libraries that can perfectly replace BoringSSL? The commands and error messages are as follows: ro

Issue with SSE and fcgiwrap in nginx (RESTCONF)

2025-05-13 Thread Rostyslav Zalevskyy
Hello NGINX team, I'm working on a RESTCONF server that streams data via SSE. When using Apache2 with mod_fcgid, everything works fine: multiple clients can connect to /restconf/streams, and each gets a stream. However, when switching to nginx + fcgiwrap, only the first connection works. All ot