We had to configure a php application on our apache server. However during a IT audit, they told us that the apache version we had was having security vulnerabilities. So we installed a secondary Apache container with version 2.4.7.
now we have the older version is 2.2, which is fully functional and running both SSL and normal http.
However in the second container (even if turn off the older version). The SSL/https part of the new version or new container wont load. only the http part would load with no issues.
Im not much into apache, so any guidance on this matter would help . attached are my config files for both old(current http / https working) and new version 2.4.7 (ssl/https not working).
http://192.81.76.172/~testsr/Apacconfiguration.zip
Hoping any help would do.