On Fri, May 2, 2008 at 6:08 PM, Paolo Alexis Falcone
<[EMAIL PROTECTED]> wrote:
> Hi Jay:
>
>  You can try specifying in the web page's meta information that it
>  should not be cached, e.g.
>
>  <meta http-equiv="Pragma" content="no-cache" />

That would be for the client side. (And "Cache-control" is more
up-to-date, as "Pragma" is deprecated.) ;)

A better way would be to use mod_headers and mod_expires. You can set
something like:

Header Set Cache-Control "max-age=0, no-store"

in your .htaccess file.

>  On 05 2, 08, at 3:44 PM, Jay Jesus Amorin wrote:
>
>  > is there a way to clear my cache on my browser through httpd?

httpd cannot clear your client cache -- it just does not put anything
there. In the first place, httpd SHOULD NOT be doing that (clearing
client caches) -- that's the work of client apps.  (Reading through
the relevant RFCs would help.)

Hope this helps.

- Ian
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

Reply via email to