Das Schaefchen 0.3.3 (Default branch) |
|
|
Das Schaefchen is a lightweight HTTP server and
proxy for Unix platforms. It supports the minimum
requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to
protect either files or directories), directory
listing, byte ranges, and reverse proxy. It is an
event-driven server that runs as a single process
with a single thread using non-blocking I/O. It
uses epoll as the event notification mechanism to
multiplex control between active connections.
License: BSD License (revised)
Changes:
An issue where the server was returning Bad Gateway to the client if the response from the backend included two Connection or Server header fields was fixed along with a problem with the Server header field of the backend server not being sent to the client in proxy connections.
|