错误:apache 服务未启动 [-1]

发布于 2024-11-04 08:35:49 字数 1459 浏览 0 评论 0原文

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

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

发布评论

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

评论(4

豆芽 2024-11-11 08:35:49

以下是使 apache 正常工作而不会出现此类错误的步骤

  1. 首先,确保 Apache 已停止
  2. 确保 Svc 复选框未选中
  3. 现在!转到您的 XAMPP 文件夹 (C:\xampp\apache\ – 我在 C: 中安装了 xampp)
  4. 现在!双击 apache 文件夹中的“apache_uninstallservice.bat”。
  5. 完成上述步骤后,现在再次打开 XAMPP 控制面板,然后单击 Apache 旁边的“开始”按钮,并确保您不会选中提供的 Svc 复选框。

此类错误发生在旧操作系统中,例如 win XP 或 Vista...
并且最新版本的xampp可能没有相应的配置

here is the steps which will make apache work normally without such errors

  1. Firstly, make sure that Apache is stopped
  2. Make sure, Svc check box is unchecked
  3. Now! go to your XAMPP Folder (C:\xampp\apache\ – I installed the xampp in C:)
  4. Now! double click on “apache_uninstallservice.bat” which is available in apache folder.
  5. After above step, now open your XAMPP Control Panel again and click on Start button which is beside Apache, and make sure that you will not check the Svc checkbox provided.

such errors my happen in old operation systems for example win XP or Vista...
and the latest versions of xampp may not have the corresponding configurations

何以心动 2024-11-11 08:35:49

下载 xampp lite 后,我发现此页面正在寻找此问题的解决方案。

我按如下方式解决了这个问题:

xampp 中安装的 apache 服务使用 apache 的独立安装路径; c:\program files\apache2.x\...etc 而不是 xampp 文件夹中的本地路径。
只需修改 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Apache2.x 中包含 apache 服务错误路径的所有注册表项即可。

I found this page looking for a solution to this problem after downloading xampp lite.

I solved this as follow:

The installed service for apache from xampp uses the standalone installation path for apache; c:\program files\apache2.x\...etc and not the local path in xampp folder.
Just modify all registry keys that include the wrong path for apache service in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Apache2.x and it should work.

半﹌身腐败 2024-11-11 08:35:49

原因可能有很多。

确保没有其他应用程序使用 apache 正在使用的端口。在 XAMPP 控制面板上,您可以按下一个按钮来运行工具来检查哪些端口正在使用。我知道与 Apache 冲突的应用程序是 Skype 和 Panda Media;可能还有其他人。

There could be many causes.

Make sure you have no other applications using the port that apache is using. From the XAMPP control panel there is a button you can press to run a tool to check which ports are in use. Applications which I know to conflict with Apache are Skype and Panda Media; there could be others.

絕版丫頭 2024-11-11 08:35:49

在 XAMPP 控制面板中取消选择 Svc 框并尝试重新启动它。应该有效。

Unselect the Svc box in the XAMPP control panel and try to restart it. Should work.

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