darkhttpd
Darkhttpd web server.
- 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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).