XAMPP apache Http服务器已停止工作

mon*_*goz 4 php mysql apache

我已经尝试了很多(重新启动XAMPP,PC,等等),但我似乎无法解决这个问题:

Problem signature:
Problem Event Name: APPCRASH
Application Name:   httpd.exe
Application Version:    2.4.17.0
Application Timestamp:  561cc534
Fault Module Name:  libapr-1.dll
Fault Module Version:   1.5.2.0
Fault Module Timestamp: 561cc6a2
Exception Code: c0000005
Exception Offset:   00011fcb
OS Version: 6.1.7601.2.1.0.768.3
Locale ID:  1033
Additional Information 1:   0a9e
Additional Information 2:   0a9e372d3b4ad19135b953a78882e789
Additional Information 3:   0a9e
Additional Information 4:   0a9e372d3b4ad19135b953a78882e789
Run Code Online (Sandbox Code Playgroud)

我在Windows 7 32位和MySQL启动正常我的旧版本的Apache(在我将使用SQL数据库之前)在我收到此错误后运行正常:

我也在XAMPP控制台中得到了这个:

9:47:23 PM  [Apache]    Error: Apache shutdown unexpectedly.
9:47:23 PM  [Apache]    This may be due to a blocked port,  missing dependencies, 
9:47:23 PM  [Apache]    improper privileges, a crash, or a shutdown by another method.
9:47:23 PM  [Apache]    Press the Logs button to view error logs and check
9:47:23 PM  [Apache]    the Windows Event Viewer for more clues
9:47:23 PM  [Apache]    If you need more help, copy and post this
9:47:23 PM  [Apache]    entire log window on the forums
Run Code Online (Sandbox Code Playgroud)

小智 14

要解决此问题:

1 - 从xampp面板停止apache web服务器

2 - 从xampp面板上的配置菜单中选择(httpd.conf)

3 - 插入代码到文件末尾

<IfModule mpm_winnt_module>
  ThreadStackSize 8388608
</IfModule>
Run Code Online (Sandbox Code Playgroud)