diff options
author | http://yarikoptic.myopenid.com/ <site-myopenid@web> | 2013-05-22 19:17:33 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-05-22 19:17:33 +0000 |
commit | 70b6dc8296c0c4d9e66b3c06198245e09eec40bf (patch) | |
tree | 179ecc738bf185d81a3472b2d73521f2d6f4ac75 | |
parent | ec3460a5f9e0e2d5c80d2e1a767bab9b34f8d30a (diff) |
Added a comment: Re: compression -- storage and transfer
-rw-r--r-- | doc/special_remotes/comment_17_cc21b81a8f809f6efa5f5b6332513fc3._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/special_remotes/comment_17_cc21b81a8f809f6efa5f5b6332513fc3._comment b/doc/special_remotes/comment_17_cc21b81a8f809f6efa5f5b6332513fc3._comment new file mode 100644 index 000000000..f576e2723 --- /dev/null +++ b/doc/special_remotes/comment_17_cc21b81a8f809f6efa5f5b6332513fc3._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://yarikoptic.myopenid.com/" + nickname="site-myopenid" + subject="Re: compression -- storage and transfer" + date="2013-05-22T19:17:33Z" + content=""" +ha -- apparently it is trivial to configure apache to serve pre-compressed files (e.g. see http://stackoverflow.com/questions/75482/how-can-i-pre-compress-files-with-mod-deflate-in-apache-2-x) and they arrive compressed to client with + +Content-Encoding: gzip + +but unfortunately git-annex doesn't like those (fails to \"verify\") -- do you think it could be implemented for web \"special remotes\"? that would be really nice -- then I could store such load on another website, and addurl links to the compressed content +"""]] |