1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 13:15:48 +02:00

darkhttpd: add page (#2490)

This commit is contained in:
Arun Isaac 2018-10-24 22:59:41 +00:00 committed by Muhammad Falak R Wani
parent bfc713630f
commit 278d1e798e

15
pages/common/darkhttpd.md Normal file
View file

@ -0,0 +1,15 @@
# 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}}`