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: Disable byte range request
Author
mmkoala



Joined: 10 May 2010
Posts: 1

PostPosted: Mon 10 May '10 4:52    Post subject: Disable byte range request Reply with quote

Can byte range request be disabled in Apache? Is it a valid server configuration?
I'm using XAMPP 1.7.3, which includes Apache 2.2.14.
Thank you very much!
Back to top
James Blond
Moderator


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

PostPosted: Fri 04 Jun '10 11:29    Post subject: Reply with quote

I think you can set the header Accept-Ranges: none

See the manual how to do that http://httpd.apache.org/docs/2.2/mod/mod_headers.html

I don't know why you wanna disable that.
Back to top


Reply to topic   Topic: Disable byte range request View previous topic :: View next topic
Post new topic   Forum Index -> Apache