Wamp无法在Windows2016中启动

时间:2017-09-18 04:42:40

标签: windows wampserver

我无法启动Wamp服务器,因为mysql无法启动。同一个Wamp服务器之前的工作正常。请看下面的日志

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 

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

任务杀死

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.

谢谢

1 个答案:

答案 0 :(得分:1)

可能有些服务已经使用了443端口。 您可以在powershell中使用netstat -aon | Select-String "443"命令来确定它。