[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] apache2 browser caching
From: |
Dave Hall |
Subject: |
Re: [Phpgroupware-developers] apache2 browser caching |
Date: |
Tue, 16 Mar 2004 22:47:29 +0100 |
Sigurd Nes <address@hidden> wrote:
> Dave Hall wrote:
> > Kai Hofmann <address@hidden> wrote:
> >
> >
> >>>I have a problem with apache2 (only) - the scripts (HEAD) are
> >>>cached in the
> >>>browser - and in some cases the user is asked to download the
> >>
> >>script.
> >>that must be a configuration problem within your apache.
> >>I run php and apache 2 since beginning of year 2002 without such
> >>problems(all versions).
> >>
> >>
> >>>How about (optional) exclude caching of scripts (in API)?
> >>>
> >>> if (!headers_sent()) {
> >>> header("Cache-Control: private");
> >>> header("Cache-Control: no-cache");
> >>> header("Pragma: no-cache");
> >>> }
> >>
> >>I think thats not a good idea.
> >>
> >
> >
> > Isn't it? ;)
> >
> > I am not sure about HEAD, but in 16 this is done in
> header.inc.php.
> > Without the if block(which seems like a good idea). btw is this
> running> on windoze or *nix?
> >
> I am in the process of setting up a new server with mandrake 10.0 -
> I am
> planning to use the stock apache2 with mod_deflate and turck mmcache.
>
Hmmmm. I do not use mdk, so I am not sure of what there setup is. I do
know that apache2+php is still not a perfect combo. Does mdk10 ship
with an apache 1.3 option? Maybe cw knows.
Cheers
Dave
dave.hall.vcf
Description: Card for <dave.hall@mbox.com.au>
- [Phpgroupware-developers] apache2 browser caching, sigurdne, 2004/03/16
- RE: [Phpgroupware-developers] apache2 browser caching, Kai Hofmann, 2004/03/16
- Re: RE: [Phpgroupware-developers] apache2 browser caching, Dave Hall, 2004/03/16
- Re: [Phpgroupware-developers] apache2 browser caching,
Dave Hall <=
- Re: [Phpgroupware-developers] apache2 browser caching, Guillaume Courtois, 2004/03/16
- RE: [Phpgroupware-developers] apache2 browser caching, sigurdne, 2004/03/17
- RE: [Phpgroupware-developers] apache2 browser caching, Guillaume Courtois, 2004/03/17