> On 18 August 2012 15:55, Drew Tomlinson wrote:
>> So now I'm trying to understand how browsers cache information and what it
>> takes to get them to forget that information.
Make your pages adhere to the RFC spec for caching. Use cache-control headers
such as "no-cache" or "private" to ensure
On Aug 20, 2012 7:59 PM, "Igor Cicimov" wrote:
>
>
> On Aug 20, 2012 7:10 PM, "John Doe" wrote:
> >
> > From: Denis BUCHER
> >
> > ># httpd -V
> > >>Server version: Apache/2.2.3
> >
> >
> > Tried with a more recent version of apache...?
>
> +1
>
> > There a re quite a few memory issues fixed sin
On Aug 20, 2012 7:10 PM, "John Doe" wrote:
>
> From: Denis BUCHER
>
> ># httpd -V
> >>Server version: Apache/2.2.3
>
>
> Tried with a more recent version of apache...?
+1
> There a re quite a few memory issues fixed since 2.2.3:
>
> http://httpd.apache.org/security/vulnerabilities_22.html
>
>
>
From: Denis BUCHER
># httpd -V
>>Server version: Apache/2.2.3
Tried with a more recent version of apache...?
There a re quite a few memory issues fixed since 2.2.3:
http://httpd.apache.org/security/vulnerabilities_22.html
JD
-