我在Windows 7机器上安装了WAMP软件包,所有内容(Apache,php,MySQL,phpMyAdmin)似乎都已正确安装。
但是当我尝试通过浏览器访问localhost或phpMyAdmin时,我收到错误Server Not Found
。
我尝试过使用:
在所有情况下,我都会遇到同样的错误。
我已经检查了httpd文件Listen 80
。
C:\Windows\System32\drivers\etc\hosts
说127.0.0.1 localhost
。
apache日志说:
[Sun Mar 04 16:07:51 2012] [notice] Apache/2.2.22 (Win32) PHP/5.3.10 configured -- resuming normal operations
[Sun Mar 04 16:07:51 2012] [notice] Server built: Jan 28 2012 11:16:39
[Sun Mar 04 16:07:51 2012] [notice] Parent: Created child process 2636
[Sun Mar 04 16:07:51 2012] [notice] Child 2636: Child process is running
[Sun Mar 04 16:07:51 2012] [notice] Child 2636: Acquired the start mutex.
[Sun Mar 04 16:07:51 2012] [notice] Child 2636: Starting 64 worker threads.
[Sun Mar 04 16:07:51 2012] [notice] Child 2636: Starting thread to listen on port 80.
还有什么我应该尝试的吗?
答案 0 :(得分:2)
确保你没有在端口80上运行任何其他东西。例如,Skype默认监听端口80和443,因此它们对我来说是冲突的。如果您还在运行Skype,请转到选项和Connection>高级以使用端口80和443禁用它。