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

2023-08-06 Thread chenpi...@foxmail.com
/127.0.0.1:8443/ ProxyPassReverse / http://127.0.0.1:8443/ SSLCertificateFile /path/to/fullchain.cer SSLCertificateKeyFile /path/to/example.key chenpi...@foxmail.com

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

2023-08-06 Thread chenpi...@foxmail.com
ned in RFC. So, I wonder what is the reason behind. Maybe there is no std library to use? I would be quite grateful if you let me know the considerations chenpi...@foxmail.com From: Stormy Date: 2023-08-07 03:41 To: users Subject: Re: [users@httpd] Can apache2 reverse proxy forward HTTP/2 serve

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

2023-08-07 Thread chenpi...@foxmail.com
? chenpi...@foxmail.com From: Stormy Date: 2023-08-07 21:39 To: users Subject: Re: [users@httpd] Can apache2 reverse proxy forward HTTP/2 server push? 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".