Hello,

I am writing a nph cgi script in c++ and I'm running it through apache
2.2 on linux. I want to read a certain part of the request-header that
is not available as an environment variable. That would  be the Range:
... request. How can I read that ? To be clear: I'm sending the client
that I accept bytes ranges with the header: Accept-Ranges: bytes and
then I expect from the client a request for a specific range, though a
header sent by him like Range: ... . How do I read this in my c++
client ? I want to know what bytes to send to the client.

 Thank you!

---------------------------------------------------------------------
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