I use the following with regular headers, but try it with err headers to
see if it works as well:

      $r->err_header_out("Pragma","no-cache");
      $r->err_header_out("Cache-control","no-cache");

cliff rayman
genwax.com

Naren Dasu wrote:

> Hi,
>
>         I am doing some testing with a  Apache/mod_perl server.  And since it is
> still under development, I do get an occasional server error ;-) .  How can
> I set no-cache on the Error Pages that the server generates ?
>
> I need to do this because the brower that I am using is very limited in
> capability, once it get an error page, it will not try to reload the
> URL(unless the page has no-cache set), have to reboot the device to get it
> to flush the cache.
>
> thanks in advance
> naren

Reply via email to