You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/12/17 01:53:49 UTC

svn commit: r604756 - /httpd/site/trunk/docs/dev/dist/.htaccess

Author: wrowe
Date: Sun Dec 16 16:53:48 2007
New Revision: 604756

URL: http://svn.apache.org/viewvc?rev=604756&view=rev
Log:
The .sha1 type regeneration (some date stamps appear to have
interferred with my rebuild)

Modified:
    httpd/site/trunk/docs/dev/dist/.htaccess

Modified: httpd/site/trunk/docs/dev/dist/.htaccess
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/dist/.htaccess?rev=604756&r1=604755&r2=604756&view=diff
==============================================================================
--- httpd/site/trunk/docs/dev/dist/.htaccess (original)
+++ httpd/site/trunk/docs/dev/dist/.htaccess Sun Dec 16 16:53:48 2007
@@ -10,7 +10,8 @@
 AddIcon (TGZ,/icons/compressed.gif) .tar.gz .tar.Z .tar.bz2
 AddIcon (ZIP,/icons/compressed.gif) .zip
 
-AddType text/plain .asc .md5
-AddIcon (SIG,/icons/quill.gif) .asc .md5
+AddType text/plain .asc .md5 .sha1
+AddIcon (SIG,/icons/quill.gif) .asc .md5 .sha1
 AddDescription "MD5 hash" *.md5
+AddDescription "SHA-1 hash" *.sha1
 AddDescription "PGP signature" *.asc