即使在 XAMPP 中将端口 80 更改为 8080、443 更改为 4433 后,Apache 仍意外关闭

问题描述 投票:0回答:1

我收到错误了

Error: Apache shutdown unexpectedly.
This may be due to a blocked port, missing dependencies, 
improper privileges, a crash, or a shutdown by another method.
Press the Logs button to view error logs and check
the Windows Event Viewer for more clues
If you need more help, copy and post this
entire log window on the forums
  • 即使将
    Listen 80
    ServerName localhost:80
    更改为 httpd.conf 中的 8080
    Listen 443
    <VirtualHost _default_:443>
    ServerName www.example.com:443
    到 httpd-ssl.conf 中的 4433
  • 在 xampp 的配置按钮中,在服务和端口设置中我 将apache主端口更改为8080,SSL端口更改为4433
  • 我还有两个XAMPP,版本3.2.4和版本3.3.0 当我们在他们的控制面板中运行 apache 时遇到同样的问题。
  • 我还尝试更改 php 版本,因此我更改了旧 xampp 中的 apache 文件夹和 php 文件夹。 我下载了最新的xampp并复制了apache和php文件夹 并将其粘贴到我的旧 xampp 中,确保重命名旧 apache 并 php 文件夹。
  • 我想在 xampp 控制面板的 shell 中运行 Apache_Start.bat,但是 外壳打不开
  • 端口也没有使用,我在windows中从resmon检查了它

我进行了这些更改,但它仍然是我在 XAMPP 控制面板中收到的错误。

php apache xampp
1个回答
0
投票

对我来说,当计算机上的可用资源很少时,例如,会出现此错误。当系统更新在后台自动启动时。

© www.soinside.com 2019 - 2024. All rights reserved.