HTTP2 - Possible to enable on Debian 9.13 with ISPConfig 3.2

Discussion in 'Installation/Configuration' started by iceget, Jan 11, 2024.

  1. iceget

    iceget Member

    dear community,

    i have running a debian 9.13 with ispconfig 3.2 setup. i have also PHP 56, 7 and 8 under additional php versions.
    I only use selecting for the web for new versions over that.

    is there any possibility to enable HTTP for all the webs or for selected webs in our system?

    thank you so much

    many greets
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Do you mean httpS://? If yes, it is turning on Let's Encrypt SSL in website settings.
    Is Debian 9 still maintained and getting security updates?
     
  3. iceget

    iceget Member

  4. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    I think one does not need to do anything to use http/2 in ISPConfig server if the web server version - either apache2 or nginx - supports it, as ISPConfig will detect and use it automatically when https is enabled, if I remember the code correctly.
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    There are a few prerequisites to use HTTP2, first, the Apache or Nginx version of your server must support it. Then the right Apache MPM must be installed as the old mpm_prefork module does not support HTTP2 either, plus mod_php may not be installed as it requires mpm_prefork.
     
    ahrasis likes this.

Share This Page