On Tue, 6 Apr 2004, Maurus, Pavel wrote:
> Hello,
>
> I have some questions on the subject below:
>
> >> If an option could be added to specify the number of minutes or hours
> >> in the future for content expiration, perhaps with wildcards so that
> >> certain directories or certain content types could be given differing
> >> expirations, it could make Mathopd perform even faster in many
> >> situations.
>
> >I have made a new beta
>
> What beta do you mean - mathopd-1.6b3.tar.gz?
? You appear to be replying to a very old email.
> How and where exactly one can use ExtraHeaders keyword? What are the
> rules for the usage of this keyword? What lines should be provided to
> give visitor Header "Cache-Control: max-age = 15552000"
Control {
ExtraHeaders { "Cache-Control: max-age = 15552000" }
}
I just typed this without checking. There is also an example in
doc/config.txt.
> And can you make patch to provide non static Expires: header? Because
> other web servers use this two headers together and I'm not sure about
> 100% with all browsers with only Cache-Control header response.
Expires is very old. I'm not really sure whether it is worth it to
continue to support this.