You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2008/03/22 00:36:21 UTC

svn commit: r639912 - /httpd/httpd/trunk/docs/conf/extra/httpd-manual.conf.in

Author: nd
Date: Fri Mar 21 16:36:17 2008
New Revision: 639912

URL: http://svn.apache.org/viewvc?rev=639912&view=rev
Log:
fixup on .tr extension

Modified:
    httpd/httpd/trunk/docs/conf/extra/httpd-manual.conf.in

Modified: httpd/httpd/trunk/docs/conf/extra/httpd-manual.conf.in
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/extra/httpd-manual.conf.in?rev=639912&r1=639911&r2=639912&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/conf/extra/httpd-manual.conf.in (original)
+++ httpd/httpd/trunk/docs/conf/extra/httpd-manual.conf.in Fri Mar 21 16:36:17 2008
@@ -17,6 +17,10 @@
     <Files *.html>
         SetHandler type-map
     </Files>
+    <!-- .tr is text/troff in mime.types! -->
+    <Files *.html.tr.utf8>
+        ForceType text/html
+    </Files>
 
     SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|pt-br|ru|tr)/ prefer-language=$1
     RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|pt-br|ru|tr)){2,}(/.*)?$ /manual/$1$2