Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/292.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/apache/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/apache/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 由于可能存在配置错误,Drupal/服务器错误请求超出了重定向限制_Php_Apache_Drupal_Redirect_Dreamhost - Fatal编程技术网

Php 由于可能存在配置错误,Drupal/服务器错误请求超出了重定向限制

Php 由于可能存在配置错误,Drupal/服务器错误请求超出了重定向限制,php,apache,drupal,redirect,dreamhost,Php,Apache,Drupal,Redirect,Dreamhost,在我的服务器日志中获取此错误,并在站点上获取500个服务器错误。有时加载一个页面需要30秒。有什么想法吗 [error] [client 71.35.150.139] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLe

在我的服务器日志中获取此错误,并在站点上获取500个服务器错误。有时加载一个页面需要30秒。有什么想法吗

[error] [client  71.35.150.139] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to  increase the limit if necessary. Use 'LogLevel debug' to get a  backtrace., referer:  beta/admin/modules/list/confirm?render=overlay

您多次从一页重定向到另一页。检查您的配置,您将看到您构建了一个永无止境的循环或类似的循环。我在wamp环境上的一个新drupal安装中得到了这一点,同时尝试开始安装。它以前奏效,但这次不行。它可能与更新的apache版本(从2.4.2到2.4.4)有关。