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.

        I´ve tried to use Apache mod_expires, like this:

<IfModule mod_expires.c>
  <FilesMatch "\.php$">
       ExpiresActive on
       ExpiresDefault "access plus 1 hour"
   </FilesMatch>
</IfModule>

        
but it didnt work.


        Any help will be appreciated.

        Regards,

Luanna 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to