我在使用xampp服务器的Windows 2008服务器上运行php脚本,该脚本正常工作,直到我检查一些页面,它开始加载我在firefox中收到此错误:
在页面加载时重置了与服务器的连接。
该网站可能暂时无法使用或太忙。再试一次 几分钟。如果您无法加载任何页面,请检查您的 计算机的网络连接。如果您的计算机或网络是 受防火墙或代理保护,请确保允许使用Firefox 访问网站
当我检查php日志时,我什么都没得到,在apache日志中我总是在遇到问题后发现这个:
[Fri Jun 12 11:37:02.076599 2015] [mpm_winnt:notice] [pid 3868:tid 336] AH00428: Parent: child process 3048 exited with status 255 -- Restarting.
[Fri Jun 12 11:37:08.144999 2015] [ssl:warn] [pid 3868:tid 336] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Jun 12 11:37:08.878199 2015] [mpm_winnt:notice] [pid 3868:tid 336] AH00455: Apache/2.4.12 (Win32) OpenSSL/1.0.1l PHP/5.5.24 configured -- resuming normal operations
[Fri Jun 12 11:37:08.878199 2015] [mpm_winnt:notice] [pid 3868:tid 336] AH00456: Apache Lounge VC11 Server built: Jan 28 2015 16:48:40
[Fri Jun 12 11:37:08.878199 2015] [core:notice] [pid 3868:tid 336] AH00094: Command line: 'C:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Fri Jun 12 11:37:08.909399 2015] [mpm_winnt:notice] [pid 3868:tid 336] AH00418: Parent: Created child process 3736
[Fri Jun 12 11:37:10.157399 2015] [ssl:warn] [pid 3736:tid 268] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Jun 12 11:37:10.469399 2015] [ssl:warn] [pid 3736:tid 268] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Jun 12 11:37:10.609799 2015] [mpm_winnt:notice] [pid 3736:tid 268] AH00354: Child: Starting 150 worker threads.
我禁用了防火墙,我更改了端口,增加了内存限制,没有任何结果 我做了一个脚本的备份,我把它移到我的笔记本电脑运行Windows 7,问题消失和脚本sart工作正常。
这个问题是由apache造成的吗?以及如何解决它?