Hi ISPConfig I am running with ISPConfig and enabled the HTTP/2 protocol, all the sites works, but not if I type domain.dk/phpmyadmin or domain.dk/webmail I only get the php in text there, how do I fix that so it also works on those domains?
In nginx you can try adding http2 at the end of listen line but I think you are using apache2. So if your apache2 already compiled with and/or enabled mod_http2, try adding h2 in its protocols line.
That's the attitude of most users everywhere, expecting proper help without providing proper details. Thanks?
What do you mean by my attitude, yeah sorry for not posting that is used Apache2 as webserver, but thanks for helping anyways
phpmyadmin and webmail package from Debian and Ubuntu are using mod_php by default, but HTTP/2 is not compatible with the prefork MPM which is required by mod_php, so these default apps don't have a PHP interpreter anymore after your change to HTTP/2. You will have to manually configure PHP for them e.g. trough PHP FPM.
Okay thanks, I just created some subdomains for phpmyadmin and webmail, and deleted the 2 conf files from /etc/apache2 works fine now