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
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?
Hello taleman, Thank u for your reply. I mean this: https://en.m.wikipedia.org/wiki/HTTP/2 How I can activate them? Or do I need Upgrade my debian and ispconfig to do that ? Thank u
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.
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.