Hi,
> Apparently, Apache service is still not installed.
Have you checked the Service Manager after switching to Apache 2.4.43?
You can open the service manager by: Right-Click -> Tools -> Command windows -> Service Control Panel
If there are no wampapache64 service, to get more details about a possible problem, try to create the service directly on the command line:
- Open a console on the bin Apache folder:
Right-click -> Tools -> Command window -> Command windows Apache/bin
then type:
httpd -n wampapache64 -k install
Then, you have to change the starting mode of the service which, by default, is automatic by manual
sc config wampapache64 start= demand
Result:
E:\wamp64\bin\apache\apache2.4.43\bin>httpd -n wampapache64 -k install
Installing the 'wampapache64' service
The 'wampapache64' service is successfully installed.
Testing httpd.conf....
Errors reported here must be corrected before the service can be started.
E:\wamp64\bin\apache\apache2.4.43\bin>sc config wampapache64 start= demand
[SC] ChangeServiceConfig réussite(s)
E:\wamp64\bin\apache\apache2.4.43\bin>
You may have missed the Windows HTTP server Apache 2.4.43 access permission window and the Windows firewall may accept Apache 2.4.39 and 2.4.41 but not 2.4.43.
To be checked in the Windows Firewall, Allowed Applications.
------------------------------------------------------------------------------------------------------------
Wampserver 3.2.9 32 bit - Apache 2.4.53 - PHP 8.1.5…5.6.40 - MySQL 5.7.38 - MariaDB 10.5.13/10.6.5
Wampserver 3.2.9 64 bit - Apache 2.4.53 - PHP 8.1.5…5.6.40 - MySQL 5.7.38/8.0.29 - MariaDB 10.5.15/10.7.3
PhPMyadmin 5.1.3 - MysqlDumper 1.24.5 on W10 and W7 Pro 64 bit
Documentation Apache -
Documentation PHP -
Documentation MySQL -
Wampserver install files & addons« Ce n'est pas parce qu'ils sont nombreux à avoir tort, qu'ils ont forcément raison. Coluche »
« It's not because they are many to be wrong, they are necessarily right. Coluche »
Edited 1 time(s). Last edit at 04/05/2020 03:03PM by Otomatic.