XAMPP - 本地主机问题

发布于 2024-08-31 00:37:25 字数 351 浏览 5 评论 0原文

我在这里找到了一些可能解决我的问题的答案,但到目前为止还没有一个有效。

我已经安装了 XAMPP,但在请求 'http://localhost/' 时,在 IE 和 Firefox 上都出现了可怕的 HTTP 404 错误。我使用 Dreamweaver,但无法让测试服务器 (XAMPP) 工作,尽管我可以连接到 linux/apache 远程服务器。

Skype 已被卸载。因此,XAMPP 本身在端口 80 上运行。

XAMPP 表示 Apache 和 Mysql 已“启动”。

有人可以帮助我吗?

I have picked up some possible answers to my problem here, but none have so far worked.

I have installed XAMPP but get the dreaded HTTP 404 error on both IE and Firefox when asking for 'http://localhost/'. I work with Dreamweaver but cannot get the testing server (XAMPP) to work, although I can connect to the linux/apache remote server.

Skype has been uninstalled. Therefore XAMPP is running on port 80 by itself.

XAMPP says Apache and Mysql have 'started'.

Is there someone that could please help me?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

早乙女 2024-09-07 00:37:25

如果其他软件使用与 XAMPP 相同的端口,请更改它。就像Skype使用80或443一样,更改它然后运行xampp。

If some other software is using the same port as XAMPP, so please change it. Like Skype is using 80 or 443 change it and then run xampp.

帅气称霸 2024-09-07 00:37:25

感谢 Colin 和 nc3b,

在 \xampp\apache\logs\error.log 中是以下消息:

httpd.exe:第 35 行存在语法错误
C:/程序文件
(x86)/xampp/apache/conf/httpd.conf:
ServerRoot 必须是有效目录

第 35 行说: ServerRoot "/xampp/apache"

在浏览器中键入此 C:\Program Files\xampp\apache ,它指向我加载的 apache_installservice (url c:/windows/system32/cmd.exe)说 apache 没有安装,在 dos 类型的浏览器页面上询问了几个是/否问题 - 这导致系统说无法安装几个文件(chmod 原因)。

安装 XAMPP 时,我没有使用默认驱动器 c:/,而是指示将 XAMPP 安装在 c:/programfiles 中 - Duhhhh 也许这是我的问题?

将尝试直接在 c:/ 驱动器上重新安装。

谢谢你为我指明方向......会让你知道结果......

Thanks Colin and nc3b,

In \xampp\apache\logs\error.log is this message:

httpd.exe: Syntax error on line 35 of
C:/Program Files
(x86)/xampp/apache/conf/httpd.conf:
ServerRoot must be a valid directory

Line 35 says: ServerRoot "/xampp/apache"

Typed this C:\Program Files\xampp\apache into browswer which pointed me to apache_installservice which loaded (url c:/windows/system32/cmd.exe) saying apache isn't installed, went through a couple of yes/no questions on the dos type browser page - this resulted in the system saying several files could not be installed (chmod reasons).

When installing XAMPP, instead of going with the default drive of c:/ I instructed that XAMPP be installed in c:/programfiles - Duhhhh maybe this is my problem?

Will try reinstalling directly on the c:/ drive.

Thanks for pointing me in the direction..... will let you know the outcome....

jJeQQOZ5 2024-09-07 00:37:25

如果您打开了 Skype,请将其关闭...只是在黑暗中尝试。如果它解决了您的问题,请更改它使用的端口号,不久前我遇到了 Skype 阻止 XAMPP 运行的问题。

Close Skype if you have it open... just a shot in the dark. If it fixes your issue, then change the port number it uses, I had an issue a while back where Skype prevented XAMPP from running.

满意归宿 2024-09-07 00:37:25

最近在 Windows 8 上安装 Node.js 后,我遇到了完全相同的问题,我的 WordPress 管理员停止工作。以下是解决问题的方法:我以管理员身份打开命令行并键入 NET STOP HTTP。 (这会停止使用端口 80 的默认 Windows Web 服务器)。
执行此操作后,我可以访问默认使用端口 80 的 WordPress 管理员站点。

I had exactly the same problem recently after installing node.js on windows 8, my wordpress admin stopped working. Here's what fixed the problem: I opened command line as administrator and type NET STOP HTTP. (this stopped the default windows web server which use port 80).
After doing this I'm able to access my Wordpress administrator site which use port 80 by default.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文