【发布时间】:2018-02-26 13:03:36
【问题描述】:
我无法启动 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.
谢谢
【问题讨论】:
-
如果它在 Pid 4 上,那么可能是因为您有 IIS 和/或相关软件正在运行
标签: windows wampserver