成功安装 XAMPP 后无法在浏览器中连接到本地主机

成功安装 XAMPP 后无法在浏览器中连接到本地主机

我已经成功安装了 XAMPP 1.5.3按照本指南在 Ubuntu 12.04 上,它启动时没有错误。

$ sudo /opt/lampp/lampp start

Starting XAMPP for Linux 1.5.3a...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
XAMPP for Linux started.

但是当我打开http://localhost/http://127.0.0.1/在 Firefox 中时我得到了无法连接错误。

在我没有成功之后,我改变了端口httpd.conf 如这里所述8081并尝试打开http://localhost:81/http://127.0.0.1:81/,但得到了相同的结果。

编辑

输出netstat -tlnp

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State     PID/Program name
tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN          23369/mysqld    
tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      23352/proftpd: (acc
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      20196/dnsmasq   
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      929/cupsd       
tcp6       0      0 ::1:631                 :::*                    LISTEN      929/cupsd       
tcp6       0      0 ::1:44166               :::*                    LISTEN      23848/java     

答案1

根据 的输出netstat,Apache Web 服务器无法打开监听端口。您应该下载最新版本的 XAMPP并按照网站上的说明进行操作。

如果微软XAMPP使用默认配置运行,输出应如下所示:

whisperity@localdomain:~$ sudo netstat -tlnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN      5235/mysqld     
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      5701/httpd      
tcp6       0      0 :::21                   :::*                    LISTEN      22965/proftpd: (acc

答案2

首先显示你的 c:/windows/prefetch 找到文件 httpd.exe 丢失下载到 putit prefetch 文件夹然后 msvcr100.dll 文件也在 system32 文件夹中丢失所以这也下载到 putit 安装 wamp 或 xammp 服务器你将得到对话框 firebox 想要默认浏览器单击否。然后浏览窗口显示找到 explorer.exe 单击然后按该窗口上的打开按钮。然后下一步并完成。工作正常.........祝你好运。

相关内容