如何在Wordpress和共享主机上诊断Apache错误?主要是LimitInternalRecursion

时间:2019-03-06 17:52:08

标签: wordpress apache .htaccess mod-rewrite shared-hosting

我的wordpress网站出现了很多问题,该网站正在构建大量的Apache错误。

[2019年3月6日星期三18:21:14.844492] [core:error] [pid 28034:tid 140475830826752] [client] AH00125:由于可能的配置错误,请求超出了10个子请求嵌套级别的限制。必要时使用'LimitInternalRecursion'增加限制。使用“ LogLevel调试”获取回溯。

其他是 -对等方重置的连接([pid 17983:tid 140475847612160]-handle_request_ipc函数中的ap_pass_brigade失败) -管道损坏:[客户端] mod_fcgid:handle_request_ipc函数中的ap_pass_brigade失败

但是最糟糕的是LimitInternalRecursion,整夜整夜出现了数千次

之前我以为我通过删除Google网站地图,禁用了Google Analytics(分析)和yoast seo(提供了这些地图)来解决了这个问题

我的htacess是默认值:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

+ w3总缓存代码并重写(在此处粘贴?)

我从其他域和其他htacess重定向了一行: 重定向301 / http://swiadomosc-zwiazkow.pl/

(我没有使用www前缀)

我已禁用所有插件,问题仍然存在。也许与数据库有关?

即时通讯使用wp_admin时出现问题

0 个答案:

没有答案