I need to update apache on a ubuntu 23.10 server, this is hosted in google cloud, the thing is that I even tried to delete the apache to install the new one, when I run apachectl start it says already running, but does not raise any page and when I check apache2 -v appears the 2.4.57.
I tried to update apache as it appears in your documentation, when I run make install the process finishes without showing any message and when I do apachectl start it does not show any error message, then I thought about deleting apache completely to only install the new version, but the apache2 folder is not created in the /etc file which causes me problems.