disable Accept-Ranges

disable Accept-Ranges

am 08.12.2009 22:59:16 von Evuraan

How do I disable Accept-Ranges?


Origin servers that accept byte-range requests MAY send

Accept-Ranges: bytes

Servers that do not accept any kind of range request for a
resource MAY send

Accept-Ranges: none




Thanks in advance.!

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: disable Accept-Ranges

am 08.12.2009 23:06:12 von aw

Evuraan wrote:
> How do I disable Accept-Ranges?
>
>
> Origin servers that accept byte-range requests MAY send
>
> Accept-Ranges: bytes
>
> Servers that do not accept any kind of range request for a
> resource MAY send
>
> Accept-Ranges: none
>
>
>
>
if you do not find a more direct way, you could always use mod_headers
to remove or change the response headers.
http://httpd.apache.org/docs/2.2/mod/mod_headers.html

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: disable Accept-Ranges

am 08.12.2009 23:38:50 von Evuraan

2009/12/8 André Warnier :
> Evuraan wrote:
>>
>> How do I disable Accept-Ranges?
>>
>>
>>      Origin servers that accept byte-range requests MAY s=
end
>>
>>          Accept-Ranges: bytes
>>
>>      Servers that do not accept any kind of range request=
for a
>>      resource MAY send
>>
>>          Accept-Ranges: none
>>
>>
>>
>>
> if you do not find a more direct way, you could always use mod_headers to
> remove or change the response headers.
> http://httpd.apache.org/docs/2.2/mod/mod_headers.html
>
thank you.

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org