Re: [users@httpd] Can apache2 reverse proxy forward HTTP/2 server push?

2023-08-07 Thread Stormy
On 2023-08-07 10:23, chenpi...@foxmail.com wrote: Thanks for your reply! My origin server is a Nodejs http/2 server. I confirm that the push stream is valid because everything works well without Apache reverse proxy. My orgin server's log says that the client(here should be Apache as it works

Re: Re: [users@httpd] Can apache2 reverse proxy forward HTTP/2 server push?

2023-08-07 Thread chenpi...@foxmail.com
Thanks for your reply! My origin server is a Nodejs http/2 server. I confirm that the push stream is valid because everything works well without Apache reverse proxy. My orgin server's log says that the client(here should be Apache as it works well without Apache) disabled the push stream. And

Re: [users@httpd] Can apache2 reverse proxy forward HTTP/2 server push?

2023-08-07 Thread Stormy
On 2023-08-06 21:53, chenpi...@foxmail.com wrote: Hi! I add h2c to my protocol configuration. It comes to "Protocols h2 h2c http/1.1". Nevertheless, Apache still disabled my origin server push stream. What is your "origin server"? Is the "push stream" validly formatted? What do the logs on