aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-09-18 15:09:14 -0400
committerJoey Hess <joey@kitenet.net>2010-09-18 15:09:14 -0400
commit26c38c8049e3e8794984079b3b6d4c22ba888d3a (patch)
tree429ce600e1d2496f83ac1fd9319910f9b36f90d2 /doc
parentb2b599dfb9d042da324480e03d3a55873ac336d6 (diff)
downloadikiwiki-26c38c8049e3e8794984079b3b6d4c22ba888d3a.tar
ikiwiki-26c38c8049e3e8794984079b3b6d4c22ba888d3a.tar.gz
better fix developed on #httpd channel
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/po:_apache_config_serves_index.rss_for_index.mdwn8
1 files changed, 8 insertions, 0 deletions
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..7acbfe82d 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]]
+
+ AddType application/rss+xml;qs=0.8 .rss
+ AddType application/atom+xml;qs=0.8 .atom