Glenn Strauss

Results 319 comments of Glenn Strauss

lighttpd can run as a non-root user and inherit already-listening sockets, e.g. configure lighttpd to use systemd socket activation (and configure systemd lighttpd.service to create the privileged sockets), or start...

The WebDAV RFC was published June 2007 (which is 17 years ago) https://www.rfc-editor.org/rfc/rfc4918#section-9.1 > A client MUST submit a Depth header with a value of "0", "1", or > "infinity"...

There is a list of modules that upstream lighttpd builds into the lighttpd server by default since they are small enough that building as separate shared objects takes up more...

When refreshing keys periodically, e.g. to add newly generated keys, there should be a way to unset the for_retry flag for existing keys for which a newer key exists (or...

I am a lighttpd developer. lighttpd is already packaged for many platforms, including Debian and including Homebrew. Is there some documentation (in addition to README.md and CONTRIBUTING.md) about what makes...

lighttpd developer here. The only reason that lighttpd is still marked experimental on Windows (upstream) is that I don't provide a pre-built installer of lighttpd for Windows. lighttpd builds natively...

https://www.rfc-editor.org/rfc/rfc9110#name-411-length-required A server may send 411 whenever it pleases, so please prefer to send `Content-Length: 0` (or HTTP/1.1 `Transfer-Encoding: chunked` if you must) except when certain the omission of `Content-Length:...

I created #27 to update the src/ssl submodule in libuhttpd. Please review for inclusion in the next libuhttpd release, and then please release libuhttpd v3.14.2 so that libuhttpd builds with...

@zhaojh329 thanks for merging #27 and, for this PR, laying down a new tag: `v3.14.2`