【问题标题】:Wamp unable to start in windows2016Wamp 无法在 Windows 2016 中启动
【发布时间】: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


【解决方案1】:

可能某些服务已经使用 443 端口。 你可以在powershell中使用netstat -aon | Select-String "443"命令来判断。

【讨论】:

  • 是的,但我试图杀死进程,得到以下错误 C:\wamp32\wamp\bin\apache\apache2.4.9\bin>taskkill /f /pid 4 错误:带有 PID 的进程4 无法终止。原因:访问被拒绝。
  • 这是系统服务或角色。您需要停止服务或删除角色
  • 很有可能是 IIS 或 RemoteAccess。检查它是否处于运行状态并尝试禁用。
猜你喜欢
  • 2020-04-01
  • 1970-01-01
  • 2020-01-17
  • 1970-01-01
  • 2020-04-03
  • 2021-07-29
  • 2012-08-31
  • 2015-10-29
  • 2015-03-31
相关资源
最近更新 更多