SOURCES: horde.conf - allow caching generated graphics and javascr...

glen glen at pld-linux.org
Tue Feb 14 01:34:42 CET 2006


Author: glen                         Date: Tue Feb 14 00:34:42 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- allow caching generated graphics and javascript/styles

---- Files affected:
SOURCES:
   horde.conf (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SOURCES/horde.conf
diff -u SOURCES/horde.conf:1.10 SOURCES/horde.conf:1.11
--- SOURCES/horde.conf:1.10	Fri Jan 20 00:33:29 2006
+++ SOURCES/horde.conf	Tue Feb 14 01:34:37 2006
@@ -9,6 +9,14 @@
     AllowOverride None
     Order allow,deny
     Allow from all
+    <IfModule mod_expires.c>
+        ExpiresActive On
+        ExpiresByType image/png "now plus 1 month"
+        ExpiresByType image/gif "now plus 1 month"
+        ExpiresByType text/javascript "now plus 1 month"
+        ExpiresByType application/x-javascript "now plus 1 month"
+        ExpiresByType text/css "now plus 1 month"
+    </IfModule>
 </Directory>
 
 <Directory "/usr/share/horde/config">
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/horde.conf?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list