Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 68748 invoked from network); 11 Dec 2007 03:12:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2007 03:12:40 -0000 Received: (qmail 17282 invoked by uid 500); 11 Dec 2007 03:12:18 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 17272 invoked by uid 500); 11 Dec 2007 03:12:18 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 17261 invoked by uid 99); 11 Dec 2007 03:12:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 19:12:18 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [75.180.132.121] (HELO cdptpa-omtalb.mail.rr.com) (75.180.132.121) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 03:12:16 +0000 Received: from mail.electrichendrix.com ([71.77.22.228]) by cdptpa-omta05.mail.rr.com with ESMTP id <20071211031151.FKWP26118.cdptpa-omta05.mail.rr.com@mail.electrichendrix.com> for ; Tue, 11 Dec 2007 03:11:51 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.electrichendrix.com (Postfix) with ESMTP id 7097F87E9D for ; Mon, 10 Dec 2007 22:11:51 -0500 (EST) X-Virus-Scanned: amavisd-new at X-Spam-Score: -4.399 X-Spam-Level: Received: from mail.electrichendrix.com ([127.0.0.1]) by localhost (mail.electrichendrix.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UHlSz2cau6cw for ; Mon, 10 Dec 2007 22:11:43 -0500 (EST) Received: from mail.electrichendrix.com (mail.electrichendrix.com [192.168.124.3]) by mail.electrichendrix.com (Postfix) with ESMTP id 65CBE87E9C for ; Mon, 10 Dec 2007 22:11:43 -0500 (EST) Date: Mon, 10 Dec 2007 22:11:43 -0500 (EST) From: Chris Arnold To: users@httpd.apache.org Message-ID: <32076223.301197342703140.JavaMail.root@mail> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.123.3] X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Flag: NO X-Old-Spam-Status: No, score=-4.399 tagged_above=-10 required=6.6 tests=[ALL_TRUSTED=-1.8, BAYES_00=-2.599] Subject: Re: [users@httpd] LimitInternalRecursion On Dec 10, 2007 4:29 PM, Chris Arnold wrote: > On Dec 10, 2007 3:34 PM, Chris Arnold wrote: > > In apache 2.2.3 on linux, i am getting a boat load of; > > > > [Fri Nov 30 16:06:14 2007] [error] [client x] 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. > > > > > But the most likely explanation for this message is that you have a > loop someplace that needs to be fixed. Perhaps you have a RewriteRule > or SSI page that is generating an infinite loop. > > The htaccess is what was returned when i goolgled this....Here is my htaccess: > RewriteEngine On > RewriteBase / > > > #uploaded files > RewriteRule ^(.*/)?files/$ index.php [L] > RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L] > > RewriteCond %{REQUEST_FILENAME} -f [OR] > RewriteCond %{REQUEST_FILENAME} -d > RewriteRule . - [L] > RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L] > RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] > RewriteRule . index.php [L] Use the RewriteLog (which must be placed in a main config file, not .htaccess) to see where it is looping. Humm, i think i should give our web structure; /srv/www/htdocs/vhosts/vhostname. In order to get a wordpress site working, i had to put that WP htaccess file in /srv/www/htdocs/. According to the rewrite_log: 64.158.138.9 - - [10/Dec/2007:21:48:39 --0500] [www.mytimewithgod.net/sid#801ba338][rid#8029d588/initial] (1) [perdir /srv/www/htdocs/] internal redirect with /index.php [INTERNAL REDIRECT] 64.158.138.9 - - [10/Dec/2007:21:48:39 --0500] [www.mytimewithgod.net/sid#801ba338][rid#80392a08/initial/redir#1] (1) [perdir /srv/www/htdocs/] pass through /srv/www/htdocs/vhosts/vhostname/index.php 193.252.149.15 - - [10/Dec/2007:21:50:28 --0500] [www.mytimewithgod.net/sid#801ba338][rid#8029d588/initial] (1) [perdir /srv/www/htdocs/] internal redirect with /index.php [INTERNAL REDIRECT] 193.252.149.15 - - [10/Dec/2007:21:50:28 --0500] [www.mytimewithgod.net/sid#801ba338][rid#802a35f8/initial/redir#1] (1) [perdir /srv/www/htdocs/] pass through /srv/www/htdocs/vhosts/vhostname/index.php 193.252.149.15 - - [10/Dec/2007:21:50:41 --0500] [www.mytimewithgod.net/sid#801ba338][rid#80aaae10/initial] (1) [perdir /srv/www/htdocs/] pass through /srv/www/htdocs/vhosts/vhostnme/index.php 74.220.207.81 - - [10/Dec/2007:21:54:02 --0500] [www.mytimewithgod.net/sid#801ba338][rid#802c7d98/initial] (1) [perdir /srv/www/htdocs/] internal redirect with /index.php [INTERNAL REDIRECT] 74.220.207.81 - - [10/Dec/2007:21:54:02 --0500] [www.mytimewithgod.net/sid#801ba338][rid#802a5788/initial/redir#1] (1) [perdir /srv/www/htdocs/] pass through /srv/www/htdocs/vhosts/vhostname/index.php it looks like the redirect is coming from index.php, which is in /srv/www/htdocs/vhosts/vhostname and its htaccess is in /srv/www/htdocs/. Or does it have nothing to do with that and has to do with index.php? A little lost as what to do or look at. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org