我在笔记本电脑上安装了Windows 7(32位).
我下载了WAMP服务器,并使用它的默认选项进行安装.
但是,我注意到Apache不起作用(而MySQL确实有效!).
我试图通过它安装它,Apache ? Service ? Install Service并得到一条消息说,端口80是由Skype占用的.我关闭了Skype,然后Apache开始工作.
如何避免这种冲突并允许WAMP和Skype同时工作?
我应该配置Apache与其他端口一起使用吗?哪里?
我试图在Windows 7上使用WAMP,我的WAMP在线,但是当我打开localhost时,我得到了IIS 7.5的欢迎页面,虽然我从我的PC上卸载了IIS 7.5!
Apache服务器测试表明端口80用于我的Microsoft-HTTPAPI/2.0
不久之前,MS Visual Studio 2010也被卸载了.
我最近在Windows 10 64位操作系统上安装了WAMPserver 3.0.4 x64位.
问题: Apache服务器(2.4.18)未启动以下错误消息:
Could not execute menu item (internal error)
[Exception] Could not perform service action:
The service did not respond to the start or control request in a timely fashion
Run Code Online (Sandbox Code Playgroud)
在stackoverflow之前提出了类似的问题,但在那里发布的决议对我的情况没有帮助.(我已经提到了下面的细节).
诊断:
第1步: 测试端口80,因为我的Apache服务器正在使用这个.以下是测试返回的内容:
***** Test which uses port 80 *****
===== Tested by command netstat filtered on port 80 =====
Test for TCP Port 80 is not found associated with TCP protocol
Port 80 is not found associated with TCP protocol
===== Tested …Run Code Online (Sandbox Code Playgroud)