Apache error message
Event Type: Information
Event Source: Application Error
Event Type: (100)
Event ID: 1004
Date: 2014-6-27
Event: 15:55:13
User: N/
Computer: xxxx
Description:
Report errors in the queue: the error application httpd.exe, version 2.2.22.0, error module php5ts. dll, version 5.2.17.17, error address 0x000acde5.
For more information, see help and support center in http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 70 70 6c 69 63 61 74 Applicat
0008: 69 6f 6e 20 46 61 69 6c ion Fail
0010: 75 72 65 20 68 74 74 ure htt
0018: 70 64 2e 65 78 65 20 32 pd.exe 2
0020: 2e 32 2e 32 32 2e 30 20. 2.22.0
0028: 69 6e 20 70 68 70 35 74 in php5t
0030: 73 2e 64 6c 6c 20 35 2e s. dll 5.
0038: 32 2e 31 37 2e 31 37 20 2.17.17
0040: 61 74 20 6f 66 66 73 65 at offse
0048: 74 20 30 30 61 63 64 t 000acd
0050: 65 35 e5
Direct Baidu search problems
There are two solutions:
1. Copy php5ts. dll to the bin directory of apaceh or c:/windows/system32 in the system directory, and then restart the system.
2. Copy libmysql. dll in the php directory to system32 in the system directory.
Suddenly this problem was caused by viruses, so some restrictions were imposed on the server and added to the php. ini file.
Disable_functions = phpinfo, passthru, exec, system, chroot, scandir, chgrp, chown, shell_exec, proc_open, commit, ini_alter, ini_alter, commit, dl, pfsockopen, openlog, syslog, readlink, symlink, popepassthru, stream_socket_server, fsocket, fsockopen
Restart apache and solve the problem.