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:43:09 UTC

svn commit: r639915 - in /httpd/httpd/branches/2.0.x/docs/conf: httpd-std.conf.in httpd-win.conf

Author: nd
Date: Fri Mar 21 16:43:07 2008
New Revision: 639915

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

Modified:
    httpd/httpd/branches/2.0.x/docs/conf/httpd-std.conf.in
    httpd/httpd/branches/2.0.x/docs/conf/httpd-win.conf

Modified: httpd/httpd/branches/2.0.x/docs/conf/httpd-std.conf.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/conf/httpd-std.conf.in?rev=639915&r1=639914&r2=639915&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/conf/httpd-std.conf.in (original)
+++ httpd/httpd/branches/2.0.x/docs/conf/httpd-std.conf.in Fri Mar 21 16:43:07 2008
@@ -573,6 +573,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|ru|tr)/ prefer-language=$1
     RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|ru|tr)){2,}(/.*)?$ /manual/$1$2

Modified: httpd/httpd/branches/2.0.x/docs/conf/httpd-win.conf
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/conf/httpd-win.conf?rev=639915&r1=639914&r2=639915&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/conf/httpd-win.conf (original)
+++ httpd/httpd/branches/2.0.x/docs/conf/httpd-win.conf Fri Mar 21 16:43:07 2008
@@ -499,6 +499,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|ru|tr)/ prefer-language=$1
     RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|ru|tr)){2,}(/.*)?$ /manual/$1$2