Je viens d'installer une nouvelle version de WAMP (Dernière version complète : Wampserver 3.3.7 64 bit x64), en suivant les instructions "INSTALLER UNE (nouvelle) VERSION de Wampserver"
Tout paraît correct : (l'icone est verte, la vérification des services est correcte, pas de log d'erreur...) Cependant, je n'arrive pas à accéder à localhost. J'ai l'erreur : "Ce site est inaccessible La connexion a été réinitialisée. ERR_CONNECTION_RESET" "ou "ERR_SOCKET_NOT_CONNECTED" selon le navigateur
Par contre, lorsque je bascule sur une ancienne version d'Apache 2.4.52 (que j'avais sur mon ancienne version de WAMP), je n'ai pas ce problème, la page localhost s'affiche sans problème et tout fonctionne bien.
J'ai essayé de: - désactiver mon anti virus "Kaspersky" - supprimer Skype - vérifier que IIS n'est pas actif - vérifier que je n'utilisais pas de proxy - essayer différents navigateurs
Mais rien n'y fait
Voici les informations concernant mon installation :
Version de Windows utilisée: 11 en 64 bits Version de Wampserver : 3.3.7 64 bits Version Apache : 2.4.62.1 Version PHP : 8.3.14 Version MySQL : 9.1.0 Version MariaDB : 11.5.2 Icône Wampserver : verte
Lignes actives dans le fichier c:\Windows\System32\drivers\etc\hosts : 127.0.0.1 localhost ::1 localhost
Accès à localhost (Page d'accueil de wampserver) ? Non Navigateur utilisé : Chrome Accès à phpMyAdmin ? Non
Chemin complet de l'installation de Wampserver : C:\wamp64
Bonjour, J'ai essayé de changer de navigateur (j'avais déjà essayé avant) : rien. J'ai mis en exception le dossier C:\wamp64 dans Kaspersky : rien J'ai appliqué la mise à jour 3.3.8 puis installé Apache 2.4.65 et basculé sur cette version : rien. J'ai généré un "rapport de configuration de Wampserver" (ci-dessous), si vous voyez quelque chose?
1759394983 ------ Wampserver configuration report jeudi 2 octobre 2025 - 08:49 - Windows NT 10.0 build 26100 (Windows 11) - Text_Encoding = Array ( [IsSingleByte] => True [BodyName] => iso-8859-1 [EncodingName] => Europe de l'Ouest (Windows) [HeaderName] => Windows-1252 [WebName] => Windows-1252 [WindowsCodePage] => 1252 [CodePage] => 1252 [LocaleCtype] => 1252 ) - Windows Charset: Windows-1252 - Wampserver version 3.3.8 - 64bit - Wampserver install version 3.3.7 installed on 2025-09-29 - Update Updated to 3.3.8 on 2025-10-02 - Install directory: c:/wamp64 - Default browser: C:/Program Files (x86)/Google/Chrome/Application/chrome.exe - Default text editor: C:/Users/delme/AppData/Local/Programs/Microsoft VS Code/Code.exe - Default log viewer: C:/Users/delme/AppData/Local/Programs/Microsoft VS Code/Code.exe - Apache 2.4.65 - Port 80 - Additional Apache listening ports: - PHP 8.3.14 MySQL versions seen by refresh listDir: 9.1.0 MariaDB versions seen by refresh listDir: 11.5.2 PHP versions seen by refresh listDir: 7.4.33 - 8.0.30 - 8.1.31 - 8.2.26 - 8.2.28 - 8.3.14 - 8.4.0 Apache versions seen by refresh listDir: 2.4.52 - 2.4.62.1 - 2.4.65 - MySQL 9.1.0 Port 3306 MySQL basedir = c:/wamp64/bin/mysql/mysql9.1.0 MySQL datadir = c:/wamp64/bin/mysql/mysql9.1.0/data - MariaDB 11.5.2 Port 3307 MariaDB basedir = c:/wamp64/bin/mariadb/mariadb11.5.2 MariaDB datadir = c:/wamp64/bin/mariadb/mariadb11.5.2/data - PHP 8.2.28 for Internal Wampserver PHP scripts ------ Wampserver configuration ------ ---------- Section [main] language = french wampserverVersion = 3.3.8 installDir = c:/wamp64 installVersion = 3.3.7 navigator = C:/Program Files (x86)/Google/Chrome/Application/chrome.exeeditor = C:/Users/delme/AppData/Local/Programs/Microsoft VS Code/Code.exe logviewer = C:/Users/delme/AppData/Local/Programs/Microsoft VS Code/Code.exedefaultLanguage = english wampserverMode = 64bit installDate = 2025-09-29 wampStartDate = 2025-10-2 08:45:31 update3.3.8 = 2025-10-02 ---------- Section [options] AliasSubmenu = off NotCheckVirtualHost = off NotCheckDuplicate = off HomepageAtStartup = off SupportMySQL = on SupportMariaDB = on HostsLinesLimit = 5000 NotVerifyHosts = off NotVerifyTLD = off AutoCleanLogs = on AutoCleanLogsMax = 1000 AutoCleanLogsMin = 50 AutoCleanTmp = on AutoCleanTmpMax = 1000 BackupHosts = off ShowWWWdirMenu = off LinksOnProjectsHomePage = off LinksOnProjectsHomeByIp = off LocalTest = off ScrollListsHomePage = off utf8_beta = off httpsReady = on UseWampHttps = on AllowLocalhostHttps = on CleanLogs_SwitchVersion = on BrowserChoice = on CheckHttpdRequire = on ---------- Section [apacheoptions] apacheUseOtherPort = off apachePortUsed = 80 apacheCompareVersion = off apacheRestoreFiles = off apacheGracefulRestart = on ---------- Section [mysqloptions] mysqlPortUsed = 3306 mysqlUseOtherPort = off mysqlPortOptionsMenu = on ---------- Section [mariadboptions] mariaPortUsed = 3307 mariaUseOtherPort = on mariadbPortOptionsMenu = on --------------------------------------------- ------ C:/WINDOWS/system32/drivers/etc/hosts file contents ------ ------ Limited to the first 30 lines ------ # 127.0.0.1 localhost ::1 localhost ---------------------------------------------- -- c:/wamp64/bin/apache/apache2.4.65/conf/extra/httpd-vhosts.conf file contents -- ------ Limited to the first 40 lines ------ # Virtual Hosts # <VirtualHost *:80> ServerName localhost ServerAlias localhost DocumentRoot "${INSTALL_DIR}/www" <Directory "${INSTALL_DIR}/www/"> Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All Require local </Directory> </VirtualHost> # ---------------------------------------------- -- PHP Configuration values allow_url_fopen = On allow_url_include = Off auto_append_file = auto_globals_jit = On auto_prepend_file = date.timezone = UTC default_charset = UTF-8 default_mimetype = text/html disable_classes = disable_functions = display_errors = On display_startup_errors = On enable_dl = Off error_reporting = E_ALL expose_php = On file_uploads = On ignore_repeated_errors = Off ignore_repeated_source = Off implicit_flush = Off log_errors = On max_execution_time = 120 max_input_time = 60 max_input_vars = 2500 memory_limit = 128M opcache.jit = disable output_buffering = 4096 post_max_size = 8M register_argc_argv = Off report_memleaks = On request_order = GP session.save_path = c:/wamp64/tmp short_open_tag = Off upload_max_filesize = 2M upload_tmp_dir = c:/wamp64/tmp variables_order = GPCS xdebug.log_level = 7 xdebug.mode = develop xdebug.show_local_vars = 0 zend.enable_gc = On zlib.output_compression = Off -------------------------------------------------- --------- wampmanager.ini (Last 5 lines) -------- [Options] Tray Menu Manager Build=Release Tray Menu Manager Version=3.2.7.0 Tray Menu Manager Mode=64 Bits Windows Version=Windows 11 [Version: 24H2] [Build: 26100.6584] 64 Bits Edition -------------------------------------------------- State of services: The service 'wampapache64' is started Start type : DEMAND_START Service Session : LocalSystem The service 'wampmysqld64' is started Start type : DEMAND_START Service Session : LocalSystem The service 'wampmariadb64' is started Start type : DEMAND_START Service Session : LocalSystem all services are started - it is OK all services BINARY_PATH_NAME are OK all services START_TYPE are OK -------------------------------------------------- *** Checking the DNS search order *** Values of registry keys for HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider are in correct order -------------------------------------------------- Wampmanager (Aestan Tray Menu) %AeTrayVersionBuild% - %AeTrayOldModeBuild% Compiler Visual C++ versions used: PHP 7.4.33 Compiler => Visual C++ 2017 - Architecture => x64 PHP 8.0.30 Compiler => Visual C++ 2019 - Architecture => x64 PHP 8.1.31 Compiler => Visual C++ 2019 - Architecture => x64 PHP 8.2.26 Compiler => Visual C++ 2019 - Architecture => x64 PHP 8.2.28 Compiler => Visual C++ 2019 - Architecture => x64 PHP 8.3.14 Compiler => Visual C++ 2019 - Architecture => x64 PHP 8.4.0 Compiler => Visual C++ 2022 - Architecture => x64 MySQL Ver 9.1.0 for Win64 on x86_64 (MySQL Community Server - GPL) MariaDB Ver 11.5.2-MariaDB for Win64 on AMD64 (mariadb.org binary distribution) Apache 2.4.52 Apache Lounge VS16 Server built: Dec 17 2021 10:17:38 Architecture: 64-bit Apache 2.4.62.1 Apache Lounge VS17 Server built: Sep 4 2024 10:31:52 Architecture: 64-bit Apache 2.4.65 Apache Lounge VS17 Server built: Jul 24 2025 14:32:29 Architecture: 64-bit -------------------------------------------------- Apache loaded modules - Commande httpd.exe -t -D DUMP_MODULES - Core: core_module http_module mpm_winnt_module so_module win32_module - Shared modules: actions_module alias_module allowmethods_module asis_module authn_core_module authn_file_module authz_core_module authz_groupfile_module authz_host_module authz_user_module auth_basic_module auth_digest_module autoindex_module cache_disk_module cache_module cgi_module dir_module env_module fcgid_module file_cache_module headers_module include_module isapi_module log_config_module mime_module negotiation_module php_module rewrite_module setenvif_module userdir_module vhost_alias_module -------------------------------------------------- Apache includes Included configuration files: (*) C:/wamp64/bin/apache/apache2.4.65/conf/httpd.conf (561) C:/wamp64/bin/apache/apache2.4.65/conf/extra/httpd-autoindex.conf (573) C:/wamp64/bin/apache/apache2.4.65/conf/extra/httpd-vhosts.conf (601) C:/wamp64/alias/adminer.conf (601) C:/wamp64/alias/phpmyadmin5.2.1.conf (601) C:/wamp64/alias/phpmyadmin5.2.2.conf (601) C:/wamp64/alias/phpsysinfo.conf -------------------------------------------------- Apache variables (Define) - With command httpd.exe -t -D DUMP_RUN_CFG APACHE24 = Apache2.4 VERSION_APACHE = 2.4.65 INSTALL_DIR = c:/wamp64 APACHE_DIR = c:/wamp64/bin/apache/apache2.4.65 SRVROOT = c:/wamp64/bin/apache/apache2.4.65 PHPROOT = c:/wamp64/bin/php/php -------------------------------------------------- VirtualHost configuration: Virtual Host: localhost -------------------------------------------------- -- PHP Loaded Extensions With function get_loaded_extensions() -- For PHP 8.3.14 used as Apache module bcmath calendar com_dotnet Core ctype curl date dom exif fileinfo filter gd gettext gmp hash iconv imagick imap intl json ldap libxml mbstring mysqli mysqlnd openssl pcre PDO pdo_mysql pdo_sqlite Phar random readline Reflection session SimpleXML soap sockets sodium SPL sqlite3 standard tokenizer xdebug xml xmlreader xmlwriter xsl Zend OPcache zip zlib -------------------------------------------------- -- Use of PHP versions PHP 7.4.33 not used PHP 8.0.30 not used PHP 8.1.31 not used PHP 8.2.26 not used PHP 8.2.28 used for Wampserver internal PHP scripts PHP 8.3.14 used as APACHE module PHP 8.4.0 not used -------------------------------------------------- -- Show Excluded port by the System With command: netsh int ip show excludedportrange protocol=tcp 5357 -------------------------------------------------- ***** Check symbolic links ***** All symbolic links are OK -------------------------------------------------- ***** Test which uses port 80 ***** ===== Tested by command netstat filtered on port 80 ===== Test for TCP Your port 80 is used by a processus with PID = 19104 The processus of PID 19104 is 'httpd.exe' Session: Services The service of PID 19104 for 'httpd.exe' is 'wampapache64' This service is from Wampserver - It is correct Test for TCPv6 Your port 80 is used by a processus with PID = 19104 The processus of PID 19104 is 'httpd.exe' Session: Services The service of PID 19104 for 'httpd.exe' is 'wampapache64' This service is from Wampserver - It is correct ===== Tested by attempting to open a socket on port 80 ===== Your port 80 is actually used by : Server information not available (might be Skype or IIS). -------------------------------------------------- ***** Test which uses port 3306 ***** ===== Tested by command netstat filtered on port 3306 ===== Test for TCP Your port 3306 is used by a processus with PID = 3736 The processus of PID 3736 is 'mysqld.exe' Session: Services The service of PID 3736 for 'mysqld.exe' is 'N/A' N/A means that there are no service related to PID 3736 Processus 'mysqld.exe' is launched by service 'wampmysqld64' with PID 17032 Test for TCPv6 Your port 3306 is used by a processus with PID = 3736 The processus of PID 3736 is 'mysqld.exe' Session: Services The service of PID 3736 for 'mysqld.exe' is 'N/A' N/A means that there are no service related to PID 3736 Processus 'mysqld.exe' is launched by service 'wampmysqld64' with PID 17032 -------------------------------------------------- ***** Test which uses port 3307 ***** ===== Tested by command netstat filtered on port 3307 ===== Test for TCP Your port 3307 is used by a processus with PID = 17320 The processus of PID 17320 is 'mysqld.exe' Session: Services The service of PID 17320 for 'mysqld.exe' is 'wampmariadb64' This service is from Wampserver - It is correct Test for TCPv6 Your port 3307 is used by a processus with PID = 17320 The processus of PID 17320 is 'mysqld.exe' Session: Services The service of PID 17320 for 'mysqld.exe' is 'wampmariadb64' This service is from Wampserver - It is correct -------------------------------------------------- -------- Apache error log (Last 30 lines) -------- --- File cleaned up by Wampserver on 2025-10-02 08:45 --- [Thu Oct 02 10:45:40.499961 2025] [mpm_winnt:notice] [pid 19104:tid 440] AH00455: Apache/2.4.65 (Win64) PHP/8.3.14 mod_fcgid/2.3.10-dev configured -- resuming normal operations [Thu Oct 02 10:45:40.499961 2025] [mpm_winnt:notice] [pid 19104:tid 440] AH00456: Apache Lounge VS17 Server built: Jul 24 2025 14:32:29 [Thu Oct 02 10:45:40.499961 2025] [core:notice] [pid 19104:tid 440] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.65\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.65' [Thu Oct 02 10:45:40.499961 2025] [mpm_winnt:notice] [pid 19104:tid 440] AH00418: Parent: Created child process 10744 [Thu Oct 02 10:45:41.066024 2025] [mpm_winnt:notice] [pid 10744:tid 476] AH00354: Child: Starting 1024 worker threads. -------------------------------------------------- -------- Apache access log (Last 30 lines) -------- --- File cleaned up by Wampserver on 2025-10-02 08:45 --- -------------------------------------------------- -------- PHP error log (Last 30 lines) -------- --- File cleaned up by Wampserver on 2025-10-02 08:45 --- [02-Oct-2025 08:49:39 UTC] PHP Warning: Undefined variable $gotInfo in C:\wamp64\scripts\testPort.php on line 127 [02-Oct-2025 08:49:39 UTC] PHP Stack trace: [02-Oct-2025 08:49:39 UTC] PHP 1. {main}() C:\wamp64\scripts\testPort.php:0 -------------------------------------------------- -------- MySQL error log (Last 30 lines) -------- --- File cleaned up by Wampserver on 2025-10-02 08:45 --- 2025-10-02T08:45:41.237799Z 0 [System] [MY-015015] [Server] MySQL Server - start. 2025-10-02T08:45:41.516578Z 0 [System] [MY-010116] [Server] c:\wamp64\bin\mysql\mysql9.1.0\bin\mysqld.exe (mysqld 9.1.0) starting as process 3736 2025-10-02T08:45:41.587616Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2025-10-02T08:45:43.318655Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2025-10-02T08:45:44.681368Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. 2025-10-02T08:45:44.681887Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. 2025-10-02T08:45:44.736847Z 0 [System] [MY-010931] [Server] c:\wamp64\bin\mysql\mysql9.1.0\bin\mysqld.exe: ready for connections. Version: '9.1.0' socket: '' port: 3306 MySQL Community Server - GPL. -------------------------------------------------- -------- MariaDB error log (Last 30 lines) -------- --- File cleaned up by Wampserver on 2025-10-02 08:45 --- 2025-10-02 10:45:44 0 [Note] Starting MariaDB 11.5.2-MariaDB source revision ea75a0b6009b0251e83193cd38c3974e36b65e06 server_uid O248RykYWLq3u1cRlxLF7hTUkGc= as process 17320 2025-10-02 10:45:44 0 [Warning] --innodb-file-per-table is deprecated and will be removed in a future release 2025-10-02 10:45:44 0 [Warning] --innodb-flush-method is deprecated and will be removed in a future release 2025-10-02 10:45:44 0 [Note] InnoDB: Compressed tables use zlib 1.3.1 2025-10-02 10:45:44 0 [Note] InnoDB: Number of transaction pools: 1 2025-10-02 10:45:44 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions 2025-10-02 10:45:44 0 [Note] InnoDB: Initializing buffer pool, total size = 256.000MiB, chunk size = 4.000MiB 2025-10-02 10:45:44 0 [Note] InnoDB: Completed initialization of buffer pool 2025-10-02 10:45:44 0 [Note] InnoDB: File system buffers for log disabled (block size=512 bytes) 2025-10-02 10:45:44 0 [Note] InnoDB: End of log at LSN=47779 2025-10-02 10:45:44 0 [Note] InnoDB: Opened 3 undo tablespaces 2025-10-02 10:45:44 0 [Note] InnoDB: 128 rollback segments in 3 undo tablespaces are active. 2025-10-02 10:45:44 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ... 2025-10-02 10:45:44 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB. 2025-10-02 10:45:44 0 [Note] InnoDB: log sequence number 47779; transaction id 14 2025-10-02 10:45:44 0 [Note] Plugin 'FEEDBACK' is disabled. 2025-10-02 10:45:45 0 [Note] mysqld.exe: SSPI: using principal name 'localhost', mech 'Negotiate' 2025-10-02 10:45:45 0 [Note] Server socket created on IP: '::'. 2025-10-02 10:45:45 0 [Note] Server socket created on IP: '0.0.0.0'. 2025-10-02 10:45:45 0 [Note] mysqld.exe: Event Scheduler: Loaded 0 events 2025-10-02 10:45:45 0 [Note] c:\wamp64\bin\mariadb\mariadb11.5.2\bin\mysqld.exe: ready for connections. Version: '11.5.2-MariaDB' socket: '' port: 3307 mariadb.org binary distribution --------------------------------------------------
> ===== Tested by attempting to open a socket on port 80 ===== > Your port 80 is actually used by : > Server information not available (might be Skype or IIS).
Ce devrait être : ===== Tested by attempting to open a socket on port 80 ===== Your port 80 is actually used by : Server: Apache/2.4.65 (Win64) OpenSSL/3.5.1 PHP/8.4.13 mod_fcgid/2.3.10-dev
Merci pour ce retour. J'ai déjà désinstallé Skype. J'ai re-vérifié IIS : tout est bien décoché.
Voici le "rapport de configuration de Wampserver" lorsque je bascule sur la version Apache 2.4.52. Comme vous pouvez le voir, j'ai le même retour sur le port 80, alors que ma page localhost s'affiche correctement.
1759409707 ------ Wampserver configuration report jeudi 2 octobre 2025 - 12:55 - Windows NT 10.0 build 26100 (Windows 11) - Text_Encoding = Array ( [IsSingleByte] => True [BodyName] => iso-8859-1 [EncodingName] => Europe de l'Ouest (Windows) [HeaderName] => Windows-1252 [WebName] => Windows-1252 [WindowsCodePage] => 1252 [CodePage] => 1252 [LocaleCtype] => 1252 ) - Windows Charset: Windows-1252 - Wampserver version 3.3.8 - 64bit - Wampserver install version 3.3.7 installed on 2025-09-29 - Update Updated to 3.3.8 on 2025-10-02 - Install directory: c:/wamp64 - Default browser: C:/Program Files (x86)/Google/Chrome/Application/chrome.exe - Default text editor: C:/Users/delme/AppData/Local/Programs/Microsoft VS Code/Code.exe - Default log viewer: C:/Users/delme/AppData/Local/Programs/Microsoft VS Code/Code.exe - Apache 2.4.52 - Port 80 - Additional Apache listening ports: - PHP 8.3.14 MySQL versions seen by refresh listDir: 9.1.0 MariaDB versions seen by refresh listDir: 11.5.2 PHP versions seen by refresh listDir: 7.4.33 - 8.0.30 - 8.1.31 - 8.2.26 - 8.2.28 - 8.3.14 - 8.4.0 Apache versions seen by refresh listDir: 2.4.52 - 2.4.62.1 - 2.4.65 - MySQL 9.1.0 Port 3306 MySQL basedir = c:/wamp64/bin/mysql/mysql9.1.0 MySQL datadir = c:/wamp64/bin/mysql/mysql9.1.0/data - MariaDB 11.5.2 Port 3307 MariaDB basedir = c:/wamp64/bin/mariadb/mariadb11.5.2 MariaDB datadir = c:/wamp64/bin/mariadb/mariadb11.5.2/data - PHP 8.2.28 for Internal Wampserver PHP scripts ------ Wampserver configuration ------ ---------- Section [main] language = french wampserverVersion = 3.3.8 installDir = c:/wamp64 installVersion = 3.3.7 navigator = C:/Program Files (x86)/Google/Chrome/Application/chrome.exeeditor = C:/Users/delme/AppData/Local/Programs/Microsoft VS Code/Code.exe logviewer = C:/Users/delme/AppData/Local/Programs/Microsoft VS Code/Code.exedefaultLanguage = english wampserverMode = 64bit installDate = 2025-09-29 wampStartDate = 2025-10-2 12:40:23 update3.3.8 = 2025-10-02 ---------- Section [options] AliasSubmenu = off NotCheckVirtualHost = off NotCheckDuplicate = off HomepageAtStartup = off SupportMySQL = on SupportMariaDB = on HostsLinesLimit = 5000 NotVerifyHosts = off NotVerifyTLD = off AutoCleanLogs = on AutoCleanLogsMax = 1000 AutoCleanLogsMin = 50 AutoCleanTmp = on AutoCleanTmpMax = 1000 BackupHosts = off ShowWWWdirMenu = off LinksOnProjectsHomePage = off LinksOnProjectsHomeByIp = off LocalTest = off ScrollListsHomePage = off utf8_beta = off httpsReady = on UseWampHttps = on AllowLocalhostHttps = on CleanLogs_SwitchVersion = on BrowserChoice = on CheckHttpdRequire = on ---------- Section [apacheoptions] apacheUseOtherPort = off apachePortUsed = 80 apacheCompareVersion = off apacheRestoreFiles = off apacheGracefulRestart = on ---------- Section [mysqloptions] mysqlPortUsed = 3306 mysqlUseOtherPort = off mysqlPortOptionsMenu = on ---------- Section [mariadboptions] mariaPortUsed = 3307 mariaUseOtherPort = on mariadbPortOptionsMenu = on --------------------------------------------- ------ C:/WINDOWS/system32/drivers/etc/hosts file contents ------ ------ Limited to the first 30 lines ------ # 127.0.0.1 localhost ::1 localhost ---------------------------------------------- -- c:/wamp64/bin/apache/apache2.4.52/conf/extra/httpd-vhosts.conf file contents -- ------ Limited to the first 40 lines ------ # Virtual Hosts # <VirtualHost *:80> ServerName localhost ServerAlias localhost DocumentRoot "${INSTALL_DIR}/www" <Directory "${INSTALL_DIR}/www/"> Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All Require local </Directory> </VirtualHost> # ---------------------------------------------- -- PHP Configuration values allow_url_fopen = On allow_url_include = Off auto_append_file = auto_globals_jit = On auto_prepend_file = date.timezone = UTC default_charset = UTF-8 default_mimetype = text/html disable_classes = disable_functions = display_errors = On display_startup_errors = On enable_dl = Off error_reporting = E_ALL expose_php = On file_uploads = On ignore_repeated_errors = Off ignore_repeated_source = Off implicit_flush = Off log_errors = On max_execution_time = 120 max_input_time = 60 max_input_vars = 2500 memory_limit = 128M opcache.jit = disable output_buffering = 4096 post_max_size = 8M register_argc_argv = Off report_memleaks = On request_order = GP session.save_path = c:/wamp64/tmp short_open_tag = Off upload_max_filesize = 2M upload_tmp_dir = c:/wamp64/tmp variables_order = GPCS xdebug.log_level = 7 xdebug.mode = develop xdebug.show_local_vars = 0 zend.enable_gc = On zlib.output_compression = Off -------------------------------------------------- --------- wampmanager.ini (Last 5 lines) -------- [Options] Tray Menu Manager Build=Release Tray Menu Manager Version=3.2.7.0 Tray Menu Manager Mode=64 Bits Windows Version=Windows 11 [Version: 24H2] [Build: 26100.6584] 64 Bits Edition -------------------------------------------------- State of services: The service 'wampapache64' is started Start type : DEMAND_START Service Session : LocalSystem The service 'wampmysqld64' is started Start type : DEMAND_START Service Session : LocalSystem The service 'wampmariadb64' is started Start type : DEMAND_START Service Session : LocalSystem all services are started - it is OK all services BINARY_PATH_NAME are OK all services START_TYPE are OK -------------------------------------------------- *** Checking the DNS search order *** Values of registry keys for HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider are in correct order -------------------------------------------------- Wampmanager (Aestan Tray Menu) %AeTrayVersionBuild% - %AeTrayOldModeBuild% Compiler Visual C++ versions used: PHP 7.4.33 Compiler => Visual C++ 2017 - Architecture => x64 PHP 8.0.30 Compiler => Visual C++ 2019 - Architecture => x64 PHP 8.1.31 Compiler => Visual C++ 2019 - Architecture => x64 PHP 8.2.26 Compiler => Visual C++ 2019 - Architecture => x64 PHP 8.2.28 Compiler => Visual C++ 2019 - Architecture => x64 PHP 8.3.14 Compiler => Visual C++ 2019 - Architecture => x64 PHP 8.4.0 Compiler => Visual C++ 2022 - Architecture => x64 MySQL Ver 9.1.0 for Win64 on x86_64 (MySQL Community Server - GPL) MariaDB Ver 11.5.2-MariaDB for Win64 on AMD64 (mariadb.org binary distribution) Apache 2.4.52 Apache Lounge VS16 Server built: Dec 17 2021 10:17:38 Architecture: 64-bit Apache 2.4.62.1 Apache Lounge VS17 Server built: Sep 4 2024 10:31:52 Architecture: 64-bit Apache 2.4.65 Apache Lounge VS17 Server built: Jul 24 2025 14:32:29 Architecture: 64-bit -------------------------------------------------- Apache loaded modules - Commande httpd.exe -t -D DUMP_MODULES - Core: core_module http_module mpm_winnt_module so_module win32_module - Shared modules: access_compat_module actions_module alias_module allowmethods_module asis_module authn_core_module authn_file_module authz_core_module authz_groupfile_module authz_host_module authz_user_module auth_basic_module auth_digest_module autoindex_module cache_disk_module cache_module cgi_module dir_module env_module fcgid_module file_cache_module include_module isapi_module log_config_module mime_module negotiation_module php_module rewrite_module setenvif_module socache_shmcb_module ssl_module userdir_module vhost_alias_module -------------------------------------------------- Apache includes Included configuration files: (*) C:/wamp64/bin/apache/apache2.4.52/conf/httpd.conf (572) C:/wamp64/bin/apache/apache2.4.52/conf/extra/httpd-autoindex.conf (584) C:/wamp64/bin/apache/apache2.4.52/conf/extra/httpd-vhosts.conf (601) C:/wamp64/bin/apache/apache2.4.52/conf/extra/httpd-ssl.conf (612) C:/wamp64/alias/adminer.conf (612) C:/wamp64/alias/phpmyadmin5.2.1.conf (612) C:/wamp64/alias/phpmyadmin5.2.2.conf (612) C:/wamp64/alias/phpsysinfo.conf -------------------------------------------------- Apache variables (Define) - With command httpd.exe -t -D DUMP_RUN_CFG APACHE24 = Apache2.4 VERSION_APACHE = 2.4.52 INSTALL_DIR = c:/wamp64 APACHE_DIR = c:/wamp64/bin/apache/apache2.4.52 SRVROOT = c:/wamp64/bin/apache/apache2.4.52 PHPROOT = c:/wamp64/bin/php/php CERTIFS = c:/wamp64/bin/Certs CERTIFICATS = c:/wamp64/bin/certificats -------------------------------------------------- VirtualHost configuration: Virtual Host: localhost -------------------------------------------------- -- PHP Loaded Extensions With function get_loaded_extensions() -- For PHP 8.3.14 used as Apache module bcmath calendar com_dotnet Core ctype curl date dom exif fileinfo filter gd gettext gmp hash iconv imagick imap intl json ldap libxml mbstring mysqli mysqlnd openssl pcre PDO pdo_mysql pdo_sqlite Phar random readline Reflection session SimpleXML soap sockets sodium SPL sqlite3 standard tokenizer xdebug xml xmlreader xmlwriter xsl Zend OPcache zip zlib -------------------------------------------------- -- Use of PHP versions PHP 7.4.33 not used PHP 8.0.30 not used PHP 8.1.31 not used PHP 8.2.26 not used PHP 8.2.28 used for Wampserver internal PHP scripts PHP 8.3.14 used as APACHE module PHP 8.4.0 not used -------------------------------------------------- -- Show Excluded port by the System With command: netsh int ip show excludedportrange protocol=tcp No port found -------------------------------------------------- ***** Check symbolic links ***** All symbolic links are OK -------------------------------------------------- ***** Test which uses port 80 ***** ===== Tested by command netstat filtered on port 80 ===== Test for TCP Your port 80 is used by a processus with PID = 19460 The processus of PID 19460 is 'httpd.exe' Session: Services The service of PID 19460 for 'httpd.exe' is 'wampapache64' This service is from Wampserver - It is correct Test for TCPv6 Your port 80 is used by a processus with PID = 19460 The processus of PID 19460 is 'httpd.exe' Session: Services The service of PID 19460 for 'httpd.exe' is 'wampapache64' This service is from Wampserver - It is correct ===== Tested by attempting to open a socket on port 80 ===== Your port 80 is actually used by : Server information not available (might be Skype or IIS). -------------------------------------------------- ***** Test which uses port 3306 ***** ===== Tested by command netstat filtered on port 3306 ===== Test for TCP Your port 3306 is used by a processus with PID = 14600 The processus of PID 14600 is 'mysqld.exe' Session: Services The service of PID 14600 for 'mysqld.exe' is 'N/A' N/A means that there are no service related to PID 14600 Processus 'mysqld.exe' is launched by service 'wampmysqld64' with PID 7976 Test for TCPv6 Your port 3306 is used by a processus with PID = 14600 The processus of PID 14600 is 'mysqld.exe' Session: Services The service of PID 14600 for 'mysqld.exe' is 'N/A' N/A means that there are no service related to PID 14600 Processus 'mysqld.exe' is launched by service 'wampmysqld64' with PID 7976 -------------------------------------------------- ***** Test which uses port 3307 ***** ===== Tested by command netstat filtered on port 3307 ===== Test for TCP Your port 3307 is used by a processus with PID = 1928 The processus of PID 1928 is 'mysqld.exe' Session: Services The service of PID 1928 for 'mysqld.exe' is 'wampmariadb64' This service is from Wampserver - It is correct Test for TCPv6 Your port 3307 is used by a processus with PID = 1928 The processus of PID 1928 is 'mysqld.exe' Session: Services The service of PID 1928 for 'mysqld.exe' is 'wampmariadb64' This service is from Wampserver - It is correct -------------------------------------------------- -------- Apache error log (Last 30 lines) -------- --- File cleaned up by Wampserver on 2025-10-02 12:51 --- [Thu Oct 02 14:51:41.877647 2025] [mpm_winnt:notice] [pid 5600:tid 440] AH00422: Parent: Received shutdown signal -- Shutting down the server. [Thu Oct 02 14:53:03.025071 2025] [core:warn] [pid 19460:tid 688] AH00098: pid file C:/wamp64/bin/apache/apache2.4.52/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run? [Thu Oct 02 14:53:03.211520 2025] [mpm_winnt:notice] [pid 19460:tid 688] AH00455: Apache/2.4.52 (Win64) OpenSSL/1.1.1m PHP/8.3.14 mod_fcgid/2.3.10-dev configured -- resuming normal operations [Thu Oct 02 14:53:03.211520 2025] [mpm_winnt:notice] [pid 19460:tid 688] AH00456: Apache Lounge VS16 Server built: Dec 17 2021 10:17:38 [Thu Oct 02 14:53:03.211520 2025] [core:notice] [pid 19460:tid 688] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.52\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.52' [Thu Oct 02 14:53:03.227669 2025] [mpm_winnt:notice] [pid 19460:tid 688] AH00418: Parent: Created child process 10292 [Thu Oct 02 14:53:03.779974 2025] [mpm_winnt:notice] [pid 10292:tid 732] AH00354: Child: Starting 1024 worker threads. -------------------------------------------------- -------- Apache access log (Last 30 lines) -------- ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/s_db.png HTTP/1.1" 200 328 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/s_host.png HTTP/1.1" 200 591 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/b_sql.png HTTP/1.1" 200 680 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/s_status.png HTTP/1.1" 200 600 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/s_rights.png HTTP/1.1" 200 461 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/b_export.png HTTP/1.1" 200 514 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/b_import.png HTTP/1.1" 200 556 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/b_tblops.png HTTP/1.1" 200 537 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/s_replication.png HTTP/1.1" 200 399 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/s_vars.png HTTP/1.1" 200 523 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/s_asci.png HTTP/1.1" 200 148 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/b_engine.png HTTP/1.1" 200 398 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/b_plugin.png HTTP/1.1" 200 512 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/s_top.png HTTP/1.1" 200 220 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/console.png HTTP/1.1" 200 292 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/s_passwd.png HTTP/1.1" 200 331 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/s_lang.png HTTP/1.1" 200 659 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/window-new.png HTTP/1.1" 200 468 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/s_theme.png HTTP/1.1" 200 772 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/b_more.png HTTP/1.1" 200 111 ::1 - - [02/Oct/2025:14:53:56 +0200] "POST /phpmyadmin5.2.2/index.php?route=/config/get HTTP/1.1" 200 1516 ::1 - - [02/Oct/2025:14:53:56 +0200] "POST /phpmyadmin5.2.2/index.php?route=/navigation&ajax_request=1 HTTP/1.1" 200 2109 ::1 - - [02/Oct/2025:14:53:56 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/ajax_clock_small.gif HTTP/1.1" 200 1810 ::1 - - [02/Oct/2025:14:53:56 +0200] "POST /phpmyadmin5.2.2/index.php?route=/config/get HTTP/1.1" 200 1608 ::1 - - [02/Oct/2025:14:53:56 +0200] "POST /phpmyadmin5.2.2/index.php?route=/version-check HTTP/1.1" 200 64 ::1 - - [02/Oct/2025:14:53:56 +0200] "POST /phpmyadmin5.2.2/index.php?route=/navigation&ajax_request=1 HTTP/1.1" 200 4414 ::1 - - [02/Oct/2025:14:53:57 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/b_table_add.png HTTP/1.1" 200 571 ::1 - - [02/Oct/2025:14:53:57 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/b_props.png HTTP/1.1" 200 573 ::1 - - [02/Oct/2025:14:53:57 +0200] "GET /phpmyadmin5.2.2/themes/pmahomme/img/b_minus.png HTTP/1.1" 200 123 ::1 - - [02/Oct/2025:14:53:56 +0200] "POST /phpmyadmin5.2.2/index.php?route=/config/set HTTP/1.1" 200 1506 -------------------------------------------------- -------- PHP error log (Last 30 lines) -------- --- File cleaned up by Wampserver on 2025-10-02 12:51 --- [02-Oct-2025 12:53:03 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: c:/wamp64/bin/php/php8.3.14/ext/curl (Le module spécifié est introuvable), c:/wamp64/bin/php/php8.3.14/ext/php_curl.dll (La procédure spécifiée est introuvable)) in Unknown on line 0 [02-Oct-2025 12:53:03 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: c:/wamp64/bin/php/php8.3.14/ext/curl (Le module spécifié est introuvable), c:/wamp64/bin/php/php8.3.14/ext/php_curl.dll (La procédure spécifiée est introuvable)) in Unknown on line 0 [02-Oct-2025 12:55:03 UTC] PHP Warning: Undefined variable $gotInfo in C:\wamp64\scripts\testPort.php on line 127 [02-Oct-2025 12:55:03 UTC] PHP Stack trace: [02-Oct-2025 12:55:03 UTC] PHP 1. {main}() C:\wamp64\scripts\testPort.php:0 -------------------------------------------------- -------- MySQL error log (Last 30 lines) -------- --- File cleaned up by Wampserver on 2025-10-02 12:51 --- -------------------------------------------------- -------- MariaDB error log (Last 30 lines) -------- --- File cleaned up by Wampserver on 2025-10-02 12:51 --- --------------------------------------------------
Bonjour, J'ai essayé de désactiver curl : ça ne marche pas non plus.
Lorsque je switche de la version 2.4.52 à 2.4.65, j'ai ces mises à jour à valider ou pas :
SWITCH APACHE VERSIONS - FROM CURRENT APACHE 2.4.52 TO APACHE 2.4.65 There are differences between Apache 2.4.65 and Apache 2.4.52 -------------------------------------------------------------------------------------- *** -> LoadModule Key 'M' for YES - Requested update NO
Module 2.4.65 : access_compat_module : not loaded headers_module : loaded Module 2.4.52 : access_compat_module : loaded headers_module : not loaded -------------------------------------------------------------------------------------- *** -> httpd-vhosts.conf Key 'V' for YES - Requested update NO
Number of lines :12 At least one line is different Line 2 Module 2.4.65 : <VirtualHost _default_:80> Module 2.4.52 : <VirtualHost *:80> -------------------------------------------------------------------------------------- *** -> openssl.cnf Key 'O' for YES - Requested update NO
Module 2.4.65 : Number of lines 300 Module 2.4.52 : Number of lines 263 -------------------------------------------------------------------------------------- Do you want to copy or update configured files FROM Apache 2.4.52 -> to Apache 2.4.65
For ALL updates press 'A' key then Enter key For RESET choice press 'R' key then Enter key To CANCEL updates, press only Enter key When your CHOICE is READY press 'G' key then Enter key To choose one or more updates, press the associated key then Enter key:
J'ai essayé en ne faisant aucune mise à jour (touche entrée) : ça ne marche pas Avec toutes les mises à jour (touches A + entrée + G + entrée) : ça ne marche pas non plus
Faut-il mettre à jour certains fichiers et pas d'autres?
J'ai essayé avec le port 8080. Même résultat. Et même erreur :
***** Test which uses port 8080 *****
===== Tested by command netstat filtered on port 8080 =====
Test for TCP Your port 8080 is used by a processus with PID = 23224 The processus of PID 23224 is 'httpd.exe' Session: Services The service of PID 23224 for 'httpd.exe' is 'wampapache64' This service is from Wampserver - It is correct
Test for TCPv6 Your port 8080 is used by a processus with PID = 23224 The processus of PID 23224 is 'httpd.exe' Session: Services The service of PID 23224 for 'httpd.exe' is 'wampapache64' This service is from Wampserver - It is correct
===== Tested by attempting to open a socket on port 8080 =====
Your port 8080 is actually used by :
Server information not available (might be Skype or IIS).
--- Do you want to copy the results into Clipboard? --- Press the Y key to confirm - Press ENTER to continue...
Et cette erreur dans les logs php, quand je teste le port 8080 :
[07-Oct-2025 13:06:04 UTC] PHP Warning: Undefined variable $gotInfo in C:\wamp64\scripts\testPort.php on line 127 [07-Oct-2025 13:06:04 UTC] PHP Stack trace: [07-Oct-2025 13:06:04 UTC] PHP 1. {main}() C:\wamp64\scripts\testPort.php:0
Apparemment si vous avez fait la mise à jours de Windows 10 à Windows 11, c'est ensuite une mise à jours foireuse de Microsoft qui pose problème, (A vérifier pour les installations de 0 Windows 11)
J'ai découvert le 17 octobre 2025, le billet de Korben sur le bogue de Windows 11 (encore un). Ce qui est bizarre, tout le monde n'est pas impacté, en tout cas pas moi. J'ai Windows 11 Pro depuis sa sortie en octobre 2021.
---------------------------------------------------------------------------------------------------------------------------------------------------------------- Mon site : [www.jcz.fr]