darkhttpd icon indicating copy to clipboard operation
darkhttpd copied to clipboard

When you need a web server in a hurry.

Results 21 darkhttpd issues
Sort by recently updated
recently updated
newest added

When darkhttp serves a directory with generated directory indexes it should skip adding the "parent link" (`..`) for the root level. The link just goes nowhere basically and just creates...

When darkhttp logs a request inside the logged entry the size of the object (the entry after the status code) is inflated. It seems darkhttp logs the object size including...

It sure would be nice if i could specify a external style sheet with a `--css` option or maybe `` could just be hardcoded in the source along with an...

Is it possible to handle PID files out of a chroot? This may be beyond darkhttpd in general, but it'd be kind of a cool thing to support. We could...

logfile, which by default is stdout, gets closed https://github.com/emikulic/darkhttpd/blob/64fe4ccbcf89e1f7f1e7b61954ff60d6404d636c/darkhttpd.c#L2994 and later we want to write to it https://github.com/emikulic/darkhttpd/blob/64fe4ccbcf89e1f7f1e7b61954ff60d6404d636c/darkhttpd.c#L3030-L3037 This results in undefined behavoir: https://pubs.opengroup.org/onlinepubs/9699919799/functions/fclose.html I am pretty sure that it...

When `darkhttpd` knows it's behind a proxy (`--forward-https`) - it makes more sense for logging purposes to set the `client` ip from a header rather than the source ip address...

taken directly from darkhttpd.c quoting the license: > Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the...

here is the output: ```sh root@1b773598eefc:~/darkhttpd# make test make -C devel make[1]: Entering directory '/root/darkhttpd/devel' ./run-tests ===> test_make_safe_uri ===> test_password_equal ===> building without -DDEBUG ===> building with -DNO_IPV6 ===> building...