以CentOS為例
要使用HTTP2 Apache版本必須為2.4.17之後的版本
建議至少使用2.4.38以後的版本
且必須使用SSL憑證的https
首先若Apacha版本為較舊的版本
我們先手動升級
cd /etc/yum.repos.d
wget https://repo.codeit.guru/codeit.el`rpm -q --qf "%{VERSION}" $(rpm -q --whatprovides redhat-release)`.repo
yum install httpd
service httpd restart
接著在Apache設定檔中加入 Protocols h2 http/1.1
<VirtualHost *:443>
Protocols h2 http/1.1
ServerName www.weiyuan.com.tw
略.....
</VirtualHost>
接著重新啟動apache
service httpd restart
最後可以線上測試HTTP2是否正常
WAMP出現error msvcr120.dll msvcr110.dll錯誤
網頁設計流行趨勢每年都在變化,以下整理幾個2024流行的網頁設計趨勢,為您打造新穎的網站
使用Composer update時出現Out of memory記憶體不足時解決方式
最近使用mac時發現Google Driver變成簡體,重新安裝竟然還跑出簡體的路徑
使用daterangepicker UI介面選擇日期後,不會觸發input中的onchange事件