]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fixup on .tr extension
authorAndré Malo <nd@apache.org>
Fri, 21 Mar 2008 23:39:39 +0000 (23:39 +0000)
committerAndré Malo <nd@apache.org>
Fri, 21 Mar 2008 23:39:39 +0000 (23:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@639914 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/extra/httpd-manual.conf.in

index 0abe3507b2147fafa8927d59e95756ba91c570a4..d73db6acff0268e63e336c794fbcfe136d68ef6f 100644 (file)
@@ -18,6 +18,10 @@ AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br|ru|tr))?(/.*)?$ "@exp_manualdi
     <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