我正在尝试在 Windows 7 64 位操作系统上安装 wamp 服务器(以下是确切的安装名称)。但它从未启动,图标保持橙色,这意味着某些服务未启动。
wampserver2.2e-php5.3.13-httpd2.2.22-mysql5.5.24-x64
我已经搜索了 3 个小时,但没有找到任何解决方案。
Port 80 is not in use.
在 Windows 服务中,当我尝试手动启动 wampapache 服务时,它会引发以下错误:
Windows could not start the wampapache service on Local Computer. Error 1053: The service did not respond ot the start or control request in a timely fashion.
apache_error.log is empty.
在 Windows XP 中一切运行正常。
这可能是重复的帖子,但我确实看过类似的帖子。但没有任何效果!
请帮忙!!
答案1
我刚刚在 Windows 2008 Server 上解决了这个问题。解决方案是安装 C++ 2010 运行时库。
答案2
我遇到了类似的问题。Apache 尝试监听 192.168.1.6:80,我在那里得到了一个 Internet 信息服务页面。我修改了 httpd.conf 以监听 127.0.0.1:80,成功了。