PHP how can i use ServerPush HTTP2 on IIS10

旧城冷巷雨未停 提交于 2021-01-29 03:04:56

问题


I have a little question like a title.

How can i use ServerPush HTTP2 with PHP on IIS10?

Many thank.


回答1:


IIS only supports Push through the ASP.NET or similar. Also it does not support through HTTP Link Headers like many servers and CDNs do.

So HTTP/2 Push cannot be used in IIS via PHP at the moment as far as I am aware.



来源:https://stackoverflow.com/questions/50287462/php-how-can-i-use-serverpush-http2-on-iis10

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!