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