RE: [users@httpd] mod_rewrite And Browser Caching

2012-08-20 Thread Rapp, James
> 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

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-20 Thread Igor Cicimov
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

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-20 Thread Igor Cicimov
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 > > >

Re: [users@httpd] Unbelievable : one single apache process uses more than whole server memory (5 gigabytes) !

2012-08-20 Thread John Doe
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 -