Re: [PHP] How to cache PHP on Apache

2002-11-14 Thread Marek Kilimajer
Do you use sessions? If so, try using session_cache_limiter() function. Otherwise connect directly to apache with telnet and see the headers yourself. Luanna Silva wrote: Hello! I´m having major problems while trying to cache php scripts on Apache. Could you help me, please? I really dont k

[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.