【发布时间】:2014-06-01 08:29:15
【问题描述】:
我刚刚在我的 WIN 8 机器上安装了 WAMPSERVER (Apache/2.4.9 (Win64)),当试图启动它时,它的图标总是红色/橙色(不是绿色)。从服务尝试运行服务时,我看到以下错误消息:
从偶数日志中,我看到以下多个错误
The wampapache64 service terminated with the following service-specific error:
Incorrect function.
The Apache service named reported the following error:
>>> (OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions. : AH00072: make_sock: could not bind to address 0.0.0.0:80
The Apache service named reported the following error:
>>> (OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions. : AH00072: make_sock: could not bind to address [::]:80
The Apache service named reported the following error:
>>> AH00015: Unable to open logs
The Apache service named reported the following error:
>>> AH00451: no listening sockets available, shutting down
The wampapache64 service terminated with the following service-specific error:
Incorrect function.
The Apache service named reported the following error:
>>> (OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions. : AH00072: make_sock: could not bind to address [::]:80.
【问题讨论】:
-
你有同时运行Skype吗?
-
1024 以下的端口通常是为特权用户保留的。您是否尝试过以管理员身份运行它?
-
是的,我正在运行 Skype,我已取消选中“使用端口 80 和 443 作为传入连接的替代方案”的框,但它不起作用。
-
我也尝试从管理员命令提示符运行它。但它让我跟随错误。 (OS 10013) 试图以访问权限禁止的方式访问套接字。 : AH00072: make_sock: 无法绑定到地址 [::]:80 (OS 10013) 尝试以访问权限禁止的方式访问套接字。 : AH00072: make_sock: 无法绑定到地址 0.0.0.0:80 AH00451: 没有可用的监听套接字,正在关闭 AH00015: 无法打开日志
标签: wampserver