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-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to