2017-09-18 50 views
-1

我无法启动Wamp服务器,因为mysql无法启动。相同的Wamp服务器在早期工作正常。请看看下面登录Wamp无法启动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 

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

如果它的Pid 4那么它可能是因为你有IIS和/或相关软件运行 – RiggsFolly

回答

1

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

+0

是的,但我试图杀死进程,得到错误C:\ wamp32 \ wamp \ bin \ apache \ apache2.4.9 \ bin> taskkill/f/pid 4 错误:PID 4进程无法终止。 原因:访问被拒绝。 – niran

+0

这是系统服务或角色。您需要停止服务或删除角色 – matrix

+2

很有可能它是IIS或RemoteAccess。检查它是否处于运行状态并尝试禁用。 – matrix