Eli Marmor wrote:
>
> Nadav Har'El wrote:
>
> > What if you use HTTP headers, like "Pragma: no-cache" (the simplest) or
> > "If-Modified-Since: ...."? I don't know how to tell a browser like Mozilla
> .....
> Also "Cache-control: no-store" (or at least "no-cache").
> I already mentioned HTTP headers in this thread.
> But I haven't thought about REQUEST headers, only RESPONSE headers.
> However, implementing request headers requires a yet another tier of
> proxy, in my side, to add this header to the request (assuming that
> nobody modifies the browser's source).
>From the appache http.conf file:
# CacheNegotiatedDocs: By default, Apache sends "Pragma: no-cache" with each
# document that was negotiated on the basis of content. This asks proxy
# servers not to cache the document. Uncommenting the following line disables
# this behavior, and proxies will be allowed to cache the documents.
#
#CacheNegotiatedDocs
So in your case, I think that adding an appache proxy server would do exactly
what you want. :-)
Geoff
--
Geoffrey S. Mendelson
Bloomberg L.P., BFM (Israel) 2 hours ahead of London, 7 hours ahead of New York.
Tel: 972-(0)3-754-1158 Fax 972-(0)3-754-1236 Email: [EMAIL PROTECTED]
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]