apache - Cakephp RSS - 内存耗尽导致网站空白页

标签 apache cakephp rss crash feed

当我将 Router::parseExtensions('rss'); 放入 routes.php 时,Apache 崩溃了。所以我无法制作 rss feed。 有什么想法吗?

这是一个screenshot

[Sat Jan 05 13:02:35.131540 2013] [mpm_winnt:notice] [pid 1576:tid 252] AH00428: Parent: child process exited with status 3221225477 -- Restarting.
[Sat Jan 05 13:02:35.686942 2013] [ssl:warn] [pid 1576:tid 252] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Sat Jan 05 13:02:35.733742 2013] [mpm_winnt:notice] [pid 1576:tid 252] AH00455: Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Sat Jan 05 13:02:35.733742 2013] [mpm_winnt:notice] [pid 1576:tid 252] AH00456: Server built: Aug 18 2012 12:41:37
[Sat Jan 05 13:02:35.733742 2013] [core:notice] [pid 1576:tid 252] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sat Jan 05 13:02:35.733742 2013] [mpm_winnt:notice] [pid 1576:tid 252] AH00418: Parent: Created child process 4156
[Sat Jan 05 13:02:36.794544 2013] [ssl:warn] [pid 4156:tid 264] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Sat Jan 05 13:02:36.856944 2013] [mpm_winnt:notice] [pid 4156:tid 264] AH00354: Child: Starting 150 worker threads.

这是错误日志

最佳答案

从错误屏幕来看,您的 RSS 中可能包含太多数据,并且正在耗尽内存。您应该检查返回的数据并确保其受到限制。

关于apache - Cakephp RSS - 内存耗尽导致网站空白页,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14171499/

相关文章:

c# - 可用于 ASP.NET Core 的 RSS/Atom 提要阅读器

php - 如果 install.php 存在,则访问 install.php,否则访问 index.php

java - 将 Apache Velocity 与 StringBuilders/CharSequences 结合使用

Dreamhost 上的 CakePHP 500 内部服务器错误

cakephp - 如何为我的 CakePHP 项目生成干净的 API 文档

php - 解析具有独特元素的 RSS 提要

javascript - 从 Node.JS 中的两个网站请求 RSS 提要

php - 即使页面存在,mod_rewrite 中的最后一条规则也会返回 404

apache - Apache Mahout 中的矢量化

cakephp - 如何在cakephp 4中使用App Model,想在所有模型上执行SAVE查询后调用一个方法