Apache HTTP Server已停止在Xampp中工作 [英] Apache HTTP Server has stopped working in Xampp

查看:241
本文介绍了Apache HTTP Server已停止在Xampp中工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用LiteCart开源电子商务平台.当我运行xampp服务器时,apache和mysql服务器启动时没有任何错误和警告.但是,当我打开浏览器并点击URL打开已安装的litecart应用程序时,它给我一个错误

I am using LiteCart opensource e-commerce platform. When i run xampp server, apache and mysql server starts without any error and warning. But when i open browser and hit the url to open my installed litecart application it gives me an error

我也检查了在线解决方案,但没有任何反应. 谁能在这方面帮助我.

I also checked for online solution but nothing happened. Can anyone will help me in this.

问题详细信息:

Problem Event Name: APPCRASH 
Application Name: httpd.exe 
Application Version: 2.4.17.0 
Application Timestamp: 561cc534 
Fault Module Name: php5ts.dll 
Fault Module Version: 5.5.37.0 
Fault Module Timestamp: 576b2166 
Exception Code: c00000fd 
Exception Offset: 0005a5ba 
OS Version: 6.1.7601.2.1.0.256.48 
Locale ID: 1033 
Additional Information 1: 64c6 
Additional Information 2: 64c64714e3c644daeb62f47ad597dc84 
Additional Information 3: 36e8 Additional 
Information 4: 36e8add2564fc225e8a656ba7214b7ab 

推荐答案

要解决此问题:

  1. 从XAMPP控制面板停止Apache Web服务器

  1. Stop the Apache web server from the XAMPP control panel

从XAMPP控制面板上的配置菜单中选择httpd.conf

Choose httpd.conf from config menu on XAMPP control panel

将此代码插入文件末尾:

Insert this code to the end of the file:

<IfModule mpm_winnt_module>
  ThreadStackSize 8388608
</IfModule>

这篇关于Apache HTTP Server已停止在Xampp中工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆