Redhat http repository

来源:互联网 发布:图阿鲁淘宝 编辑:程序博客网 时间:2024/05/22 14:30

For a HTTP server to host Redhat network installation repository, it must support range download.

  • Apache Server HTTP resonse to range transfer:
#curl --silent --range 0-499 http://localhost:8099/isos/146c935c-2ccc-4dde-8d8b-846d61e2b3bf/Packages/389-ds-base-1.2.8.2-1.el6.x86_64.rpm | wc --bytes
500
  • some certain HTTP server responses to range transfer:
#curl --silent --range 0-499 http://localhost:9090/isos/146c935c-2ccc-4dde-8d8b-846d61e2b3bf/Packages/389-ds-base-1.2.8.2-1.el6.x86_64.rpm | wc --bytes
1221284

Please refer to this site:
https://bugzilla.redhat.com/show_bug.cgi?id=624431



原创粉丝点击