Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 55204 invoked from network); 8 Nov 2004 09:39:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Nov 2004 09:39:27 -0000 Received: (qmail 79660 invoked by uid 500); 8 Nov 2004 09:38:50 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 79358 invoked by uid 500); 8 Nov 2004 09:38:45 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 79270 invoked by uid 99); 8 Nov 2004 09:38:43 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of apache-users@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO main.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 08 Nov 2004 01:38:41 -0800 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CR5yw-0002r1-00 for ; Mon, 08 Nov 2004 10:38:38 +0100 Received: from ns1.enidan.ch ([217.8.216.11]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Nov 2004 10:38:38 +0100 Received: from per by ns1.enidan.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Nov 2004 10:38:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@httpd.apache.org From: Per Jessen Date: Mon, 08 Nov 2004 10:38:34 +0100 Lines: 42 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ns1.enidan.ch User-Agent: KNode/0.7.2 Sender: news X-Virus-Checked: Checked Subject: [users@httpd] Re: looping "subrequested from r->uri = ...." X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Joshua Slive wrote: > Likely an edge case in footer.var. It looks like footer.var sometimes > returns footer as the best match, which of course triggers a call to > footer.var, hence creating a loop. > > Look carefully at footer.var and make sure it handles edge cases like > no Accept-Language header, etc. Thanks Joshua. My vhost definition has: LanguagePriority en de fr da ForceLanguagePriority Prefer Fallback My footer.var: URI: footer URI: footer.phtml.en Content-Language: en Content-type: text/html; charset=UTF-8 URI: footer.phtml.da Content-Language: da Content-type: text/html; charset=UTF-8 URI: footer.phtml.de Content-Language: de Content-type: text/html; charset=UTF-8 URI: footer.phtml.fr Content-Language: fr Content-type: text/html; charset=UTF-8 Currently I only have footer.phtml.en and footer.phtml.de - might lack of the .da and .fr versions produce the situation I described? -- Per Jessen, Zurich Let your spam stop here -- http://www.spamchek.com --------------------------------------------------------------------- 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