我无法使用xampp访问我的localhost

时间:2013-11-14 15:08:39

标签: apache xampp

最初xampp工作正常,我可以毫无问题地访问我的localhost。我甚至设置了密码来访问服务器。 有一段时间一切都很棒,xampp问我的凭据,我插入了它们,然后我被带到管理员页面。没问题。

有一次,我不得不改变用于Apache的端口,但之后它不再抱怨了。

现在我收到一条消息,说Google Chrome无法连接到我的localhost。 一切似乎都在起作用,所以我不知道出了什么问题。

这是我在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

4 个答案:

答案 0 :(得分:17)

您需要在浏览器中指定新的端口号:http://localhost:10101如果端口是10101。

答案 1 :(得分:1)

很可能您需要更改端口号。

您可以在服务器控制面板中执行此操作。 按下httpd.conf文档中的配置按钮Go并代表您更改端口号。

要加载,请在网址字段中输入localhost:"Your chosen port number"

答案 2 :(得分:0)

我想简短地说一下,因为这个问题与另一个常见问题-"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

答案 3 :(得分:0)

您必须检查端口号,并将其与本地主机一起添加。例如,我使用的端口是8080,因此它必须是localhost:8080 / dashboard