[users@httpd] RE: Rewrite conflicts with partial downloads

2011-02-15 Thread Belov, Charles
I appear to have found a workable solution. > -Original Message- > From: Belov, Charles > Sent: Tuesday, February 15, 2011 11:53 AM > To: 'users@httpd.apache.org' > Subject: Rewrite conflicts with partial downloads > > The SFMTA has various archival

[users@httpd] Rewrite conflicts with partial downloads

2011-02-15 Thread Belov, Charles
The SFMTA has various archival documents on the www.sfmta.com website which we need to retain without modification for public disclosure. As the documents have the potential of being mistaken for current information, I put in a feature in which a request that comes in without a referer from a docu

Re: [users@httpd] mod_headers not echoing environment variables

2011-02-08 Thread Belov, Charles
On Sat, 05 Feb 2011 03:18:00 GMT Eric Covener wrote: > On Fri, Feb 4, 2011 at 10:04 PM, Belov, Charles wrote: >> In response to a request for the file: >> http://www.sfmta.com/cms/cmta_test/documents/3-18-08CurrentFares_test.pd >> f?abc >> with the following directi

[users@httpd] mod_headers not echoing environment variables

2011-02-04 Thread Belov, Charles
In response to a request for the file: http://www.sfmta.com/cms/cmta_test/documents/3-18-08CurrentFares_test.pd f?abc with the following directive in .htaccess in the same folder Header set Location "http://%{SERVER_NAME}e%{REQUEST_URI}e"; httpd 2.2 is serving the following header: Location: htt

[us...@httpd] httpd 2.2: Conditional varying of expires time by file age

2009-08-12 Thread Belov, Charles
I would like to vary a time sent by mod-expires based on the age of a static file. The idea is that files in a particular directory are at high risk for updating during their early existence but are unlikely to be updated after that. Pseudocode for the .htaccess file in that directory might be as