
darkhttpd
List of commands for darkhttpd:
-
darkhttpd:tldr:50f57 darkhttpd: Start server serving the specified document root.$ darkhttpd ${path-to-docroot}try on your machineexplain this command
-
darkhttpd:tldr:d7046 darkhttpd: Listen only on specified IP address (by default, the server listens on all interfaces).$ darkhttpd ${path-to-docroot} --addr ${ip_address}try on your machineexplain this command
-
darkhttpd:tldr:d9d6b darkhttpd: Start server on specified port (port 8080 by default if running as non-root user).$ darkhttpd ${path-to-docroot} --port ${port}try on your machineexplain this command