Re: Installed Apache 2.4.62 but not showing in list
Posted by:
pjb
(---.res.spectrum.com)
Date: August 23, 2024 06:37PM
Yes. But wampmanager.ini doesn't seem to have the menu entry for 2.4.62 under the [apacheVerison] section, and there is no [switchApache2.4.62].
I added them by hand just now to see what would happen, and after adjusting my apache conf files, it appears to have worked.
I don't know why it didn't add those entries to wampmanager.ini. It could be due to the fact that some of my apache configuration files are not all in conf/ or conf/extra.
After I manually change wampmanager.ini and tried to switch apache versions, I was seeing some errors in php_error.log:
C:\wamp\scripts\switchApacheVersion.php (dated 08/02/2023 09:11 AM), on line 229 tries to open my httpd-ssl.conf file but fails because the script assumes (in line 226) that it is located the apache conf/extra/ folder. It is not. I had previously changed it's location in my httpd.conf from:
Include conf/extra/httpd-ssl.conf
to:
Include "${INSTALL_DIR}/ssl/httpd-ssl.conf
This seems to break the switching mechanism, so I added symlinks into my conf folder for my files that were moved (httpd-vhosts.conf, openssl.cnf and httpd-ssl.conf) and then the switching mechanism worked.