We use apache 2.2, PHP 5.3 for a app running on Ubuntu 12.04 LTS. Currently we face a issue with ssltest.
"This server supports weak Diffie-Hellman (DH) key exchange parameters. Grade capped to B"
This problem can be resolved if we upgrade to apache 2.4 or if we upgrade to > 2.2.26.
Is there a safe way to upgrade to apache 2.4 without upgrading PHP?
Since the application won't run on higher versions of PHP.