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
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
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
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
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