logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: 206s and accept-range?
Author
Doug22



Joined: 02 Jun 2013
Posts: 53
Location: Houston TX

PostPosted: Tue 25 Feb '14 6:22    Post subject: 206s and accept-range? Reply with quote

I was getting tired of seeing piles of series of partial content 206 requests in my logs, most likely from pdf read-while-loading browsers. So I set "accept-ranges none". The number of 206's went WAY down. But there still are a few, occasionally. Why? Maybe I misunderstood, but I thought that setting told the client that it had to grab the whole resource at one time.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Fri 07 Mar '14 17:31    Post subject: Reply with quote

Did you set something like

Code:

SetEnvIf Range (?:,.*?){5,5} bad-range=1
RequestHeader unset Range env=bad-range


or

Code:

Header set Accept-Ranges none
Back to top


Reply to topic   Topic: 206s and accept-range? View previous topic :: View next topic
Post new topic   Forum Index -> Apache