X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/4079c06be22d0eb31bd0bead4b8f53a9831804e9..6ff7d4bba6e78399cacb0d19c7e66a90ed208fbe:/doc/bugs/po:_apache_config_serves_index.rss_for_index.mdwn

diff --git a/doc/bugs/po:_apache_config_serves_index.rss_for_index.mdwn b/doc/bugs/po:_apache_config_serves_index.rss_for_index.mdwn
index bf5973325..a2b68c4b1 100644
--- a/doc/bugs/po:_apache_config_serves_index.rss_for_index.mdwn
+++ b/doc/bugs/po:_apache_config_serves_index.rss_for_index.mdwn
@@ -26,3 +26,11 @@ I wonder if it would be worth making the po plugin generate apache
 [type map files](http://httpd.apache.org/docs/2.0/mod/mod_negotiation.html#typemaps).
 That should avoid this problem.
 --[[Joey]]
+
+Update: A non-intrusive fix is to add this to apache configuration. 
+This tunes the "quality" of the rss and atom files, in an apparently currently
+undocumented way (though someone on #httpd suggested it should get documented).
+Result is that apache will prefer serving index.html. --[[Joey]]  [[done]]
+
+	AddType application/rss+xml;qs=0.8 .rss
+	AddType application/atom+xml;qs=0.8 .atom