System Grab Bag

View all TLDR pages from common (or from all pages)

darkhttpd

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.