enable http/2 썸네일형 리스트형 How to Enable HTTP/2 in Apache 2.4 on Ubuntu 22.04 How to Enable HTTP/2 in Apache 2.4 on Ubuntu 22.04To enable HTTP/2 in Apache 2.4 on Ubuntu 22.04, you can follow these steps: 1. Update your systemsudo apt update 2. Install Apache 2.4 with SSL support and HTTP/2 modulesudo apt install apache2sudo apt install libapache2-mod-http2 3. Enable the necessary modulessudo a2enmod http2sudo a2enmod ssl 4. Configure your virtual hostsEdit the Apache conf.. 더보기 이전 1 다음