validator/httpd/conf httpd.conf,1.26,1.27

Update of /sources/public/validator/httpd/conf
In directory hutz:/tmp/cvs-serv10328/httpd/conf

Modified Files:
	httpd.conf 
Log Message:
merging from 0.7 branch into trunk at tag validator-0_7_1-release

Index: httpd.conf
===================================================================
RCS file: /sources/public/validator/httpd/conf/httpd.conf,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- httpd.conf	21 Jul 2005 21:12:19 -0000	1.26
+++ httpd.conf	20 Oct 2005 06:59:14 -0000	1.27
@@ -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 Thursday, 20 October 2005 06:59:20 UTC