validator/httpd/conf httpd.conf,1.42,1.43

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

Modified Files:
	httpd.conf 
Log Message:
Use redirect for whatsnew.atom instead of proxying it.

Index: httpd.conf
===================================================================
RCS file: /sources/public/validator/httpd/conf/httpd.conf,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- httpd.conf	25 Oct 2009 08:53:21 -0000	1.42
+++ httpd.conf	25 Oct 2009 09:01:10 -0000	1.43
@@ -68,13 +68,5 @@
   </IfModule>
 </Directory>
 
-# atom news feed
-<IfModule mod_rewrite.c>
-  RewriteRule /w3c-validator/whatsnew.atom$ http://www.w3.org/QA/Tools/validator-whatsnew.atom [P,L]
-</IfModule>
-
-<Proxy *>
-  Order Deny,Allow
-  Allow from all
-</Proxy>
-
+# Atom news feed
+Redirect /w3c-validator/whatsnew.atom http://www.w3.org/QA/Tools/validator-whatsnew.atom

Received on Sunday, 25 October 2009 09:01:15 UTC