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!): RewriteCond

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

2009-06-30 Thread Eric Covener
On Tue, Jun 30, 2009 at 2:14 PM, Peter Kaypetya...@yahoo.com 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) --

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

2009-06-30 Thread Eric Covener
On Tue, Jun 30, 2009 at 5:24 PM, Eric Covenercove...@gmail.com wrote: On Tue, Jun 30, 2009 at 2:14 PM, Peter Kaypetya...@yahoo.com 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

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

2009-06-30 Thread Peter Kay
- Original Message From: Eric Covener cove...@gmail.com 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 2:14 PM, Peter

[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