darkhttpd

Darkhttpd web server. More information: <https://unix4lyfe.org/darkhttpd>.

Install

All systems
curl cmd.cat/darkhttpd.sh
Alpine
apk add darkhttpd
Arch Arch Linux
pacman -S darkhttpd
Fedora
dnf install darkhttpd
OS X
brew install darkhttpd
Docker
docker run cmd.cat/darkhttpd darkhttpd powered by Commando

Darkhttpd web server. More information: <https://unix4lyfe.org/darkhttpd>.

  • Start server serving the specified document root:
    darkhttpd path/to/docroot
  • Start server on specified port (port 8080 by default if running as non-root user):
    darkhttpd path/to/docroot --port port
  • Listen only on specified IP address (by default, the server listens on all interfaces):
    darkhttpd path/to/docroot --addr ip_address

© tl;dr; authors and contributors