<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 6/21/12 6:33 AM, Selvaraj Chnnasamy
      wrote:<br>
    </div>
    <blockquote
cite="mid:CA+7yigzHkOQUL2HdmQyZ5PBAFbYCZdo9xh4GRYc+y_coxMiHHQ@mail.gmail.com"
      type="cite">
      Dear All
      <a moz-do-not-send="true" id="post-9424-downvote" title="I dont
        like this post (click again to cancel)" class="ajax-command
        post-vote down"
        href="http://community.webfaction.com/vote/9424/down/"
        rel="nofollow"> </a> <a moz-do-not-send="true"
        id="favorite-mark" title="mark/unmark this question as favorite
        (click again to cancel)" class="ajax-command favorite-mark "
        href="http://community.webfaction.com/mark_favorite/9424/"
        rel="nofollow"> </a>
      <div id="favorite-count" class="favorite-count"> </div>
      <div class="question-body">
        <p>How can i <span class="hilite2">enable</span> <span
            class="hilite3">byte</span> <span class="hilite4">range</span>
          <span class="hilite5">request</span>? While pod casting on
          itunes it gives an error message "There is a problem with your
          feed. Your episodes are hosted on a <span class="hilite1">server</span>
          which doesn&#8217;t support <span class="hilite3">byte</span>-<span
            class="hilite4">range</span> requests. <span
            class="hilite2">Enable</span> <span class="hilite3">byte</span>-<span
            class="hilite4">range</span> requests and try your
          submission again.".
          Please give me a method to <span class="hilite2">enable</span>
          <span class="hilite3">byte</span> <span class="hilite4">range</span>
          <span class="hilite5">request</span></p>
        <p><br>
          <span class="hilite5"></span></p>
        <p><span class="hilite5">Regards</span></p>
        <p><span class="hilite5">Selvaraj.C<br>
          </span></p>
      </div>
      <br>
    </blockquote>
    byte=range requests are requests to download specified parts of a
    file. If you are serving the file directly, then this would be the
    job of the web server software. If it is apache, then it should
    support it, but there may need to be a flag to enable it, but I
    though it was enabled by default.<br>
    <br>
    If you are using Drupal to server the files (they are stored within
    a directory that the web server can't directly access, and Drupal is
    sending the file after checking permissions, than the Drupal code
    would need to be checking the byte range requested, and sending just
    that piece. If the core code can't handle it, then someone needs to
    write a module to add that ability. <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Richard Damon</pre>
  </body>
</html>