validator/httpd/conf httpd.conf,1.26,1.26.2.1

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