当前位置: 技术问答>linux和unix
apache的MaxRanges指令是干什么用的?在线等...
来源: 互联网 发布时间:2017-03-02
本文导语: 手册是这样说的:The MaxRanges directive limits the number of HTTP ranges the server is willing to return to the client. If more ranges then permitted are requested, the complete resource is returned instead 但我没看明白,不知道HTTP...
手册是这样说的:The MaxRanges directive limits the number of HTTP ranges the server is willing to return to the client. If more ranges then permitted are requested, the complete resource is returned instead
但我没看明白,不知道HTTP ranges指的到底是什么.
还有下面这句话,小生英语太差,没看懂.
If more ranges then permitted are requested, the complete resource is returned instead
但我没看明白,不知道HTTP ranges指的到底是什么.
还有下面这句话,小生英语太差,没看懂.
If more ranges then permitted are requested, the complete resource is returned instead
|
the number of HTTP ranges,客户端请求的http数量范围。
如果设置的MaxRanges范围大于服务器本身所有资源的范围,那么肯定服务器无法满足,只能返回服务器本身的所有资源。
If more ranges then permitted are requested, the complete resource is returned instead
如果范围很大,那么允许被请求,将会返回最大的资源替代(你设置的不可达到的范围)。
如果设置的MaxRanges范围大于服务器本身所有资源的范围,那么肯定服务器无法满足,只能返回服务器本身的所有资源。
If more ranges then permitted are requested, the complete resource is returned instead
如果范围很大,那么允许被请求,将会返回最大的资源替代(你设置的不可达到的范围)。
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。