Re: [users@httpd] Mod_Rewrite with Location Directive

2014-10-28 Thread Eric Covener
Internally, here's what apache is doing when mod_rewrite makes a per-dir subsutiton. This might explain a little better the sequence is Receive a request for /foo Merge instead of to configure the expires/headers. mod_headers also directly supports expressions or env= but mod_expires does not

Re: [users@httpd] Mod_Rewrite with Location Directive

2014-10-28 Thread Stefan Schreier
Sent with AquaMail for Android http://www.aqua-mail.com On October 28, 2014 5:06:54 PM John Mark Mitchell wrote: All, I have worked with Apache for well over a decade now and have come to understand that there is usually more than one way to accomplish desired outcomes. I have been trying

[users@httpd] Mod_Rewrite with Location Directive

2014-10-28 Thread John Mark Mitchell
All, I have worked with Apache for well over a decade now and have come to understand that there is usually more than one way to accomplish desired outcomes. I have been trying for a couple of weeks to troubleshoot something that I thought at first would be a simple conf error or mis-use of a m