1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 21:15:23 +02:00
tldr/pages/common/darkhttpd.md
2025-04-25 05:54:18 +03:00

486 B

darkhttpd

Darkhttpd web server. More information: https://github.com/emikulic/darkhttpd#how-to-run-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}}