RES: RES: [PHP] RE: How to cache PHP on Apache

2002-11-25 Thread Luanna Silva
? Actually, thats what i would like to happen. Thank you for the help and best regards! Luanna -Mensagem original- De: Chris Shiflett [mailto:[EMAIL PROTECTED]] Enviada em: sexta-feira, 22 de novembro de 2002 18:40 Para: Luanna Silva; [EMAIL PROTECTED] Assunto: Re: RES: [PHP] RE: How to cache

Re: RES: [PHP] RE: How to cache PHP on Apache

2002-11-22 Thread Chris Shiflett
Well, my explanation was not complete, because I wanted to make sure I was talking about the right thing. :-) One important thing I failed to mention is that caching applies to responses to GET and HEAD requests. If the response you showed us was a reply to a POST, it is not going to be cached. A

RES: [PHP] RE: How to cache PHP on Apache

2002-11-22 Thread Luanna Silva
Chris, your explanation was just what i needed to really understand my problem :-) For the moment, i want to cache the HTTP Response. So, if i´m correct, the header that i sent to the list should do the job. I have: Apache Web Server 1.3.x A Reverse Proxy The