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

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

2002-11-22 Thread Luanna Silva
original- De: Chris Shiflett [mailto:[EMAIL PROTECTED]] Enviada em: sexta-feira, 22 de novembro de 2002 17:32 Para: Luanna Silva; [EMAIL PROTECTED] Assunto: Re: [PHP] RE: How to cache PHP on Apache Luanna, This response allows caching, but the cached response is only considered fresh for one

[PHP] RE: How to cache PHP on Apache

2002-11-22 Thread Luanna Silva
My header looks just like this: HTTP/1.0 200 OK Date: Sat, 16 Nov 2002 16:45:29 GMT Server: Apache/1.3.20 (Win32) PHP/4.0.6 Cache-Control: public, max-age=3600 Expires: Sat, 16 Nov 2002 17:45:29 GMT X-Powered-By: PHP/4.0.6 Content-T

[PHP] RE: How to cache PHP on Apache

2002-11-16 Thread Luanna Silva
My header looks just like this: HTTP/1.0 200 OK Date: Sat, 16 Nov 2002 16:45:29 GMT Server: Apache/1.3.20 (Win32) PHP/4.0.6 Cache-Control: max-age=3600 Expires: Sat, 16 Nov 2002 17:45:29 GMT X-Powered-By: PHP/4.0.6 Content-Type: text

[PHP] How to cache PHP on Apache

2002-11-13 Thread Luanna Silva
Hello! I´m having major problems while trying to cache php scripts on Apache. Could you help me, please? I really dont know what to do anymore. I have a client, a reverse proxy and a Apache Web Server. The proxy is caching the static, but not the dynamic stuff.