简体   繁体   English

错误:Apache 意外关闭

[英]Error: Apache shutdown unexpectedly

I hitting my head against a brick wall.我的头撞在了砖墙上。

I set up a program (it was updating about 200k rows in the database) in PHP on XAMPP to run and it was there running for about 8 hours and then I think it crashed or something hence in the log (this was on Friday):我在 XAMPP 上的 PHP 中设置了一个程序(它正在更新数据库中大约 200k 行)来运行,它在那里运行了大约 8 个小时,然后我认为它崩溃了,或者因此在日志中出现了一些东西(这是在星期五):

[Fri Apr 25 21:49:55.816100 2014] [mpm_winnt:notice] [pid 5632:tid 256] AH00428: Parent: child process 6948 exited with status 1073807364 -- Restarting.

I come into work today and Apache wont run!!!!我今天上班,Apache 不会运行!!!! My programs were trying to be forced closed.我的程序试图被强制关闭。

I've tried changing ports to 8080 and 4430 and 7777 and it wont work.我尝试将端口更改为 8080、4430 和 7777,但它不起作用。 Ive changed Skype so it doesnt use port 80 and looked for programs using por 80 and nothing我改变了 Skype 所以它不使用端口 80 并使用端口 80 查找程序而什么也没有

Please help me guys to solve this it appears that nothing is working请帮我解决这个问题似乎没有任何效果

Thanks谢谢

I ran into this same error.我遇到了同样的错误。 Now I have to do this process everytime I restart my machine现在我每次重新启动机器时都必须执行此过程

Go into command prompt (Start->type in "cmd") Type the following:进入命令提示符(开始->输入“cmd”)输入以下内容:

net stop was /y

Restart Apache services and it should work.重新启动 Apache 服务,它应该可以工作。

It will stop Windows Process Activation which for some reason blocks the standard XAMPP port.它将停止 Windows 进程激活,这出于某种原因阻止了标准 XAMPP 端口。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM