www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server mirror.html


From: Ward Vandewege
Subject: www/server mirror.html
Date: Thu, 03 Dec 2009 15:29:51 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Ward Vandewege <ward>   09/12/03 15:29:51

Modified files:
        server         : mirror.html 

Log message:
        Add RemoveEncoding lines for .tgz.sig files, and mention the issues 
with (the absense of) leading dots for extensions in those lines.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/mirror.html?cvsroot=www&r1=1.78&r2=1.79

Patches:
Index: mirror.html
===================================================================
RCS file: /web/www/www/server/mirror.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -b -r1.78 -r1.79
--- mirror.html 3 Dec 2009 15:16:28 -0000       1.78
+++ mirror.html 3 Dec 2009 15:29:46 -0000       1.79
@@ -65,8 +65,16 @@
 &lt;Files *.gz.sig&gt;
   RemoveEncoding .gz
 &lt;/Files&gt;
+&lt;Files *.tgz.sig&gt;
+  RemoveEncoding .tgz
+&lt;/Files&gt;
 </pre>
 
+Please note that if your AddEncoding lines do not have a leading dot for the 
extension, for instance like this:
+<pre>
+  AddEncoding x-gzip gz tgz
+</pre>
+the RemoveEncoding lines should also not have a leading dot.
 
 <h3 id="Ibiblio">Tips on updating from Ibiblio</h3>
 
@@ -179,7 +187,7 @@
 
 <p>Updated:
 <!-- timestamp start -->
-$Date: 2009/12/03 15:16:28 $
+$Date: 2009/12/03 15:29:46 $
 <!-- timestamp end -->
 </p>
 </div>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]