我已经安装了一个Windows Server 2008 R2 Stardard VM,我想在其中创建一个 WAMP 环境。
我决定快速安装XAMPP。我选择PHP 5.4.19、Apache 2.4.4.0和MySql 5.6附带的 1.8.2 版本。
一切似乎都很好,但是当我访问项目的登录页面时出现崩溃。
这是报告:
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。
希望有人可以帮助我解决这个错误,这很烦人。
提前致谢!