Enable HTTP2 apache support

  • Will this survive changes via the panel?

    Will this work for every domain, once apache saw that one Protocols line?

    yes, you can add this to the template files

    Code
    1. nano /usr/local/src/imscp-1.5.3/configs/debian/apache/00_nameserver.conf
    2. nano /etc/imscp/apache/00_nameserver.conf
    3. # add below Hide server information
    4. Protocols h2 h2c http/1.1
    5. nano /usr/local/src/imscp-1.5.3/autoinstaller/postinstall/php_apcu.sh
    6. # below:
    7. sudo phpenmod apcu
    8. # add
    9. sudo a2enmod http2