APACHE 2.4.4.0 CRASH,模块php5ts.dll(PHP 5.4.19)

时间:2013-09-15 17:38:56

标签: php apache crash xampp windows-server-2008-r2

我已经安装了 Windows Server 2008 R2 Stardard VM,我想创建一个WAMP环境。

我决定快速安装 XAMPP 。我选择版本1.8.2,附带 PHP 5.4.19 Apache 2.4.4.0 MySql 5.6

一切似乎都没问题,但是当我访问项目的登录页面时,我得到了 CRASH

这是报告:

Problem Event Name: APPCRASH
Application Name:   httpd.exe
Application Version:    2.4.4.0
Application Timestamp:  5128b049
Fault Module Name:  php5ts.dll
Fault Module Version:   5.4.19.0
Fault Module Timestamp: 5214122c
Exception Code: c00000fd
Exception Offset:   0006d2b2
OS Version: 6.1.7600.2.0.0.272.7
Locale ID:  2057
Additional Information 1:   8278
Additional Information 2:   82782538381a8681201b9137311ac754
Additional Information 3:   6d36
Additional Information 4:   6d36ddf853d8ffda27482ecb6173b3ca

我在互联网上查看了停用了一些PHP模块以查看是否已修复,但没有成功。

这是apache错误日志:

[mpm_winnt:notice] [pid 7708:tid 264] AH00428: Parent: child process 7712 exited with status 3221225725 -- Restarting.
[ssl:warn] [pid 7708:tid 264] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[mpm_winnt:notice] [pid 7708:tid 264] AH00455: Apache/2.4.4 (Win32) OpenSSL/0.9.8y PHP/5.4.19 configured -- resuming normal operations
[mpm_winnt:notice] [pid 7708:tid 264] AH00456: Server built: Feb 23 2013 13:07:34
[core:notice] [pid 7708:tid 264] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[mpm_winnt:notice] [pid 7708:tid 264] AH00418: Parent: Created child process 6596
[ssl:warn] [pid 6596:tid 276] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[ssl:warn] [pid 6596:tid 276] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Sun Sep 15 18:25:54.887085 2013] [mpm_winnt:notice] [pid 6596:tid 276] AH00354: Child: Starting 150 worker threads.

我尝试了3个不同版本的XAMPP ,它附带了不同的版本包,其中任何一个都可以使用。已经尝试过的版本,1.7.3,1.8.3,1.8.2和1.7.7。

希望有人可以帮我解决这个错误,非常烦人。

提前致谢!

0 个答案:

没有答案