Project

General

Profile

[Solved] Downloading binaries by different clients

Added by sava 17 days ago

Hello all,

I am going to use the lighttpd server for the download of binaries in a local network.
Different clients should connect to this server instance, they use HTTP 1.0, HTTP 1.1 and some of them will use WebDAV. Is it possible to configure the server for the different clients, so it recognize and answer accordingly?

Thank you very much for the support.


Replies (3)

RE: Downloading binaries by different clients - Added by gstrauss 17 days ago

How to get support

Is it possible to configure the server

Yes.

Is it possible for you to ask a better question? I hope so. How to get support

lighttpd supports HTTP/1.0, HTTP/1.1, and HTTP/2 requests, including HTTP/1.1 Transfer-Encoding: chunked and HTTP/2 DATA framing.

Your CGI, FastCGI, SCGI, AJP13 backends have access to the client HTTP protocol version in SERVER_PROTOCOL, but the HTTP protocol version is not relevant to most applications.

If you need to do something within lighttpd with the HTTP protocol, see mod_magnet lighty.r.req_attr["request.protocol"]

RE: Downloading binaries by different clients - Added by sava 16 days ago

Thanks for clarification.
We are new to lighttpd, sorry for so simple questions :-)

RE: Downloading binaries by different clients - Added by gstrauss 16 days ago

Even "new" people can read How to get support, can read introductory documentation on WikiStart, can do simple searches using the search box in the top right, and then can ask good technical questions.

    (1-3/3)