Table of Contents

Busybox

On Linux, busybox includes a command-line http server.

Example

/usr/bin/busybox httpd -f -p ADDRESS:LISTEN_PORT-h BASE_DIR BASE_DIR

where:

  • -f makes the HTTP server run in the foreground,
  • BASE_DIR is the directory root of the files to serve,
  • ADDRESS is the listening address,
  • LISTEN_PORT is the port to listen on

Notes

  • The busybox HTTP server is perhaps one of the best choices from Docker to common usage due to being built-in and requiring no dependencies except busybox.

fuss/linux/quick_http_servers/busybox.txt ยท Last modified: 2025/05/25 16:00 by office

Wizardry and Steamworks

© 2025 Wizardry and Steamworks

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.