I followed
http://chriswu.me/blog/writing-hello-world-in-fcgi-with-c-plus-plus/ to
create a C++ fastcgi server app together with nginx. On linux is working
fine.
On Windows 10 however the server process is started by spawn-fcgi but later
the FCGI_Accept_r() will return with an "Unkown listenType"
Hello!
On Tue, May 18, 2021 at 04:44:26PM +0530, Anoop Alias wrote:
> Browser consoles are showing error net::ERR_HTTP2_SERVER_REFUSED_STREAM and
> resources are not loading when enabling http2 ( see attached screenshot)
>
> The error go away when http2 is disabled
>
> #
he external load
> balancer (up-stream server).
>
> Is anyone familiar with this kind of problem? my nginx configuration file
> is below.
>
> http {
> server {
> listen 80 proxy_protocol;
> #listen [::]:80 proxy_protocol;
> server_name 172.25.234.105;
> set_real_ip