- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 24 Sep 2005 08:11:33 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/conf
In directory hutz:/tmp/cvs-serv26704/httpd/conf
Modified Files:
Tag: validator-0_7-branch
httpd.conf
Log Message:
Move Cache-Control config for images to httpd.conf snippet to have it all in
one place; also makes this config actually effective.
Index: httpd.conf
===================================================================
RCS file: /sources/public/validator/httpd/conf/httpd.conf,v
retrieving revision 1.26
retrieving revision 1.26.2.1
diff -u -d -r1.26 -r1.26.2.1
--- httpd.conf 21 Jul 2005 21:12:19 -0000 1.26
+++ httpd.conf 24 Sep 2005 08:11:31 -0000 1.26.2.1
@@ -24,3 +24,9 @@
AddHandler server-parsed .html
AddCharset utf-8 .html
</Directory>
+
+<IfModule mod_headers.c>
+<Directory /usr/local/validator/htdocs/images/>
+ Header set Cache-Control "max-age=604800"
+</Directory>
+</IfModule>
Received on Saturday, 24 September 2005 08:11:42 UTC