我无法使用 xampp 访问我的本地主机
Posted
技术标签:
【中文标题】我无法使用 xampp 访问我的本地主机【英文标题】:I can't access my localhost with xampp 【发布时间】:2013-11-27 16:07:42 【问题描述】:最初 xampp 工作正常,我可以毫无问题地访问我的本地主机。我什至设置了访问服务器的密码。 有一段时间一切都很好,xampp 询问我的凭据,我插入它们,然后我被带到我的管理员页面。没问题。
虽然有一次,我不得不更改用于 Apache 的端口,但后来它不再抱怨了。
现在我收到一条消息说 Google Chrome 无法连接到我的本地主机。 一切似乎都正常,所以我不知道出了什么问题。
这是我在 xampp 控制面板上看到的:
初始化控制面板
14:57:04 [main] Windows Version: Windows Vista Home Premium SP2 32-bit
14:57:04 [main] XAMPP Version: 1.8.3
14:57:04 [main] Control Panel Version: 3.2.1 [ Compiled: May 7th 2013 ]
14:57:04 [main] You are not running with administrator rights! This will work for
14:57:04 [main] most application stuff but whenever you do something with services
14:57:04 [main] there will be a security dialogue or things will break! So think
14:57:04 [main] about running this application with administrator rights!
14:57:04 [main] XAMPP Installation Directory: "c:\xampp\"
14:57:04 [main] Checking for prerequisites
14:57:04 [main] All prerequisites found
14:57:04 [main] Initializing Modules
14:57:04 [main] Starting Check-Timer
14:57:04 [main] Control Panel Ready
14:57:06 [Apache] Attempting to start Apache app...
14:57:06 [Apache] Status change detected: running
14:57:08 [mysql] Attempting to start MySQL app...
14:57:08 [mysql] Status change detected: running
【问题讨论】:
【参考方案1】:您需要在浏览器中指定新的端口号:http://localhost:10101
,如果端口是 10101。
【讨论】:
【参考方案2】:您很可能需要更改端口号。
您在服务器控制面板中执行此操作。 按配置按钮进入 httpd.conf 文档并代表您更改端口号。
要加载它,请在 url 字段中输入 localhost:"Your chosen port number"
。
【讨论】:
【参考方案3】:我想简短地说一下,因为这个问题与另一个常见问题有关——"XAMPP Port 80 in use by “Unable to open process” with PID 4 [duplicate]"
鉴于上一个问题的常见解决方案是
现在它避开了端口 80 并使用端口 8080 代替,没有问题。您需要做的唯一额外的事情是确保将 localhost:8080 放在浏览器中,以便浏览器知道在端口 8080 上查找。否则它默认为端口 80 并且不会找到您的本地站点。
在您的浏览器中指定的确切数字是http://localhost:8080
,而不是http://localhost:10101
。
更多信息请关注YouTube Tutorial
【讨论】:
我在 Stack Overflow 上的第一个答案。感谢您的无私支持。【参考方案4】:您必须检查端口号并将其与本地主机一起添加。比如我使用的端口是 8080,所以它必须是 localhost:8080/dashboard
【讨论】:
有谁知道造成这种情况的真正原因是什么?有时 localhost 是可以接受的,然后在其他时候我需要端口号。以上是关于我无法使用 xampp 访问我的本地主机的主要内容,如果未能解决你的问题,请参考以下文章