2017-09-18 4 views
-1

Je suis incapable de démarrer le serveur Wamp car mysql ne démarre pas. Le même serveur Wamp fonctionnait bien plus tôt. s'il vous plaît consulter ci-dessous logImpossible de démarrer Wamp dans windows2016

C:\wamp32\wamp\bin\apache\apache2.4.9\bin>httpd.exe 

[alias:warn] [pid 13596:tid 324] AH00671: The Alias directive in C 
:/wamp32/wamp/bin/apache/apache2.4.9/conf/httpd.conf at line 610 will probably never match because i  
t overlaps an earlier Alias. 

(OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions. : AH 
00072: make_sock: -could not bind to address [::]:443 

(OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions. : AH 

00072: make_sock: could not bind to address 0.0.0.0:443 

AH00451: no listening sockets available, shutting down 

AH00015: Unable to open logs 

commande netstat

\wamp32\wamp\bin\apache\apache2.4.9\bin>netstat -aon | find "443" 
TCP 0.0.0.0:443   0.0.0.0:0    LISTENING  4 

Tâche Tuer

C:\wamp32\wamp\bin\apache\apache2.4.9\bin>taskkill /f /pid 4 
ERROR: The process with PID 4 could not be terminated. 
Reason: Access is denied. 

Merci

+1

Si c'est sur Pid 4 alors c'est probablement parce que vous avez IIS et/ou logiciel associé exécutant – RiggsFolly

Répondre

1

Peut-être un service utilise déjà le port 443. Vous pouvez utiliser la commande netstat -aon | Select-String "443" dans PowerShell pour le déterminer.

+0

ouais, mais j'ai essayé de tuer le processus, obtenez ci-dessous l'erreur C: \ wamp32 \ wamp \ bin \ apache \ apache2.4.9 \ bin> taskkill/f/pid 4 ERREUR: Le processus avec PID 4 n'a pas pu être arrêté. Raison: Accès refusé. – niran

+0

Il s'agit d'un service système ou d'un rôle. Vous devez arrêter le service ou supprimer le rôle – matrix

+2

Il est fort probable que ce soit IIS ou RemoteAccess. Vérifiez s'il est en état de fonctionnement et essayez de désactiver. – matrix