disable Accept-Ranges
How do I disable Accept-Ranges?
<snip>
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
<snip>
Thanks in advance.!
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: disable Accept-Ranges
Evuraan wrote:
> How do I disable Accept-Ranges?
>
> <snip>
> 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
>
> <snip>
>
>
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 <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: disable Accept-Ranges
2009/12/8 Andr=C3=A9 Warnier <aw [at] ice-sa.com>:
> Evuraan wrote:
>>
>> How do I disable Accept-Ranges?
>>
>> <snip>
>> =C2=A0 =C2=A0 =C2=A0Origin servers that accept byte-range requests MAY s=
end
>>
>> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Accept-Ranges: bytes
>>
>> =C2=A0 =C2=A0 =C2=A0Servers that do not accept any kind of range request=
for a
>> =C2=A0 =C2=A0 =C2=A0resource MAY send
>>
>> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Accept-Ranges: none
>>
>> <snip>
>>
>>
> 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 <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org