Re: [us...@httpd] Internal Recursion with mod_rewrite

2009-06-30 Thread Peter Kay
- Original Message > From: Eric Covener > To: users@httpd.apache.org > Sent: Tuesday, June 30, 2009 5:24:44 PM > Subject: Re: [us...@httpd] Internal Recursion with mod_rewrite > > On Tue, Jun 30, 2009 at 5:24 PM, Eric Covenerwrote: > > On Tue, Jun 30, 2009 at

Re: [us...@httpd] Internal Recursion with mod_rewrite

2009-06-30 Thread Eric Covener
On Tue, Jun 30, 2009 at 5:24 PM, Eric Covener wrote: > On Tue, Jun 30, 2009 at 2:14 PM, Peter Kay wrote: >> Is adding another RewriteCond %{THE_REQUEST} !/Main/Gallery the canonical >> way to go?  Or is there some way to turn off the re-injection? > > That's the normal pattern (but with %{REQUEST_

Re: [us...@httpd] Internal Recursion with mod_rewrite

2009-06-30 Thread Eric Covener
On Tue, Jun 30, 2009 at 2:14 PM, Peter Kay wrote: > Is adding another RewriteCond %{THE_REQUEST} !/Main/Gallery the canonical way > to go?  Or is there some way to turn off the re-injection? That's the normal pattern (but with %{REQUEST_URI} more carefully anchored maybe) -- Eric Covener cove..

Re: [us...@httpd] Internal Recursion with mod_rewrite

2009-06-30 Thread Peter Kay
- Original Message > I'm embedding Gallery2 in PmWiki, and trying to get rewrite rules to work... Ok, I think I understand what's going on (after installing a local copy of apache, etc to let me push up the debug levels...I didn't know httpd could crash so easily!): > RewriteCon

[us...@httpd] Internal Recursion with mod_rewrite

2009-06-29 Thread Peter Kay
Hello all, I'm embedding Gallery2 in PmWiki, and trying to get rewrite rules to work for both of the applications. Each has separate rewrite rules, but I'm having trouble combining them...I seem to have a problem with recursive internal redirects, which I don't understand, as every rule uses