- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Jul 2007 01:12:04 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/conf
In directory hutz:/tmp/cvs-serv16008
Modified Files:
httpd.conf
Log Message:
* adding other possible js mime types
* making sure expires directives only apply to the validator's docs
(Thanks to Sierk and Ville for pointing these two mistakes)
Index: httpd.conf
===================================================================
RCS file: /sources/public/validator/httpd/conf/httpd.conf,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- httpd.conf 24 Jul 2007 07:00:09 -0000 1.35
+++ httpd.conf 25 Jul 2007 01:12:01 -0000 1.36
@@ -51,6 +51,7 @@
</Directory>
<IfModule mod_expires.c>
+ <Directory /usr/local/validator/htdocs/>
ExpiresActive On
ExpiresByType image/gif A2592000
ExpiresByType image/jpg A2592000
@@ -59,6 +60,9 @@
ExpiresByType text/css A2592000
ExpiresByType text/javascript A2592000
ExpiresByType application/x-javascript A2592000
+ ExpiresByType application/javascript A2592000
+ ExpiresByType application/ecmascript A2592000
+ </Directory>
</IfModule>
# atom news feed
Received on Wednesday, 25 July 2007 01:12:20 UTC