“Header unset Accept-Ranges” to not send it or
“Header set Accept-Ranges: none” to specifically set it to none
Fyi, mod_headers module must be loaded.
-Tony
From: Jitesh Shah
[mailto:jiteshs@xxxxxxxxxxx]
Sent: Thursday, February 26, 2009 7:03 AM
To: users@xxxxxxxxxxxxxxxx
Subject: Range-Request
Hi,
I am grappling with a problem related to Range-Requests. Thing is, I
want to disable range-requests on the server-side. I see that my apache
instance belts out packets with "Accept-Ranges: bytes" header set.
I tried to find config option in /etc/httpd/conf.d to disable
range-requests, but couldn't find one!.. How do I tell Apache to send a
"Accept-Ranges: none" in the header? i.e. disable range-requests
Thanking in anticipation.
Jitesh