Hi,
>>> Invalid command 'SSLCipherSuite', perhaps misspelled or defined by a module not included in the server configuration .
>>> AH00526: Syntax error on line 53 of C:/wamp/bin/apache/apache2.4.33/conf/extra/httpd-ssl.conf: .
The service status test checks whether the service is started via the :
sc query servicename | FINDSTR "STOPPED RUNNING"'
If a service is not started, we will look for the error code with the command :
sc queryex servicename | FINDSTR "WIN32_EXIT_CODE"'
and then the message relating to this error by the command:
net helpmsg errorcode
but the messages relating to a non-start of a service are not explicit on the cause of the non-start, that's why, for the Apache service, we will look for the last two entries of the event viewer by a command a little boring:
wevtutil qe Application /c:2 /rd:true /f:text /q:\"*[System[Provider[@Name='Apache Service'] and (Level=2)]]\"
and, these last two events are displayed.
But, even if these events are related to the Apache Service, we can't be sure that they are related to the last request to start the service.
------------------------------------------------------------------------------------------------------------
Wampserver 3.3.0 32 bit - Apache 2.4.54.2 - PHP 8.2.4…7.4.33 - MySQL 5.7.40 - MariaDB 10.5.13/10.6.5
Wampserver 3.3.0 64 bit - Apache 2.4.54.2 - PHP 8.2.4…7.4.33 - MySQL 5.7.40/8.0.31 - MariaDB 10.5.17/10.10.2
PhPMyadmin 5.2.1 - MysqlDumper 1.24.5 on W10 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 »