RE: [users@httpd] Odd? mod_rewrite behavior

2014-10-03 Thread Lesley Kimmel
ewriteRule ^xyz-static-content - [L] Do you see any more straight-forward or efficient way to handle this? Thanks, -Kimmel Date: Fri, 3 Oct 2014 13:35:03 -0400 From: cove...@gmail.com To: users@httpd.apache.org Subject: Re: [users@httpd] Odd? mod_rewrite behavior On Fri, Oct 3, 2014 at 1:31 PM,

Re: [users@httpd] Odd? mod_rewrite behavior

2014-10-03 Thread Eric Covener
On Fri, Oct 3, 2014 at 1:31 PM, Lesley Kimmel wrote: > It seems that even the 'xyz-static-content' requests are falling through > to, and matching, the proxy statement despite the 'L|Last' flag. Can anyone > explain this behavior? I'm trying to use the second set of rules to avoid > having to rew

[users@httpd] Odd? mod_rewrite behavior

2014-10-03 Thread Lesley Kimmel
All; I have an application being proxied through Apache which is also serving some static content for the web application. The application is '/xyz(.*)' and the static content is '/xyz-static-content'. The requests for the static content come in as '/xyz_' and have to be rewritten to '/xyz-stat